diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-14 15:01:53 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-14 15:01:53 +1030 |
commit | c3301df1daed30afd62d8d2f8895d5aadfafb514 (patch) | |
tree | e7c33aaf2dbbfa7061345ebf4d02bea55da075f1 /bfd/ChangeLog | |
parent | d4ae5fb0b5d1ae4270b3343509e8bd2d529aa291 (diff) | |
download | gdb-c3301df1daed30afd62d8d2f8895d5aadfafb514.zip gdb-c3301df1daed30afd62d8d2f8895d5aadfafb514.tar.gz gdb-c3301df1daed30afd62d8d2f8895d5aadfafb514.tar.bz2 |
Fix overflow handling of VLE_SDA21
bfd/
* elf32-ppc.c (ppc_elf_relocate_section): Correct overflow
handling for VLE_SDA21 relocs.
ld/testsuite/
* ld-powerpc/vle.ld: Place .PPC.EMB.sdata0 within 32k of 0.
* ld-powerpc/vle-reloc-3.d: Update.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 168c84f..bde7262 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-03-14 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Correct overflow + handling for VLE_SDA21 relocs. + 2014-03-13 Tristan Gingold <gingold@adacore.com> * peicode.h (pe_ILF_object_p): Adjust, as the version number |