gas/
authorJan Beulich <jbeulich@novell.com>
Fri, 30 Sep 2005 15:48:24 +0000 (15:48 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 30 Sep 2005 15:48:24 +0000 (15:48 +0000)
2005-09-30  Jan Beulich  <jbeulich@novell.com>

* config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
(removed) comma.

gas/ChangeLog
gas/config/tc-tic4x.c

index c885fcfb0cce23709d0548e6a1f04845bc013ae5..1617e21c3e5b724ff399f378c00250b52322f6af 100644 (file)
@@ -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>
 
        * Makefile.am: Bfin support.
index 022ba52da37af0b73d53df075afb453773e78ab5..8707180c13285f4163d71dc68faa8e428f9a4565 100644 (file)
@@ -1144,6 +1144,7 @@ tic4x_set (x)
          ignore_rest_of_line ();
          return;
        }
+      ++input_line_pointer;
       symbolP = symbol_find_or_make (name);
     }
   else
This page took 0.030384 seconds and 4 git commands to generate.