diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf32-i386.c | 4 | ||||
-rw-r--r-- | bfd/elf64-x86-64.c | 4 | ||||
-rw-r--r-- | bfd/elfxx-x86.h | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 5660e95..abc34a9 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1451,10 +1451,6 @@ elf_i386_convert_load_reloc (bfd *abfd, Elf_Internal_Shdr *symtab_hdr, return true; } -/* Rename some of the generic section flags to better document how they - are used here. */ -#define check_relocs_failed sec_flg0 - /* Look through the relocs for a section during the first phase, and calculate needed space in the global offset table, procedure linkage table, and dynamic reloc sections. */ diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 637f746..6d201df 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1377,10 +1377,6 @@ elf_x86_64_tls_transition (struct bfd_link_info *info, bfd *abfd, return true; } -/* Rename some of the generic section flags to better document how they - are used here. */ -#define check_relocs_failed sec_flg0 - static bool elf_x86_64_need_pic (struct bfd_link_info *info, bfd *input_bfd, asection *sec, diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index 91a141f..79862d0 100644 --- a/bfd/elfxx-x86.h +++ b/bfd/elfxx-x86.h @@ -615,6 +615,10 @@ struct elf_x86_plt && elf_tdata (bfd) != NULL \ && elf_object_id (bfd) == (htab)->elf.hash_table_id) +/* Rename some of the generic section flags to better document how they + are used here. */ +#define check_relocs_failed sec_flg0 + extern bool _bfd_x86_elf_mkobject (bfd *); |