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: [3.4] Fixinc tweaks for Solaris 10


On Sun, 29 May 2005, Mark Mitchell wrote:

> Eric Botcazou wrote:
> 
> > > (Did you hear back from CodeSourcery?) 
> >  Not yet.
> 
> Joseph, do you have any comments?

I don't really consider this to have much relevance in the context of 
csl-sol210-3_4-branch, which is what is used for the compiler distributed 
with Solaris 10.  Sun generally prefer to fix the system headers rather 
than use fixincludes, and they have been advised of the nature of the 
problems in the existing header and of how to fix them for GCC (adding 
library functions in some cases, similar to those used in glibc for some 
of the macros, is possible for Sun; they aren't restricted to solving the 
problem in the header only even if such a solution is complicated and 
inefficient).  The fixincludes patch in question wouldn't be merged to 
csl-sol210-3_4-branch until at least the 3.4.5 release in any case, and 
the bypasses on __GNUC__ should suffice to cover whatever fixes Sun might 
use for the header problem.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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