Nikolaos Kavvadias <[EMAIL PROTECTED]> writes:
> 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)?
That seems an odd example. gcc already uses $31 rather than $ra.
The only two mnemonic names it
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 pu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there
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).
regards
Nikolaos Kavvadias
-BEGIN