Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1253 } mips_relax; variable
2345 if (mips_relax.sequence != 2) in insert_into_history()
4329 RELAX_ENCODE (mips_relax.sizes[0], mips_relax.sizes[1]), in relax_close_frag()
4330 mips_relax.symbol, 0, (char *) mips_relax.first_fixup); in relax_close_frag()
4332 memset (&mips_relax.sizes, 0, sizeof (mips_relax.sizes)); in relax_close_frag()
4333 mips_relax.first_fixup = 0; in relax_close_frag()
4342 gas_assert (mips_relax.sequence == 0); in relax_start()
4343 mips_relax.sequence = 1; in relax_start()
4344 mips_relax.symbol = symbol; in relax_start()
4353 gas_assert (mips_relax.sequence == 1); in relax_switch()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042500 (mips_relax): New variable.
2502 (append_insn): Remove "place" argument. Use mips_relax.sequence
2507 to close it. Update mips_relax.sizes[]. Emit fixups for the
2509 fixup in mips_relax. Remove tc_gen_reloc workaround.
2510 (macro_build): Remove all uses of "place". Use mips_relax.sequence