aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic4x.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-09-30 15:48:24 +0000
committerJan Beulich <jbeulich@novell.com>2005-09-30 15:48:24 +0000
commit90e3ad060cd6e164dbfe9e277f44d7c677b2076d (patch)
treee639c81cb18ddd66203b210151ba230dae1beeb8 /gas/config/tc-tic4x.c
parent0f64bb027184ebd2d2818b12d1f57699f973fb1d (diff)
downloadgdb-90e3ad060cd6e164dbfe9e277f44d7c677b2076d.zip
gdb-90e3ad060cd6e164dbfe9e277f44d7c677b2076d.tar.gz
gdb-90e3ad060cd6e164dbfe9e277f44d7c677b2076d.tar.bz2
gas/
2005-09-30 Jan Beulich <jbeulich@novell.com> * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past (removed) comma.
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r--gas/config/tc-tic4x.c1
1 files changed, 1 insertions, 0 deletions
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