* elf32-ppc.c (ppc_elf_relocate_section): Check that output
authorVladimir Makarov <vmakarov@redhat.com>
Wed, 19 Aug 1998 21:28:51 +0000 (21:28 +0000)
committerVladimir Makarov <vmakarov@redhat.com>
Wed, 19 Aug 1998 21:28:51 +0000 (21:28 +0000)
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

bfd/ChangeLog

index a0dc89fd127b50a3cf021d5a5834d3f9505a19d3..f002e080b67b1d8579990ab44671374d1a2225e3 100644 (file)
@@ -1,3 +1,11 @@
+1998-08-19  Vladimir N. Makarov  <vmakarov@cygnus.com>
+
+       * 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  <clm@cygnus.com>
 
This page took 0.028313 seconds and 4 git commands to generate.