diff options
author | David S. Miller <davem@redhat.com> | 2010-02-09 04:48:16 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2010-02-09 04:48:16 +0000 |
commit | 705b5121210f15c53f33635ce27798024eb2ac3b (patch) | |
tree | 27ea727fae213c4b4a7cc0bbc9e12b545373abbc /gold/ChangeLog | |
parent | 4baec45cb02caafc076994dd0749dbc124b2c0f8 (diff) | |
download | gdb-705b5121210f15c53f33635ce27798024eb2ac3b.zip gdb-705b5121210f15c53f33635ce27798024eb2ac3b.tar.gz gdb-705b5121210f15c53f33635ce27798024eb2ac3b.tar.bz2 |
gold/
2010-02-08 David S. Miller <davem@davemloft.net>
* sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
relocation helper function.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0aac2be..b65da03 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-02-08 David S. Miller <davem@davemloft.net> + + * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is + unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned + relocation helper function. + 2010-02-06 Ian Lance Taylor <iant@google.com> * configure.ac: Rewrite targetobjs duplicate removal code to use |