diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a123f5..19e676d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |