|
From: | Nick Clifton |
Subject: | Re: Incorrect check on assembly language register name |
Date: | Tue, 08 Nov 2005 16:40:30 +0000 |
User-agent: | Thunderbird 1.4.1 (X11/20051006) |
Hi Jean-Jacques,
I think there is a mistake in the isoctal definition in the “gas/config/tc-sparc.c” file :
#define isoctal(c) ((unsigned) ((c) - '0') < '8')
There are simple quotes around the 8 while I think they should not be there
Thanks for reporting this problem. I have applied your suggested fix along with this ChangeLog entry.
Cheers Nick gas/ChangeLog 2005-11-08 Jean-Jacques Metayer <address@hidden> * config/tc-sparc.c (isoctal): Fix thinko.
[Prev in Thread] | Current Thread | [Next in Thread] |