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: Remove obsolete Solaris 9 support


Eric Botcazou <ebotcazou@adacore.com> writes:

>> * Eric: In libgcc/config/sparc/sol2-unwind.h, I've removed the Solaris 9
>>   cases after verifying that the cuh_pattern's used there only occur in
>>   Solaris 9 (from FCS to the latest libthread.so.1 patch), but not even
>>   in Solaris 10 FCS.
>> 
>>   For Solaris 10, do you have any more details on when the 2-frame case
>>   occurs?  I've found that patch submission
>> 
>> 	http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02370.html
>> 
>>   but no details on what S10 update/patch this happens with.
>
> Let's not touch libgcc/config/sparc/sol2-unwind.h, the small gain is not worth 
> the potential trouble IMO.

Maybe not for the 2-frame vs. 3-frame case, though it would still be
good to know the exact circumstances.

But for the Solaris 9 stuff, it crystal clear that this cannot occur on
Solaris 10 and up (no single-threaded case anymore since libthread.so.1
has been folded into libc.so.1).  Ok to remove this part?

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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