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: update for netware re-enabling patch


On Wed, 11 Aug 2004, Jan Beulich wrote:

>        * config.gcc: Resurrect NetWare as a target. Handle special case of
>        Novell linker to be used (specified through --with-ld=) and threading
>        model of either Posix (default) or NKS.

This patch doesn't seem to update the documentation of threading models in 
install.texi.

>        * gcc.dg/format/format.h: Define restrict only if not already defined.

Where is it getting predefined, and why?  (The identifier "restrict" is in 
the user namespace in C90 so system headers have no business predefining 
it outside C99 mode.)

This patch is adding files with the obsolete notice "This file is part of 
GNU CC.".  References to "GNU CC" were changed to refer to "GCC" some time 
ago.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal 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]