From b91e2ae21ef53d9e46e0611ee926808356fed784 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 28 Aug 2004 03:29:18 +0000 Subject: [PATCH] corrected version --- bfd/ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a123f5b511..19e676dfced 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,13 +1,13 @@ 2004-08-28 Alan Modra - * 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. -- 2.30.2