[PATCH] tic4x: fix gas compatibility form of .equ/.set handling
Jan Beulich
JBeulich@novell.com
Fri Sep 30 09:04:00 GMT 2005
This is a trivial fix that is a prerequisite (to prevent testsuite
failures)
for a soon to be submitted patch to enhance the equate handling.
Built and tested as cross target on x86_64-unknown-linux-gnu.
Jan
gas/
2005-09-29 Jan Beulich <jbeulich@novell.com>
* config/tc-tic4x.c (tic4x_set): Advance input_line_pointer
past
(removed) comma.
---
/home/jbeulich/src/binutils/mainline/2005-09-27/gas/config/tc-tic4x.c 2005-08-18
08:51:32.000000000 +0200
+++ 2005-09-27/gas/config/tc-tic4x.c 2005-09-28 11:25:37.000000000
+0200
@@ -1144,6 +1144,7 @@ tic4x_set (x)
ignore_rest_of_line ();
return;
}
+ ++input_line_pointer;
symbolP = symbol_find_or_make (name);
}
else
-------------- next part --------------
A non-text attachment was scrubbed...
Name: binutils-mainline-tic4x-equ.patch
Type: application/octet-stream
Size: 701 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20050930/8a4d738b/attachment.obj>
More information about the Binutils
mailing list