aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-08-28 03:05:18 +0000
committerAlan Modra <amodra@gmail.com>2004-08-28 03:05:18 +0000
commitc9727e01b54c4b1913366933a2f32c7a6a03da7f (patch)
treec760fd32252388b9f7648ca1a8bfcb47535577f4 /bfd/ChangeLog
parent0756fc55061311d060c72c9e9b8535b1668d2c84 (diff)
downloadgdb-c9727e01b54c4b1913366933a2f32c7a6a03da7f.zip
gdb-c9727e01b54c4b1913366933a2f32c7a6a03da7f.tar.gz
gdb-c9727e01b54c4b1913366933a2f32c7a6a03da7f.tar.bz2
bfd/
* 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. * 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. binutils/ * objdump.c (dump_bfd): Pass both symbol tables to bfd_get_synthetic_symtab.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1db8b5f..1a123f5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,18 @@
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.
+ * 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.
+ * libbfd.h: Regenerate.
+ * bfd-in2.h: Regenerate.
+
+2004-08-28 Alan Modra <amodra@bigpond.net.au>
+
* elf64-ppc.c (ppc64_elf_branch_reloc): Check .opd is in a regular
object file.
(struct sfpr_def_parms): Save some space.