Module Name: src
Committed By: mrg
Date: Tue Mar 4 13:47:32 UTC 2014
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: c++config.h
config.h gstdint.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: auto-host.h
configargs.h plugin-version.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el: config.h
Log Message:
forgotten mknative-gcc 4.8 for mips64el.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h \
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h
cvs rdiff -u -r1.9 -r1.10 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h:1.7 src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h:1.8
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h:1.7 Sat Mar 1 10:00:46 2014
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h Tue Mar 4 13:47:32 2014
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -35,7 +35,7 @@
#define _GLIBCXX_CXX_CONFIG_H 1
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20140116
+#define __GLIBCXX__ 20140302
// Macros for various attributes.
// _GLIBCXX_PURE
@@ -765,7 +765,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_NAN_H */
/* Define if poll is available in <poll.h>. */
-#define _GLIBCXX_HAVE_POLL 1
+/* #undef _GLIBCXX_HAVE_POLL */
/* Define to 1 if you have the `powf' function. */
/* #undef _GLIBCXX_HAVE_POWF */
@@ -895,7 +895,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_S_IFREG */
/* Define if S_IFREG is available in <sys/stat.h>. */
-#define _GLIBCXX_HAVE_S_ISREG 1
+/* #undef _GLIBCXX_HAVE_S_ISREG */
/* Define to 1 if you have the `tanf' function. */
/* #undef _GLIBCXX_HAVE_TANF */
@@ -910,7 +910,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_TANL */
/* Define to 1 if you have the <tgmath.h> header file. */
-#define _GLIBCXX_HAVE_TGMATH_H 1
+/* #undef _GLIBCXX_HAVE_TGMATH_H */
/* Define to 1 if the target supports thread-local storage. */
/* #undef _GLIBCXX_HAVE_TLS */
@@ -943,7 +943,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_WIN32_SLEEP */
/* Define if writev is available in <sys/uio.h>. */
-#define _GLIBCXX_HAVE_WRITEV 1
+/* #undef _GLIBCXX_HAVE_WRITEV */
/* Define to 1 if you have the `_acosf' function. */
/* #undef _GLIBCXX_HAVE__ACOSF */
@@ -1239,12 +1239,12 @@ namespace std
/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
<stdio.h>, and <stdlib.h> can be used or exposed. */
-/* #undef _GLIBCXX_USE_C99 */
+#define _GLIBCXX_USE_C99 1
/* Define if C99 functions in <complex.h> should be used in <complex>. Using
compiler builtins for these functions requires corresponding C99 library
functions to be present. */
-/* #undef _GLIBCXX_USE_C99_COMPLEX */
+#define _GLIBCXX_USE_C99_COMPLEX 1
/* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
Using compiler builtins for these functions requires corresponding C99
@@ -1296,7 +1296,7 @@ namespace std
/* #undef _GLIBCXX_USE_FLOAT128 */
/* Defined if gettimeofday is available. */
-#define _GLIBCXX_USE_GETTIMEOFDAY 1
+/* #undef _GLIBCXX_USE_GETTIMEOFDAY */
/* Define if get_nprocs is available in <sys/sysinfo.h>. */
/* #undef _GLIBCXX_USE_GET_NPROCS */
@@ -1327,13 +1327,13 @@ namespace std
/* #undef _GLIBCXX_USE_SCHED_YIELD */
/* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
-#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
+/* #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN */
/* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
/* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
/* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
-#define _GLIBCXX_USE_SYSCTL_HW_NCPU 1
+/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */
/* Define if code specialized for wchar_t should be used. */
#define _GLIBCXX_USE_WCHAR_T 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h:1.6 src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h:1.7
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h:1.6 Sat Mar 1 10:00:46 2014
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h Tue Mar 4 13:47:32 2014
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
@@ -300,7 +300,7 @@
/* #undef HAVE_NAN_H */
/* Define if poll is available in <poll.h>. */
-#define HAVE_POLL 1
+/* #undef HAVE_POLL */
/* Define to 1 if you have the `powf' function. */
/* #undef HAVE_POWF */
@@ -430,7 +430,7 @@
/* #undef HAVE_S_IFREG */
/* Define if S_IFREG is available in <sys/stat.h>. */
-#define HAVE_S_ISREG 1
+/* #undef HAVE_S_ISREG */
/* Define to 1 if you have the `tanf' function. */
/* #undef HAVE_TANF */
@@ -445,7 +445,7 @@
/* #undef HAVE_TANL */
/* Define to 1 if you have the <tgmath.h> header file. */
-#define HAVE_TGMATH_H 1
+/* #undef HAVE_TGMATH_H */
/* Define to 1 if the target supports thread-local storage. */
/* #undef HAVE_TLS */
@@ -478,7 +478,7 @@
/* #undef HAVE_WIN32_SLEEP */
/* Define if writev is available in <sys/uio.h>. */
-#define HAVE_WRITEV 1
+/* #undef HAVE_WRITEV */
/* Define to 1 if you have the `_acosf' function. */
/* #undef HAVE__ACOSF */
@@ -775,12 +775,12 @@
/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
<stdio.h>, and <stdlib.h> can be used or exposed. */
-/* #undef _GLIBCXX_USE_C99 */
+#define _GLIBCXX_USE_C99 1
/* Define if C99 functions in <complex.h> should be used in <complex>. Using
compiler builtins for these functions requires corresponding C99 library
functions to be present. */
-/* #undef _GLIBCXX_USE_C99_COMPLEX */
+#define _GLIBCXX_USE_C99_COMPLEX 1
/* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
Using compiler builtins for these functions requires corresponding C99
@@ -832,7 +832,7 @@
/* #undef _GLIBCXX_USE_FLOAT128 */
/* Defined if gettimeofday is available. */
-#define _GLIBCXX_USE_GETTIMEOFDAY 1
+/* #undef _GLIBCXX_USE_GETTIMEOFDAY */
/* Define if get_nprocs is available in <sys/sysinfo.h>. */
/* #undef _GLIBCXX_USE_GET_NPROCS */
@@ -863,13 +863,13 @@
/* #undef _GLIBCXX_USE_SCHED_YIELD */
/* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
-#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
+/* #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN */
/* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
/* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
/* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
-#define _GLIBCXX_USE_SYSCTL_HW_NCPU 1
+/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */
/* Define if code specialized for wchar_t should be used. */
#define _GLIBCXX_USE_WCHAR_T 1
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h:1.4 src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h:1.5
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h:1.4 Sat Mar 1 10:00:46 2014
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h Tue Mar 4 13:47:32 2014
@@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
-/* generated for mips64el--netbsd-gcc (NetBSD nb1 20120916) 4.8.3 20140116 (prerelease) */
+/* generated for mips64el--netbsd-gcc (NetBSD nb1 20120916) 4.8.3 20140302 (prerelease) */
#ifndef GCC_GENERATED_STDINT_H
#define GCC_GENERATED_STDINT_H 1
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h:1.3 Sat Mar 1 10:00:51 2014
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h Tue Mar 4 13:47:32 2014
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* auto-host.h. Generated from config.in by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -368,6 +368,12 @@
#endif
+/* Define if your assembler supports the 'ud2' mnemonic. */
+#ifndef USED_FOR_TARGET
+/* #undef HAVE_AS_IX86_UD2 */
+#endif
+
+
/* Define if your assembler supports the lituse_jsrdirect relocation. */
#ifndef USED_FOR_TARGET
/* #undef HAVE_AS_JSRDIRECT_RELOCS */
@@ -785,7 +791,7 @@
/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
*/
#ifndef USED_FOR_TARGET
-#define HAVE_DECL_MADVISE 1
+#define HAVE_DECL_MADVISE 0
#endif
@@ -907,7 +913,7 @@
/* Define to 1 if you have the <ext/hash_map> header file. */
#ifndef USED_FOR_TARGET
-#define HAVE_EXT_HASH_MAP 1
+/* #undef HAVE_EXT_HASH_MAP */
#endif
@@ -1140,7 +1146,7 @@
/* Define if you have the iconv() function. */
#ifndef USED_FOR_TARGET
-#define HAVE_ICONV 1
+/* #undef HAVE_ICONV */
#endif
@@ -1522,7 +1528,7 @@
/* Define to 1 if you have the <tr1/unordered_map> header file. */
#ifndef USED_FOR_TARGET
-#define HAVE_TR1_UNORDERED_MAP 1
+/* #undef HAVE_TR1_UNORDERED_MAP */
#endif
@@ -1625,7 +1631,7 @@
/* Define as const if the declaration of iconv() needs const. */
#ifndef USED_FOR_TARGET
-#define ICONV_CONST const
+/* #undef ICONV_CONST */
#endif
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h:1.3 Sat Mar 1 10:00:51 2014
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h Tue Mar 4 13:47:32 2014
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
#include "configargs.h"
@@ -10,7 +10,7 @@
#define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
static char basever[] = "4.8.3";
-static char datestamp[] = "20140116";
+static char datestamp[] = "20140302";
static char devphase[] = "prerelease";
static char revision[] = "";
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.9 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.10
--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h:1.9 Sat Mar 1 10:00:51 2014
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h Tue Mar 4 13:47:32 2014
@@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src7/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src7/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src7/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src7/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src7/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src7/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src7/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.0. --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src7/destdir.evbmips";
+static const char configuration_arguments[] = "/usr/src6/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src6/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src6/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src6/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src6/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src6/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src6/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.0. --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src6/destdir.evbmips";
static const char thread_model[] = "posix";
static const struct {
Index: src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h
diff -u src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h:1.2 src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h:1.3
--- src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h:1.2 Sat Mar 1 10:00:54 2014
+++ src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h Tue Mar 4 13:47:32 2014
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* config.h. Generated from config.in by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -171,7 +171,7 @@
#define HAVE_GETC_UNLOCKED 1
/* Define if you have the iconv() function. */
-#define HAVE_ICONV 1
+/* #undef HAVE_ICONV */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
@@ -238,7 +238,7 @@
#define HOST_WIDE_INT long long
/* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST const
+/* #undef ICONV_CONST */
/* Define to the name of this package. */
#define PACKAGE "cpplib"