mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
in large toc code.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user