Define elf_backend_add_symbol_hook for Intel MCU
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 483146b1a5a962c8207ecd9084f90ad2afbf0564..df08dd4ff3e59f70e4f1e8cdab23a6aae187a240 100644 (file)
@@ -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.  */
This page took 0.026252 seconds and 4 git commands to generate.