From: Vladimir Makarov Date: Wed, 19 Aug 1998 21:28:51 +0000 (+0000) Subject: * elf32-ppc.c (ppc_elf_relocate_section): Check that output X-Git-Tag: gdb-4_18~1296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b49867b644a60b075c336799298134ec14fb6ef3;p=external%2Fbinutils.git * elf32-ppc.c (ppc_elf_relocate_section): Check that output section (not input) will be in sections ".sbss", ".sbss2", ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL, R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore output_offset for correct evaluation of addend. PR16246 --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a0dc89f..f002e08 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1998-08-19 Vladimir N. Makarov + + * elf32-ppc.c (ppc_elf_relocate_section): Check that output + section (not input) will be in sections ".sbss", ".sbss2", + ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL, + R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore + output_offset for correct evaluation of addend. + start-sanitize-armelf Tue Aug 18 11:48:12 1998 Catherine Moore