This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: demand_empty_rest_of_line and ignore_rest_of_line


On Mon, 2004-04-26 at 15:19, Andreas Schwab wrote:
> Ian Lance Taylor <ian@wasabisystems.com> writes:
> 
> > Given that we are going to stick with a text file to communicate
> > between the compiler and the assembler, it makes sense to me to
> > eliminate parsing in the assembler as much as possible.  We have text
> > generated by one program and read by another program; parsing is
> > useless overhead.  That is the idea behind #NO_APP.
> 
> Currently (gcc 3.4.0) there are 5 targets that actually make use of
> #NO_APP: arm, cris, m68k, ns32k and vax (and m68k-linux didn't in gcc
> 3.0.x upto 3.3.x due to a side effect of including "elfos.h", which
> redefines ASM_FILE_START).

That's probably misleading.  The gcc might emit a directive for that,
but I'm almost certain the ARM assembler for one takes no notice of it.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]