summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-02-19 08:56:08 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-02-19 08:56:08 +0000
commitc2d89ad6339f1b1e776212cc94deabfd9203a689 (patch)
treefa7514e3fd1a3961d4592ef9f0c0556c658f2672 /gas/doc
parent3113b5564a1fc75211e4b25095abcdf8169c0771 (diff)
downloadbinutils-redhat-c2d89ad6339f1b1e776212cc94deabfd9203a689.tar.gz
* config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
* read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test. * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/internals.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 1c3ad973e5..e0fb74905c 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1024,14 +1024,6 @@ 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
-@code{input_line_pointer} at that point. 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