diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 483146b..df08dd4 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -6053,6 +6053,9 @@ elf32_iamcu_elf_object_p (bfd *abfd) #undef elf_backend_strtab_flags #undef elf_backend_copy_special_section_fields +#undef elf_backend_add_symbol_hook +#define elf_backend_add_symbol_hook elf_i386_add_symbol_hook + #include "elf32-target.h" /* Restore defaults. */ |