diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 1998-08-19 21:28:51 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@redhat.com> | 1998-08-19 21:28:51 +0000 |
commit | b49867b644a60b075c336799298134ec14fb6ef3 (patch) | |
tree | adb5b4fcb2f16da0409d948825193cff2289c2a9 /bfd | |
parent | faad4b47864f762de394c6019bba74dd987e3595 (diff) | |
download | gdb-b49867b644a60b075c336799298134ec14fb6ef3.zip gdb-b49867b644a60b075c336799298134ec14fb6ef3.tar.gz gdb-b49867b644a60b075c336799298134ec14fb6ef3.tar.bz2 |
* 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
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <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> |