Home
last modified time | relevance | path

Searched refs:ppc_fix_adjustable (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.h177 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
178 extern int ppc_fix_adjustable (struct fix *);
228 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
229 extern int ppc_fix_adjustable (struct fix *);
Dtc-ppc.c6168 ppc_fix_adjustable (fixS *fix) in ppc_fix_adjustable() function
6332 ppc_fix_adjustable (fixS *fix) in ppc_fix_adjustable() function
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20111085 (ppc_fix_adjustable): Use this field to adjust the reloc.
1275 (ppc_fix_adjustable): Return true for debug sections.
DChangeLog-00011477 (ppc_fix_adjustable): New. Macro body moved from tc-ppc.h.
1489 (ppc_fix_adjustable): Declare.
2421 (ppc_fix_adjustable): Likewise.
2807 (ppc_fix_adjustable): Likewise.
7512 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
DChangeLog-2013204 (ppc_fix_adjustable): Don't reduce such symbols to section+offset.
DChangeLog-20101031 * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
DChangeLog-02032698 (ppc_fix_adjustable): Likewise.
4532 (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
4619 (ppc_fix_adjustable <coff version>): Cleanup.
DChangeLog-2009829 (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
DChangeLog-9697303 * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the
1584 * config/tc-ppc.c (ppc_fix_adjustable): Handle zero length csects
DChangeLog-20053530 * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
DChangeLog-98993981 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
DChangeLog-9295845 (ppc_fix_adjustable): Removed from TE_PE mainline
4489 * config/tc-ppc.c (ppc_fix_adjustable): Resolve symbol values
7033 (ppc_fix_adjustable): Call as_bad_where, not as_bad.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-20101040 * gas/ppc/power4.d: Update for ppc_fix_adjustable change.