From ec86f43468e2591127c493d67882de59dbfd79de Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 24 Feb 2015 18:16:26 +1030 Subject: PowerPC64 GOLD: complain on misaligned _DS relocs PR 18010 * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always complain if value is not a multiple of four. (Target_powerpc::Relocate::relocate): Correct handling of R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64. --- gold/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index b73da0a..31d123e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2015-02-24 Alan Modra + + PR 18010 + * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always + complain if value is not a multiple of four. + (Target_powerpc::Relocate::relocate): Correct handling of + R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64. + 2015-02-21 H.J. Lu * configure.ac (default_size): Set to 32 for x32. -- cgit v1.1