Define bfd_elf32_get_synthetic_symtab for x32
* elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New.
This commit is contained in:
parent
a13c5393d5
commit
b7365e5df5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-12-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New.
|
||||
|
||||
2014-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/17677
|
||||
|
|
|
@ -6102,6 +6102,8 @@ elf32_x86_64_nacl_elf_object_p (bfd *abfd)
|
|||
elf_x86_64_reloc_name_lookup
|
||||
#define bfd_elf32_mkobject \
|
||||
elf_x86_64_mkobject
|
||||
#define bfd_elf32_get_synthetic_symtab \
|
||||
elf_x86_64_get_synthetic_symtab
|
||||
|
||||
#undef elf_backend_object_p
|
||||
#define elf_backend_object_p \
|
||||
|
|
Loading…
Reference in a new issue