bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Listing files for 2.11.2 ARM ELF


From: Nick Clifton
Subject: Re: Listing files for 2.11.2 ARM ELF
Date: 09 Oct 2001 16:53:56 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi George,

>       Thanks again. Enclosed is another case for macro
> expansion. Line 95 of the listing file shows the exapnsion of the
> cpwait macro 

Umm, without the sa2.inc file (which presumably defines the cpwait
macro) I cannot reproduce this behaviour...

What you seem to be complaining about is that the name of the macro is
placed on the last line of the hex dump, rather than the first, like
this:

  source lines:

            ;   mcr     p15,0,r0,c1,c0,0        ;set control register
                cpwait

  mixed assembler listing:

    95 0058 100F12EE    ;       mcr     p15,0,r0,c1,c0,0        ;set control 
register
    95      0000A0E1 
    96 0060 04F04FE2            cpwait

Correct ?

Personally I would consider this to be a feature rather than a bug.
After all with normal instructions you get the hex dump first and then
the mnemonic, so why shouldn't you get the hex dump of the code
generated by the macro, followed by the macro name ?

Cheers
        Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]