bfd/
authorJakub Jelinek <jakub@redhat.com>
Tue, 17 Aug 2004 09:07:35 +0000 (09:07 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 17 Aug 2004 09:07:35 +0000 (09:07 +0000)
commit90e3cdf2a90318ccd4b5612d1e9fbd56ada53d84
tree9d031cf419b1c87199a3e574a76499b1b27f0e07
parent7c2c850509cdc711332dcffedef489386aee0a76
bfd/
* elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
if not yet defined.
* elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
(synthetic_opd, synthetic_relocatable): New variables.
(compare_symbols, compare_relocs): New helper routines.
(ppc64_elf_get_synthetic_symtab): New function.
* bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
to relsyms.
* bfd-in2.h: Regenerated.
* elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
to relsyms.  Return 0 if abfd is relocatable.
binutils/
* objdump.c (dump_bfd): For relocatable objects, pass syms instead
of dynsyms to bfd_get_synthetic_symtab.
bfd/ChangeLog
bfd/bfd-in2.h
bfd/bfd.c
bfd/elf.c
bfd/elf64-ppc.c
bfd/elfxx-target.h
binutils/ChangeLog
binutils/objdump.c
This page took 0.025142 seconds and 4 git commands to generate.