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


Hans-Peter Nilsson <hp@bitrange.com> writes:

> On Sat, 24 Apr 2004, Andreas Schwab wrote:
>> Hans-Peter Nilsson <hp@bitrange.com> writes:
>>
>> > I think you forgot CRIS.
>>
>> CRIS doesn't as of current gcc mainline, and probably never did.
>
> I assume you mean s/gcc/glibc/?.

No.  gcc for cris does not (re-)define TARGET_ASM_FILE_START_APP_OFF, so
the assembler never goes into NO_APP mode.

>> m68k always did it.
>
> No, at least for a while it (m68k-linux) didn't.  See for
> example the gcc-3.3 branch as of Mon Feb 23 18:58:32 GMT 2004.

I can't find any relevant changes in this time frame under config/m68k on
the 3.3 branch.  IIRC m68k-linux never redefined ASM_FILE_START and still
inherits TARGET_ASM_FILE_START_APP_OFF from m68k.h.

> Not that any of this is relevant wrt. the actual incorrectness
> of emitting comments while in #NO_APP mode.

Maybe the #APP/#NO_APP switching should be removed and input scrubbing
enabled all the time, given how few targets actually disable it.

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]