Re: Using only regular register names in emitted assembly

2006-03-16 Thread Richard Sandiford
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

Re: Using only regular register names in emitted assembly

2006-03-11 Thread Mike Stump
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

Using only regular register names in emitted assembly

2006-03-10 Thread Nikolaos Kavvadias
-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