aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>1998-09-15 21:36:41 +0000
committerVladimir Makarov <vmakarov@redhat.com>1998-09-15 21:36:41 +0000
commit5df02296c9e681eced38f4954c70409fd5e243a5 (patch)
tree2dab75b428ed304032edcd1ece10f841cdca9623 /bfd
parent9d561e1e945b437bae015d7ed60f4a338814765c (diff)
downloadgdb-5df02296c9e681eced38f4954c70409fd5e243a5.zip
gdb-5df02296c9e681eced38f4954c70409fd5e243a5.tar.gz
gdb-5df02296c9e681eced38f4954c70409fd5e243a5.tar.bz2
1998-09-15 Geoff Keating <geoffk@ozemail.com.au>
* elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16 reloc to the wrong section a warning, not an error. .dynsbss is not an output section, so there is no need to check for it.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 74168f9..2e6da89 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+1998-09-15 Geoff Keating <geoffk@ozemail.com.au>
+
+ * elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset
+ part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16
+ reloc to the wrong section a warning, not an error. .dynsbss
+ is not an output section, so there is no need to check for it.
+
Tue Sep 15 12:40:05 1998 Catherine Moore <clm@cygnus.com>
* elf-bfd.h: Add argument to elf_backend_get_symbol_type.