* 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.
This commit is contained in:
Alan Modra
2005-02-19 08:56:08 +00:00
parent c187109005
commit b5682e5666
4 changed files with 11 additions and 23 deletions

View File

@@ -710,11 +710,7 @@ read_a_source_file (char *name)
}
else if (c == '='
|| ((c == ' ' || c == '\t')
&& input_line_pointer[1] == '='
#ifdef TC_EQUAL_IN_INSN
&& !TC_EQUAL_IN_INSN (c, input_line_pointer)
#endif
))
&& input_line_pointer[1] == '='))
{
equals (s, 1);
demand_empty_rest_of_line ();