Home
last modified time | relevance | path

Searched refs:HAVE_IN_PLACE_ADDENDS (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c332 (!HAVE_IN_PLACE_ADDENDS \
470 #define HAVE_IN_PLACE_ADDENDS (!HAVE_NEWABI) macro
4202 return (HAVE_IN_PLACE_ADDENDS in reloc_needs_lo_p()
17221 && HAVE_IN_PLACE_ADDENDS in mips_fix_adjustable()
17232 if ((HAVE_IN_PLACE_ADDENDS || ISA_IS_R6 (mips_opts.isa)) in mips_fix_adjustable()
17282 || (HAVE_IN_PLACE_ADDENDS in mips_fix_adjustable()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20041611 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
1612 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.