corrected version

This commit is contained in:
Alan Modra 2004-08-28 03:29:18 +00:00
parent c9727e01b5
commit b91e2ae21e
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
2004-08-28 Alan Modra <amodra@bigpond.net.au>
* targets.c (struct bfd_target <_bfd_get_synthetic_symtab>): Pass
symbol counts and both symbol tables.
* bfd.c (bfd_get_synthetic_symtab): Adjust.
* 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.
* elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Adjust. Use both
symbol tables on non-relocatable objects.
* 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.