mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Define elf_backend_add_symbol_hook for Intel MCU
elf_backend_add_symbol_hook is undefined for FreeBSD. Define it for Intel MCU to support STB_GNU_UNIQUE for Intel MCU and NaCl. * elf32-i386.c (elf_backend_add_symbol_hook): Defined for Intel MCU.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-i386.c (elf_backend_add_symbol_hook): Defined for Intel
|
||||||
|
MCU.
|
||||||
|
|
||||||
2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
|
2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf32-i386.c (elf_i386_convert_load): Extract the GOT load
|
* elf32-i386.c (elf_i386_convert_load): Extract the GOT load
|
||||||
|
@ -6053,6 +6053,9 @@ elf32_iamcu_elf_object_p (bfd *abfd)
|
|||||||
#undef elf_backend_strtab_flags
|
#undef elf_backend_strtab_flags
|
||||||
#undef elf_backend_copy_special_section_fields
|
#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"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
/* Restore defaults. */
|
/* Restore defaults. */
|
||||||
|
Reference in New Issue
Block a user