Thu Jun 8 19:21:55 2017 UTC ()
regen after new binutils


(mrg)
diff -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h
diff -r1.20 -r1.21 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h

cvs diff -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h 2016/06/07 18:53:03 1.10
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h 2017/06/08 19:21:54 1.11
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */
3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
4 4
5/* auto-host.h. Generated from config.in by configure. */ 5/* auto-host.h. Generated from config.in by configure. */
6/* config.in. Generated from configure.ac by autoheader. */ 6/* config.in. Generated from configure.ac by autoheader. */
7 7
8/* Define if this compiler should be built as the offload target compiler. */ 8/* Define if this compiler should be built as the offload target compiler. */
9#ifndef USED_FOR_TARGET 9#ifndef USED_FOR_TARGET
10/* #undef ACCEL_COMPILER */ 10/* #undef ACCEL_COMPILER */
11#endif 11#endif
12 12
13 13
14/* Define if building universal (internal helper macro) */ 14/* Define if building universal (internal helper macro) */
15#ifndef USED_FOR_TARGET 15#ifndef USED_FOR_TARGET
@@ -287,27 +287,27 @@ @@ -287,27 +287,27 @@
287#ifndef USED_FOR_TARGET 287#ifndef USED_FOR_TARGET
288#define HAVE_AS_DEBUG_PREFIX_MAP 1 288#define HAVE_AS_DEBUG_PREFIX_MAP 1
289#endif 289#endif
290 290
291 291
292/* Define if your assembler supports DFP instructions. */ 292/* Define if your assembler supports DFP instructions. */
293#ifndef USED_FOR_TARGET 293#ifndef USED_FOR_TARGET
294/* #undef HAVE_AS_DFP */ 294/* #undef HAVE_AS_DFP */
295#endif 295#endif
296 296
297 297
298/* Define if your assembler supports .module. */ 298/* Define if your assembler supports .module. */
299#ifndef USED_FOR_TARGET 299#ifndef USED_FOR_TARGET
300/* #undef HAVE_AS_DOT_MODULE */ 300#define HAVE_AS_DOT_MODULE 1
301#endif 301#endif
302 302
303 303
304/* Define if your assembler supports DSPR1 mult. */ 304/* Define if your assembler supports DSPR1 mult. */
305#ifndef USED_FOR_TARGET 305#ifndef USED_FOR_TARGET
306#define HAVE_AS_DSPR1_MULT 1 306#define HAVE_AS_DSPR1_MULT 1
307#endif 307#endif
308 308
309 309
310/* Define if your assembler supports .dtprelword. */ 310/* Define if your assembler supports .dtprelword. */
311#ifndef USED_FOR_TARGET 311#ifndef USED_FOR_TARGET
312#define HAVE_AS_DTPRELWORD 1 312#define HAVE_AS_DTPRELWORD 1
313#endif 313#endif
@@ -499,27 +499,27 @@ @@ -499,27 +499,27 @@
499#ifndef USED_FOR_TARGET 499#ifndef USED_FOR_TARGET
500/* #undef HAVE_AS_MFCRF */ 500/* #undef HAVE_AS_MFCRF */
501#endif 501#endif
502 502
503 503
504/* Define if your assembler supports mffgpr and mftgpr. */ 504/* Define if your assembler supports mffgpr and mftgpr. */
505#ifndef USED_FOR_TARGET 505#ifndef USED_FOR_TARGET
506/* #undef HAVE_AS_MFPGPR */ 506/* #undef HAVE_AS_MFPGPR */
507#endif 507#endif
508 508
509 509
510/* Define if the assembler understands -mnan=. */ 510/* Define if the assembler understands -mnan=. */
511#ifndef USED_FOR_TARGET 511#ifndef USED_FOR_TARGET
512/* #undef HAVE_AS_NAN */ 512#define HAVE_AS_NAN 1
513#endif 513#endif
514 514
515 515
516/* Define if your assembler supports the -no-mul-bug-abort option. */ 516/* Define if your assembler supports the -no-mul-bug-abort option. */
517#ifndef USED_FOR_TARGET 517#ifndef USED_FOR_TARGET
518/* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */ 518/* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
519#endif 519#endif
520 520
521 521
522/* Define if the assembler understands -mno-shared. */ 522/* Define if the assembler understands -mno-shared. */
523#ifndef USED_FOR_TARGET 523#ifndef USED_FOR_TARGET
524#define HAVE_AS_NO_SHARED 1 524#define HAVE_AS_NO_SHARED 1
525#endif 525#endif

cvs diff -r1.20 -r1.21 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h 2016/10/18 01:33:01 1.20
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h 2017/06/08 19:21:54 1.21
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */
3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
4 4
5/* Generated automatically. */ 5/* Generated automatically. */
6static const char configuration_arguments[] = "/usr/src/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 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips"; 6static const char configuration_arguments[] = "/usr/src/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 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.1 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips";
7static const char thread_model[] = "posix"; 7static const char thread_model[] = "posix";
8 8
9static const struct { 9static const struct {
10 const char *name, *value; 10 const char *name, *value;
11} configure_default_options[] = { { NULL, NULL} }; 11} configure_default_options[] = { { NULL, NULL} };