This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFC] Win64 SEH support


On 10/22/2010 11:53 AM, Dave Korn wrote:
> On 22/10/2010 18:49, Richard Henderson wrote:
> 
>> +# In order to work around the very problems that force us to now generally
>> +# create a libgcc.so, glibc reexported a number of routines from libgcc.a.
>> +# By now choosing the same version tags for these specific routines, we
>> +# maintain enough binary compatibility to allow future versions of glibc
>> +# to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
> 
>   This comment seems odd to me.  None of the cygming platforms support glibc.
>  (Or DT_AUXILIARY for that matter).  We use the version script just to filter
> what symbols get dllexported from the libgcc DLL.

Heh.  Too much copy/paste.  I'll kill that bit.


r~


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