diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-01-20 16:12:00 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-01-20 16:12:00 +0000 |
commit | 83d22aa85543ae8a089b13cd6d0a26b21050bf1d (patch) | |
tree | d62f71ff58fe140a4cb9d299bedbaef36d949454 /gold/ChangeLog | |
parent | 5d277928c8e2371ebe7f7ca84fba4e277106c14e (diff) | |
download | gdb-83d22aa85543ae8a089b13cd6d0a26b21050bf1d.zip gdb-83d22aa85543ae8a089b13cd6d0a26b21050bf1d.tar.gz gdb-83d22aa85543ae8a089b13cd6d0a26b21050bf1d.tar.bz2 |
* powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
read the value in the contents, since we don't use it. Use the
template endianness when writing.
(Relocate::relocate): Use it for R_PPC_REL16_HA.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 8c9a97e..ddfe7b3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2009-01-20 Andreas Schwab <schwab@suse.de> + + * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to + read the value in the contents, since we don't use it. Use the + template endianness when writing. + (Relocate::relocate): Use it for R_PPC_REL16_HA. + 2009-01-19 Andreas Schwab <schwab@suse.de> * configure.tgt (powerpc64-*): Fix targ_obj. |