diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-06-10 11:50:38 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-06-10 11:50:38 +0000 |
commit | e466bc6e485561699f25fc02085b1b128bb95dfb (patch) | |
tree | a5dc03537755b2568e5dec3e247813c504e9703d /binutils/ChangeLog | |
parent | cb3aabc79c27bbb7942b28f5e5723aba4a55d932 (diff) | |
download | gdb-e466bc6e485561699f25fc02085b1b128bb95dfb.zip gdb-e466bc6e485561699f25fc02085b1b128bb95dfb.tar.gz gdb-e466bc6e485561699f25fc02085b1b128bb95dfb.tar.bz2 |
2010-06-10 Tristan Gingold <gingold@adacore.com>
* readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
not inplace.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8cfe737..4c59e33 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2010-06-10 Tristan Gingold <gingold@adacore.com> + + * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are + not inplace. + 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Andrew Stubbs <ams@codesourcery.com> |