[patch] new patch to fix tfmode for i386-darwin

Eric Christopher echristo@apple.com
Sat May 26 00:08:00 GMT 2007


On May 25, 2007, at 4:45 PM, Joseph S. Myers wrote:

> On Fri, 25 May 2007, Eric Christopher wrote:
>
>> 	* config/soft-fp/lesf2.c: If __MACH__ call stub instead of
>> 	strong_alias.
>> 	* config/soft-fp/ledf2.c: Ditto.
>> 	* config/soft-fp/letf2.c: Ditto.
>> 	* config/soft-fp/gedf2.c: Ditto.
>> 	* config/soft-fp/getf2.c: Ditto.
>> 	* config/soft-fp/gesf2.c: Ditto.
>> 	* config/soft-fp/eqtf2.c: Ditto.
>> 	* config/soft-fp/eqdf2.c: Ditto.
>> 	* config/soft-fp/eqsf2.c: Ditto.
>
> You can't make such local changes to the config/soft-fp files imported
> from glibc; you must get them into glibc first and then import the new
> versions from glibc.

That's not going to happen since glibc is elf only and the point of  
the patch
is to enable the support on a host that isn't elf only.

I could duplicate the support into a different directory if that  
would be more
acceptable (I don't but I'll bow to opinion there). I'm also open to  
other
suggestions, but not all object file formats that we support in gcc
support aliasing.

-eric



More information about the Gcc-patches mailing list