Home
last modified time | relevance | path

Searched refs:TC_EQUAL_IN_INSN (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.h53 #define TC_EQUAL_IN_INSN(C, NAME) 1 macro
Dtc-arm.h399 #define TC_EQUAL_IN_INSN(c, s) arm_tc_equal_in_insn ((c), (s)) macro
/toolchain/binutils/binutils-2.27/gas/
Dread.c1036 #ifdef TC_EQUAL_IN_INSN in read_a_source_file()
1037 && !TC_EQUAL_IN_INSN (next_char, s) in read_a_source_file()
DChangeLog-20053653 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
3654 * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
3698 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
3699 * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
3700 * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
DChangeLog-20151344 * config/tc-arm.h (TC_EQUAL_IN_INSN): Define.
DChangeLog-20061443 * config/tc-bfin.h (TC_EQUAL_IN_INSN): Redefine as 1.
DChangeLog-92959738 * read.c (read_a_source_file): Use TC_EQUAL_IN_INSN to determine
9742 * config/tc-hppa.h (TC_EQUAL_IN_INSN, TC_EOL_IN_INSN): Define.
DChangeLog-00017157 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1010 @item TC_EQUAL_IN_INSN
1011 @cindex TC_EQUAL_IN_INSN