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]

PATCH: Update gcc-4.5/changes.html for IRIX stdint.h support


With the installation of IRIX stdint.h support/fixes, the following
patch to the GCC 4.5 Changes list should be obvious.

Installed.

	Rainer

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


2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-4.5/changes.html (C): Update for IRIX stdint.h support.

Index: htdocs/gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.68
diff -u -p -r1.68 changes.html
--- htdocs/gcc-4.5/changes.html	17 Jan 2010 22:58:45 -0000	1.68
+++ htdocs/gcc-4.5/changes.html	26 Jan 2010 19:31:44 -0000
@@ -214,7 +214,7 @@
     implement the Fortran bindings to those types.  GCC does not
     ensure the presence of such a header, and does not implement the
     Fortran bindings, on the following targets: NetBSD, VxWorks, VMS,
-    SymbianOS, WinCE, LynxOS, Netware, QNX, Interix, IRIX, TPF.</li>
+    SymbianOS, WinCE, LynxOS, Netware, QNX, Interix, TPF.</li>
     <li>GCC now implements C90- and C99-conforming rules for constant
     expressions.  This may cause warnings or errors for some code
     using expressions that can be folded to a constant but are not


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