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]

[wwwdocs] Use GNU/Linx for egcs 1.0 release notes and features


Again originally by Karl Berry against our generated NEWS file;
applied.

Gerald


Index: egcs-1.0/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/features.html,v
retrieving revision 1.7
diff -u -r1.7 features.html
--- egcs-1.0/features.html	11 Feb 2002 05:57:09 -0000	1.7
+++ egcs-1.0/features.html	24 Oct 2011 19:18:07 -0000
@@ -13,7 +13,7 @@
   <li>Vast improvements in the C++ compiler; so many they have 
   <a href="c++features.html">page of their own!</a></li>
   <li>Integrated C++ runtime libraries, including support for most major
-  linux systems!</li>
+  GNU/Linux systems!</li>
   <li>New instruction scheduler from IBM Haifa which includes support for
   function wide instruction scheduling as well as superscalar scheduling.</li>
   <li>Significantly improved alias analysis code.</li>
@@ -30,7 +30,7 @@
   Support for RTEMS on several embedded targets, 
   Support for arm-linux,
   Mitsubishi M32R, Hitachi H8/S, Matsushita MN102 and MN103, NEC V850,
-  Sparclet, Solaris &amp; Linux on PowerPCs, etc.<br /></li>
+  Sparclet, Solaris &amp; GNU/Linux on PowerPCs, etc.<br /></li>
   <li>Integrated testsuites for gcc, g++, g77, libstdc++ and libio.</li>
   <li>RS6000/PowerPC ports generate code which can run on all RS6000/PowerPC
   variants by default.</li>
@@ -38,7 +38,7 @@
   over how the x86 port generates code.</li>
   <li>Includes the template repository patch (aka repo patch); note the new
   template code makes repo obsolete for ELF systems using gnu-ld such
-  as Linux.</li>
+  as GNU/Linux.</li>
   <li>Plus the usual assortment of bugfixes and improvements.</li>
 </ul>
 
Index: egcs-1.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.0/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- egcs-1.0/index.html	5 Jun 2005 19:58:47 -0000	1.1
+++ egcs-1.0/index.html	24 Oct 2011 19:18:07 -0000
@@ -87,7 +87,7 @@
   <li><p> Various bugfixes in the x86, hppa, mips, and rs6000/ppc backends.</p>
 
   <p>The x86 changes fix code generation errors exposed when building
-  glibc2 and the Linux dynamic linker (ld.so).</p>
+  glibc2 and the usual GNU/Linux dynamic linker (ld.so).</p>
 
   <p>The hppa change fixes a compiler abort when configured for use
   with RTEMS.</p>
@@ -128,7 +128,8 @@
   <ul>
     <li> libstdc++ in the EGCS release has been updated and should be link
          compatible with libstdc++-2.8.</li>
-    <li> Various fixes in libio/libstdc++ to work better on Linux systems.</li>
+    <li> Various fixes in libio/libstdc++ to work better on GNU/Linux
+         systems.</li>
     <li> Fix problems with duplicate symbols on systems that do not
          support weak symbols.</li>
     <li> Memory corruption bug and undefined symbols in bastring have been
@@ -153,9 +154,9 @@
      <li> x86 ports define i386 again to keep imake happy.</li>
      <li> Fix exception handling support on NetBSD ports.</li>
      <li> Several changes to collect2 to fix many problems with AIX.</li>
-     <li> Define __ELF__ for rs6000/linux.</li>
-     <li> Fix -mcall-linux problem on rs6000/linux.</li>
-     <li> Fix stdarg/vararg problem for rs6000/linux.</li>
+     <li> Define __ELF__ for GNU/Linux on rs6000.</li>
+     <li> Fix -mcall-linux problem on GNU/Linux on rs6000.</li>
+     <li> Fix stdarg/vararg problem for GNU/Linux on rs6000.</li>
      <li> Allow autoconf to select a proper install problem on AIX 3.1.</li>
      <li> m68k port support includes -mcpu32 option as well as cpu32
           multilibs.</li>


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