elf-hppa.h (f7cc78ec) elf-hppa.h (35bd5cb4)
1/* Common code for PA ELF implementations.
2 Copyright (C) 1999 Free Software Foundation, Inc.
3
4This file is part of BFD, the Binary File Descriptor library.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or

--- 1065 unchanged lines hidden (view full) ---

1074 + sym_sec->output_offset
1075 + sym_sec->output_section->vma);
1076 /* Value will be provided via one of the offsets in the
1077 dyn_h hash table entry. */
1078 else
1079 relocation = 0;
1080 }
1081 /* Allow undefined symbols in shared libraries. */
1/* Common code for PA ELF implementations.
2 Copyright (C) 1999 Free Software Foundation, Inc.
3
4This file is part of BFD, the Binary File Descriptor library.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or

--- 1065 unchanged lines hidden (view full) ---

1074 + sym_sec->output_offset
1075 + sym_sec->output_section->vma);
1076 /* Value will be provided via one of the offsets in the
1077 dyn_h hash table entry. */
1078 else
1079 relocation = 0;
1080 }
1081 /* Allow undefined symbols in shared libraries. */
1082 else if (info->shared && !info->no_undefined)
1082 else if (info->shared && !info->no_undefined
1083 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
1083 {
1084 if (info->symbolic)
1085 (*info->callbacks->undefined_symbol)
1086 (info, h->root.root.string, input_bfd,
1087 input_section, rel->r_offset, false);
1088
1089 /* If this symbol has an entry in the PA64 dynamic hash
1090 table, then get it. */

--- 794 unchanged lines hidden ---
1084 {
1085 if (info->symbolic)
1086 (*info->callbacks->undefined_symbol)
1087 (info, h->root.root.string, input_bfd,
1088 input_section, rel->r_offset, false);
1089
1090 /* If this symbol has an entry in the PA64 dynamic hash
1091 table, then get it. */

--- 794 unchanged lines hidden ---