Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/lib regen for GCC 5.5.



details:   https://anonhg.NetBSD.org/src/rev/1f4c15fb2ec2
branches:  trunk
changeset: 827828:1f4c15fb2ec2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Nov 14 00:54:48 2017 +0000

description:
regen for GCC 5.5.

diffstat:

 external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk               |    2 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h      |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h        |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h      |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h       |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h   |  132 ++++----
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h       |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h       |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h       |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h       |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h   |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h     |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h    |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h  |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h      |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h      |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h      |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h    |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h        |   28 +-
 external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h     |  138 +++++-----
 35 files changed, 776 insertions(+), 392 deletions(-)

diffs (truncated from 3174 to 300 lines):

diff -r 68e2b22dbc5c -r 1f4c15fb2ec2 external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk
--- a/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk      Tue Nov 14 00:54:38 2017 +0000
+++ b/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk      Tue Nov 14 00:54:48 2017 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.90 2017/10/04 21:42:20 christos Exp 
+# Generated from: NetBSD: mknative-gcc.old,v 1.5 2017/10/04 21:42:20 christos Exp 
 # Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp 
 #
 G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include 
diff -r 68e2b22dbc5c -r 1f4c15fb2ec2 external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h     Tue Nov 14 00:54:38 2017 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h     Tue Nov 14 00:54:48 2017 +0000
@@ -35,7 +35,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20160603
+#define __GLIBCXX__ 20171010
 
 // Macros for various attributes.
 //   _GLIBCXX_PURE
@@ -181,8 +181,11 @@
     namespace placeholders { }
     namespace regex_constants { }
     namespace this_thread { }
-
-    namespace experimental { }
+    inline namespace literals {
+      inline namespace chrono_literals { }
+      inline namespace complex_literals { }
+      inline namespace string_literals { }
+    }
   }
 
   namespace abi { }
@@ -267,7 +270,11 @@
   namespace regex_constants { inline namespace __7 { } }
   namespace this_thread { inline namespace __7 { } }
 
-  namespace experimental { inline namespace __7 { } }
+  inline namespace literals {
+    inline namespace chrono_literals { inline namespace __7 { } }
+    inline namespace complex_literals { inline namespace __7 { } }
+    inline namespace string_literals { inline namespace __7 { } }
+  }
 
   namespace __detail { inline namespace __7 { } }
 }
@@ -599,7 +606,7 @@
 #define _GLIBCXX_HAVE_EIDRM 1
 
 /* Define to 1 if you have the <endian.h> header file. */
-/* #undef _GLIBCXX_HAVE_ENDIAN_H */
+#define _GLIBCXX_HAVE_ENDIAN_H 1
 
 /* Define if ENODATA exists. */
 #define _GLIBCXX_HAVE_ENODATA 1
@@ -1416,7 +1423,7 @@
 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
 /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
 
-/* Define if sendfile is available in <sys/stat.h>. */
+/* Define if sendfile is available in <sys/sendfile.h>. */
 /* #undef _GLIBCXX_USE_SENDFILE */
 
 /* Define if struct stat has timespec members. */
@@ -1444,9 +1451,14 @@
 /* Define to 1 if mutex_timedlock is available. */
 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0
 
-/* Define if all C++11 overloads are available in <math.h>.  */
+/* Define if all C++11 floating point overloads are available in <math.h>.  */
 #if __cplusplus >= 201103L
-/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
+#endif
+
+/* Define if all C++11 integral type overloads are available in <math.h>.  */
+#if __cplusplus >= 201103L
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
 #endif
 
 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
diff -r 68e2b22dbc5c -r 1f4c15fb2ec2 external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h       Tue Nov 14 00:54:38 2017 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h       Tue Nov 14 00:54:48 2017 +0000
@@ -35,7 +35,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20160603
+#define __GLIBCXX__ 20171010
 
 // Macros for various attributes.
 //   _GLIBCXX_PURE
@@ -181,8 +181,11 @@
     namespace placeholders { }
     namespace regex_constants { }
     namespace this_thread { }
-
-    namespace experimental { }
+    inline namespace literals {
+      inline namespace chrono_literals { }
+      inline namespace complex_literals { }
+      inline namespace string_literals { }
+    }
   }
 
   namespace abi { }
@@ -267,7 +270,11 @@
   namespace regex_constants { inline namespace __7 { } }
   namespace this_thread { inline namespace __7 { } }
 
-  namespace experimental { inline namespace __7 { } }
+  inline namespace literals {
+    inline namespace chrono_literals { inline namespace __7 { } }
+    inline namespace complex_literals { inline namespace __7 { } }
+    inline namespace string_literals { inline namespace __7 { } }
+  }
 
   namespace __detail { inline namespace __7 { } }
 }
@@ -599,7 +606,7 @@
 #define _GLIBCXX_HAVE_EIDRM 1
 
 /* Define to 1 if you have the <endian.h> header file. */
-/* #undef _GLIBCXX_HAVE_ENDIAN_H */
+#define _GLIBCXX_HAVE_ENDIAN_H 1
 
 /* Define if ENODATA exists. */
 #define _GLIBCXX_HAVE_ENODATA 1
@@ -1416,7 +1423,7 @@
 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
 /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
 
-/* Define if sendfile is available in <sys/stat.h>. */
+/* Define if sendfile is available in <sys/sendfile.h>. */
 /* #undef _GLIBCXX_USE_SENDFILE */
 
 /* Define if struct stat has timespec members. */
