From: Jan Beulich Date: Fri, 30 Sep 2005 15:48:24 +0000 (+0000) Subject: gas/ X-Git-Tag: gdb-csl-arm-20051020-branchpoint~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90e3ad060cd6e164dbfe9e277f44d7c677b2076d;p=external%2Fbinutils.git gas/ 2005-09-30 Jan Beulich * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past (removed) comma. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c885fcf..1617e21 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-09-30 Jan Beulich + + * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past + (removed) comma. + 2005-09-30 Catherine Moore * Makefile.am: Bfin support. diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 022ba52..8707180 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -1144,6 +1144,7 @@ tic4x_set (x) ignore_rest_of_line (); return; } + ++input_line_pointer; symbolP = symbol_find_or_make (name); } else