diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-22 16:04:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-22 16:04:55 +0000 |
commit | c8da682327286c0612ddfe3836691b08547bb015 (patch) | |
tree | 73a9660fa985134f4077e6bedbd93b2152242288 /binutils/ChangeLog | |
parent | 209be8d2a998544ff90bee54f76ca6cf5a812b55 (diff) | |
download | gdb-c8da682327286c0612ddfe3836691b08547bb015.zip gdb-c8da682327286c0612ddfe3836691b08547bb015.tar.gz gdb-c8da682327286c0612ddfe3836691b08547bb015.tar.bz2 |
PR binutils/15157
* readelf.c (apply_relocations): Catch relocations with negative
offsets.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 43f490f..e71ec4f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-03-22 Nick Clifton <nickc@redhat.com> + + PR binutils/15157 + * readelf.c (apply_relocations): Catch relocations with negative + offsets. + 2013-03-15 Nick Clifton <nickc@redhat.com> * addr2line.c (slurp_symtab): If canonicalization reveals that |