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: [PATCH] Fix bootstrap on Solaris 2.5.1 with NLS


> This comes from the gettext package.  This isn't mentioned in the list
> of upstream packages, but it should be treated like the others.  That
> means submitting a patch to the gettext maintainers, and then merging it
> into gcc after they accept it.

Thanks, I'll do that.

> It isn't clear what the patch is doing.  I don't see any uses of the
> _REENTRANT macro in the gettext sources, so this must be some mysterious
> Solaris2 macro whose purpose probably should be documented in the patch.

Yes, _REENTRANT is needed to have access to the *_unlocked() declarations in 
stdio.h on Solaris 2.5.1.

-- 
Eric Botcazou


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