On Mar 10, 2006, at 8:09 AM, Nikolaos Kavvadias wrote:
how is it possible to emit regular register names (e.g. for the MIPS to use $31 and not $ra) when producing assembly output (with mips-elf-gcc -S)? I want to just use the arithmetic names ($0 to $31).
Yes, just edit gcc/config/mips/* and put in any names you care to, if it doesn't already support the names you want.
[ note, you sent your email to the list that is relevant if you want to edit gcc, not use gcc, for using gcc, you'd want gcc-help ]