This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
Attachment:
binutils-mainline-tic4x-equ.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |