From: Alan Modra Date: Thu, 29 Jul 2010 07:48:43 +0000 (+0000) Subject: * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=cc9edbf3536dd8dbde8a3745b4665f6ef50ac663;p=binutils-gdb.git * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used in large toc code. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index aa663c4b3b5..a70aeae87e4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-07-29 Alan Modra + + * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used + in large toc code. + 2010-07-28 Alan Modra PR gas/11841 diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 8d64349f9fd..f8c5d350810 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -5724,6 +5724,8 @@ ppc_fix_adjustable (fixS *fix) && fix->fx_r_type != BFD_RELOC_LO16_GOTOFF && fix->fx_r_type != BFD_RELOC_HI16_GOTOFF && fix->fx_r_type != BFD_RELOC_HI16_S_GOTOFF + && fix->fx_r_type != BFD_RELOC_PPC64_GOT16_DS + && fix->fx_r_type != BFD_RELOC_PPC64_GOT16_LO_DS && fix->fx_r_type != BFD_RELOC_GPREL16 && fix->fx_r_type != BFD_RELOC_VTABLE_INHERIT && fix->fx_r_type != BFD_RELOC_VTABLE_ENTRY