mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 18:36:10 +08:00
gas/
2005-09-30 Jan Beulich <jbeulich@novell.com> * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past (removed) comma.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-09-30 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
|
* config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
|
||||||
|
(removed) comma.
|
||||||
|
|
||||||
2005-09-30 Catherine Moore <clm@cm00re.com>
|
2005-09-30 Catherine Moore <clm@cm00re.com>
|
||||||
|
|
||||||
* Makefile.am: Bfin support.
|
* Makefile.am: Bfin support.
|
||||||
|
@ -1144,6 +1144,7 @@ tic4x_set (x)
|
|||||||
ignore_rest_of_line ();
|
ignore_rest_of_line ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
++input_line_pointer;
|
||||||
symbolP = symbol_find_or_make (name);
|
symbolP = symbol_find_or_make (name);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user