forked from Imagelibrary/binutils-gdb
gas: drop dead check for double quote
FB and dollar label definitions can't be enclosed in double quotes. In fact at that point nul_char is the same as next_char, which we know is a digit.
This commit is contained in:
@@ -1262,9 +1262,6 @@ read_a_source_file (const char *name)
|
||||
|
||||
temp = next_char - '0';
|
||||
|
||||
if (nul_char == '"')
|
||||
++ input_line_pointer;
|
||||
|
||||
/* Read the whole number. */
|
||||
while (ISDIGIT (*input_line_pointer))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user