Subject: Re: -mpentium-pro stable?
To: Martin Husemann <martin@rumolt.teuto.de>
From: None <seebs@plethora.net>
List: port-i386
Date: 08/22/1999 05:06:47
In message <NCBBKMPDNDDMCAGNFNDIKEAJCIAA.martin@rumolt.teuto.de>, "Martin Husem
ann" writes:
>> If I override csu's Makefile to say "CFLAGS=-O2", it's fine.

>Great! Just got trapped in that same situation late last night and decided
>to go to bed before trying to recover from this...

:)

>Is there some __attribute() we can assign to __start to prevent this, or is
>it an optimizer bug?

I would probably consider it an optimizer bug, but I understand - it sees
a static symbol with no calls to it, and figures it must not be relevant.

-s