.equ sequence
Alan Modra
alan@linuxcare.com.au
Mon Jan 15 02:07:00 GMT 2001
On Mon, 15 Jan 2001, Axel Kittenberger wrote:
> Okay other question can I somehow change the assembler to recoqnize .equ
> pseudo-ops in another sequence?
> gnu-as recognizes following:
> -----------
> .equ SP 0
> -----------
> However in my source I've every following syntax:
> -----------
> SP .equ 0
> -----------
Yes it's possible to change gas to accept this syntax. In fact, the hppa
port does exactly that. See gas/config/tc-hppa.c However, I'd suggest it
might be easier to run your source through sed to flip .equ lines around.
Alan Modra
--
Linuxcare. Support for the Revolution.
More information about the Binutils
mailing list