diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/read.c b/gas/read.c index 3365c824bda..807f41030a0 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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 (); |