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 15:07:34 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi George,

> > My assembler listing files have 2 problems:
> >     1. ".page" does not inset a form feed
> >     2. macro expansions place the macro on the last line of the
> >     code

>       Thanks for the reply. Assembler is 2.11.2 build as
> arm-pc-elf-as. We change the comment characters to accept ";" and
> add psuedo op's ".blkb, .blkw, & .blkl". The same changes on the
> m68k work ok. The Makefile has: 
> 
>       /usr/local/arm/bin/arm-pc-elf-as -o file.o -Ixxx --gstabs -ain
> file.asm > file.lst

Right well that is the answer to your first problem.  The 'n' option
in the "-ain" switch suppresses forms processing, such as the .page
directive.  If you remove this option you will start seeing form feeds
and page titles being emitted.

Also there is no 'i' option for the listing switch.  I assume that you
meant 'l' ?

As for macro expansions happening on the last line of the code, can
you provide an example.   The source file you sent did not have any
macros in it, (unless they were in the sa2.inc include file, but you
did not send a copy of that file).

Cheers
        Nick




reply via email to

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