]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4: Update URL on egcs.cygnus.com to point to gcc.gnu.org.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 30 Oct 2000 13:15:24 +0000 (13:15 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 30 Oct 2000 13:15:24 +0000 (13:15 +0000)
* acinclude.m4: Update URL on egcs.cygnus.com to point to
gcc.gnu.org.
* aclocal.m4, configure: Regenerate.
* src/gen-num-limits.cc, include/bits/c++config,
include/bits/stl_config.h: Remove EGCS references.

From-SVN: r37144

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/stl_config.h
libstdc++-v3/src/gen-num-limits.cc

index 750e2506b36ade3f39f285f97519e81cf8074765..6a82b112b9f394c9d65cfc38374f5d88208b7d43 100644 (file)
@@ -1,3 +1,11 @@
+2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * acinclude.m4: Update URL on egcs.cygnus.com to point to
+       gcc.gnu.org.
+       * aclocal.m4, configure: Regenerate.
+       * src/gen-num-limits.cc, include/bits/c++config,
+       include/bits/stl_config.h: Remove EGCS references.
+
 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
 
        * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
index 1c8ae92a6c9e021266590f7a652309e767ec7254..cc4a54967dca40cf663970b8c784c82c7b7a1c03 100644 (file)
@@ -1128,7 +1128,7 @@ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT, [
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
index d2f4a14fd84ca06deeee030d2154a3ffc4a346c7..9a614775393e1f551457bb1fc0146ff4629cac0d 100644 (file)
@@ -1140,7 +1140,7 @@ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT, [
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
index 70c351d4c8ae6fd7f76eb1644a26ab0c35793ac4..ea766d6df6ef3a2ded7dffa52813a6e2ef669aed 100755 (executable)
@@ -17270,7 +17270,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
       // Check for buggy __complex__ that causes ICE in most versions of egcs
       // and gcc-2.95.x on certain platforms (eg., x86-win32).
       //
-      // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
+      // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
       // more info on the bug itself.
       //
       struct
index e8d7d6962c26f7b122a4e341345e13d49c7effcb..860cc5674c4d58ca34c4a347fff92e6a9989cccf 100644 (file)
@@ -48,7 +48,7 @@
 // string and exception.
 # define _GLIBCPP_USE_EXCEPTIONS 1 
 
-// This is necessary until Egcs supports separate template
+// This is necessary until GCC supports separate template
 // compilation.  
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1
 
index 8a6e15c25de5c129ea9c2cadc0b8e4690c9c9cb7..9183a998fb10fc29f07d577ccc02f5ba3332b85c 100644 (file)
 #   endif
 # endif
 
-// Mingw32, egcs compiler using the Microsoft C runtime
+// Mingw32, GCC compiler using the Microsoft C runtime
 # if defined(__MINGW32__)
 #   define __STL_NO_DRAND48
 #   ifdef _MT
 #   endif
 # endif
 
-// Cygwin32, egcs compiler on MS Windows
+// Cygwin32, GCC compiler on MS Windows
 # if defined(__CYGWIN__)
 #   define __STL_NO_DRAND48
 # endif
index 0756818ef12edd93a8d1d5971caea24968e206a6..10c5336b7d54830fecb7c5b1d7458ae8a2029de2 100644 (file)
@@ -26,7 +26,7 @@
 // the GNU General Public License.
 
 //
-// Written by Gabriel Dos Reis <gdr@egcs.cygnus.com>
+// Written by Gabriel Dos Reis <gdr@gcc.gnu.org>
 // 
 // Note: This program outputs speciliazations of ISO C++ class template
 // numeric_limits<> as described in 18.2.1.