Re: Incorrect check on assembly language register name

2005-11-08 Thread Nick Clifton
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 yo

Incorrect check on assembly language register name

2005-11-07 Thread Metayer Jean-Jacques
    Hello,   Following assembly language source targeting SPARC processor is accepted although %g9 register name (neither %ia or %oa) is not a legal one.   Tool used sparc-elf-as Version 2.16.91-20050827   Source :     .text     mov %g9,%ia     mov %g9,