OSDN Git Service

bfd/
authorjakub <jakub>
Tue, 17 Aug 2004 09:07:31 +0000 (09:07 +0000)
committerjakub <jakub>
Tue, 17 Aug 2004 09:07:31 +0000 (09:07 +0000)
commitb31087b69cc0b33380a0ed8022681126f4dc5838
tree6f89bf8211c9375d8119c47ae30f2af866fc2d1e
parentbbd1d70abca7dae77a84946bb410aa77cdb95ff2
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