mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
bfd/
* bfd.c (bfd_get_synthetic_symtab): Pass counts and both symbol tables. * elf-bfd.h (_bfd_elf_get_synthetic_symtab): Adjust. * elf.c (_bfd_elf_get_synthetic_symtab): Adjust. * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Adjust. * targets.c (struct bfd_target <_bfd_get_synthetic_symtab>): Adjust. * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't read symbols. Use both symbol tables on non-relocatable objects. Use a common error exit. Fix "mid" warning. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate. binutils/ * objdump.c (dump_bfd): Pass both symbol tables to bfd_get_synthetic_symtab.
This commit is contained in:
@ -387,7 +387,7 @@ extern bfd_boolean _bfd_generic_set_section_contents
|
||||
#define _bfd_nodynamic_canonicalize_dynamic_symtab \
|
||||
((long (*) (bfd *, asymbol **)) _bfd_n1)
|
||||
#define _bfd_nodynamic_get_synthetic_symtab \
|
||||
((long (*) (bfd *, asymbol **, asymbol **)) _bfd_n1)
|
||||
((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1)
|
||||
#define _bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_n1
|
||||
#define _bfd_nodynamic_canonicalize_dynamic_reloc \
|
||||
((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1)
|
||||
|
Reference in New Issue
Block a user