diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-06-30 16:36:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-06-30 16:36:40 +0000 |
commit | e6fde208761f4c42ddf2409566437b4114a87429 (patch) | |
tree | 24167e514749eddc01fb99af2c7fcdc7c738f747 /gold/ChangeLog | |
parent | 3dccd7b794c78caf1a91142f275edf70c08334ca (diff) | |
download | gdb-e6fde208761f4c42ddf2409566437b4114a87429.zip gdb-e6fde208761f4c42ddf2409566437b4114a87429.tar.gz gdb-e6fde208761f4c42ddf2409566437b4114a87429.tar.bz2 |
PR 6660
PR 6682
* powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
versions]: Don't try to read the value in the contents, since we
don't use it. Use the template endianness when writing.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index b8d8118..4eae474 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2008-06-30 Ian Lance Taylor <iant@google.com> + + PR 6660 + PR 6682 + * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both + versions]: Don't try to read the value in the contents, since we + don't use it. Use the template endianness when writing. + 2008-06-25 Cary Coutant <ccoutant@google.com> * fileread.cc (File_read::make_view): Assert on zero-length view. |