* config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
in large toc code.
This commit is contained in:
parent
d62b368413
commit
cc9edbf353
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-07-29 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
|
||||
in large toc code.
|
||||
|
||||
2010-07-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR gas/11841
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue