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


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).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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