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 | 775a979f370bf2eab750c4d31bdc705d8f2dd093 (patch) | |
tree | 7587d7caf3a33018f4e4ebc34de9fe3791d78e27 /binutils/ChangeLog | |
parent | 26974fcd61a8f150da5e69abd32de09be8e0536a (diff) | |
download | binutils-redhat-775a979f370bf2eab750c4d31bdc705d8f2dd093.tar.gz |
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 8cfe737a8b..4c59e33148 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> |