From 5df02296c9e681eced38f4954c70409fd5e243a5 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Tue, 15 Sep 1998 21:36:41 +0000 Subject: [PATCH] 1998-09-15 Geoff Keating * 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. --- bfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 74168f9489e..2e6da891c8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1998-09-15 Geoff Keating + + * 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 * elf-bfd.h: Add argument to elf_backend_get_symbol_type. -- 2.30.2