summaryrefslogtreecommitdiff
path: root/gas/doc/internals.texi
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2005-02-23 02:44:18 +0000
committerCatherine Moore <clm@redhat.com>2005-02-23 02:44:18 +0000
commit528c716710be560b68c82d16ce849d801ffa0183 (patch)
treedc60ce4745572162400f0767951864187ccb40e4 /gas/doc/internals.texi
parenta3f194d5ed6064465168ec14df059ed92dab7659 (diff)
downloadbinutils-redhat-528c716710be560b68c82d16ce849d801ffa0183.tar.gz
* read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
* doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r--gas/doc/internals.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 8cfd33ef99..d9916705a6 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1024,6 +1024,14 @@ LABELS_WITHOUT_COLONS is defined.
If you define this macro, GAS will not require pseudo-ops to start with a
@kbd{.} character.
+@item TC_EQUAL_IN_INSN
+@cindex TC_EQUAL_IN_INSN
+If you define this macro, it should return nonzero if the instruction is
+permitted to contain an @kbd{=} character. GAS will call it with two
+arguments, the character before the @kbd{=} character, and the value of
+the string preceding the equal sign. GAS uses this macro to decide if a
+@kbd{=} is an assignment or an instruction.
+
@item TC_EOL_IN_INSN
@cindex TC_EOL_IN_INSN
If you define this macro, it should return nonzero if the current input line