mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* 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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user