@@ -1444,9 +1451,14 @@
 /* Define to 1 if mutex_timedlock is available. */
 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0
 
-/* Define if all C++11 overloads are available in <math.h>.  */
+/* Define if all C++11 floating point overloads are available in <math.h>.  */
 #if __cplusplus >= 201103L
-/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
+#endif
+
+/* Define if all C++11 integral type overloads are available in <math.h>.  */
+#if __cplusplus >= 201103L
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
 #endif
 
 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
diff -r 68e2b22dbc5c -r 1f4c15fb2ec2 external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h     Tue Nov 14 00:54:38 2017 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h     Tue Nov 14 00:54:48 2017 +0000
@@ -35,7 +35,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20160603
+#define __GLIBCXX__ 20171010
 
 // Macros for various attributes.
 //   _GLIBCXX_PURE
@@ -181,8 +181,11 @@
     namespace placeholders { }
     namespace regex_constants { }
     namespace this_thread { }
-
-    namespace experimental { }
+    inline namespace literals {
+      inline namespace chrono_literals { }
+      inline namespace complex_literals { }
+      inline namespace string_literals { }
+    }
   }
 
   namespace abi { }
@@ -267,7 +270,11 @@
   namespace regex_constants { inline namespace __7 { } }
   namespace this_thread { inline namespace __7 { } }
 
-  namespace experimental { inline namespace __7 { } }
+  inline namespace literals {
+    inline namespace chrono_literals { inline namespace __7 { } }
+    inline namespace complex_literals { inline namespace __7 { } }
+    inline namespace string_literals { inline namespace __7 { } }
+  }
 
   namespace __detail { inline namespace __7 { } }
 }
@@ -599,7 +606,7 @@
 #define _GLIBCXX_HAVE_EIDRM 1
 
 /* Define to 1 if you have the <endian.h> header file. */
-/* #undef _GLIBCXX_HAVE_ENDIAN_H */
+#define _GLIBCXX_HAVE_ENDIAN_H 1
 
 /* Define if ENODATA exists. */
 #define _GLIBCXX_HAVE_ENODATA 1
@@ -1416,7 +1423,7 @@
 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
 /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
 
-/* Define if sendfile is available in <sys/stat.h>. */
+/* Define if sendfile is available in <sys/sendfile.h>. */
 /* #undef _GLIBCXX_USE_SENDFILE */
 
 /* Define if struct stat has timespec members. */
@@ -1444,9 +1451,14 @@
 /* Define to 1 if mutex_timedlock is available. */
 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0
 
-/* Define if all C++11 overloads are available in <math.h>.  */
+/* Define if all C++11 floating point overloads are available in <math.h>.  */
 #if __cplusplus >= 201103L
-/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
+#endif
+
+/* Define if all C++11 integral type overloads are available in <math.h>.  */
+#if __cplusplus >= 201103L
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
 #endif
 
 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
diff -r 68e2b22dbc5c -r 1f4c15fb2ec2 external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h
--- a/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h      Tue Nov 14 00:54:38 2017 +0000
+++ b/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h      Tue Nov 14 00:54:48 2017 +0000
@@ -35,7 +35,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20160603
+#define __GLIBCXX__ 20171010
 
 // Macros for various attributes.
 //   _GLIBCXX_PURE
@@ -181,8 +181,11 @@
     namespace placeholders { }
     namespace regex_constants { }
     namespace this_thread { }
-
-    namespace experimental { }
+    inline namespace literals {
+      inline namespace chrono_literals { }
+      inline namespace complex_literals { }
+      inline namespace string_literals { }
+    }
   }
 
   namespace abi { }
@@ -267,7 +270,11 @@
   namespace regex_constants { inline namespace __7 { } }
   namespace this_thread { inline namespace __7 { } }
 
-  namespace experimental { inline namespace __7 { } }
+  inline namespace literals {
+    inline namespace chrono_literals { inline namespace __7 { } }
+    inline namespace complex_literals { inline namespace __7 { } }
+    inline namespace string_literals { inline namespace __7 { } }
+  }
 
   namespace __detail { inline namespace __7 { } }
 }
@@ -599,7 +606,7 @@
 #define _GLIBCXX_HAVE_EIDRM 1
 
 /* Define to 1 if you have the <endian.h> header file. */
-/* #undef _GLIBCXX_HAVE_ENDIAN_H */
+#define _GLIBCXX_HAVE_ENDIAN_H 1
 
 /* Define if ENODATA exists. */
 #define _GLIBCXX_HAVE_ENODATA 1
@@ -1416,7 +1423,7 @@
 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
 /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
 
-/* Define if sendfile is available in <sys/stat.h>. */
+/* Define if sendfile is available in <sys/sendfile.h>. */
 /* #undef _GLIBCXX_USE_SENDFILE */
 
 /* Define if struct stat has timespec members. */
@@ -1444,9 +1451,14 @@
 /* Define to 1 if mutex_timedlock is available. */
 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0
 
-/* Define if all C++11 overloads are available in <math.h>.  */
+/* Define if all C++11 floating point overloads are available in <math.h>.  */
 #if __cplusplus >= 201103L
-/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */
+/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
+#endif
+



Home | Main Index | Thread Index | Old Index