diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-19 08:56:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-19 08:56:08 +0000 |
commit | b5682e5666232dbae25d81089f71a68ed4146ffc (patch) | |
tree | b75fd98017b9f80de60ae34d0806314d2106ba64 /gas/doc | |
parent | c187109005662c6b91a6ae5ed3b9ecacd798d61f (diff) | |
download | gdb-b5682e5666232dbae25d81089f71a68ed4146ffc.zip gdb-b5682e5666232dbae25d81089f71a68ed4146ffc.tar.gz gdb-b5682e5666232dbae25d81089f71a68ed4146ffc.tar.bz2 |
* 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.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 1c3ad97..e0fb749 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 |