diff options
author | Alan Modra <amodra@gmail.com> | 2004-08-28 03:29:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-08-28 03:29:18 +0000 |
commit | b91e2ae21ef53d9e46e0611ee926808356fed784 (patch) | |
tree | 8c61547f4096485700d02c48384e7c00449b71e6 /bfd/ChangeLog | |
parent | c9727e01b54c4b1913366933a2f32c7a6a03da7f (diff) | |
download | gdb-b91e2ae21ef53d9e46e0611ee926808356fed784.zip gdb-b91e2ae21ef53d9e46e0611ee926808356fed784.tar.gz gdb-b91e2ae21ef53d9e46e0611ee926808356fed784.tar.bz2 |
corrected version
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. |