Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc regenerate after recent vax specific fixes.
details: https://anonhg.NetBSD.org/src/rev/368990208953
branches: trunk
changeset: 327896:368990208953
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Mar 20 10:15:13 2014 +0000
description:
regenerate after recent vax specific fixes.
diffstat:
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h | 4 ++--
external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h | 6 +++---
external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h | 2 +-
external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r 74bdaa8904fa -r 368990208953 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h Thu Mar 20 08:57:48 2014 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h Thu Mar 20 10:15:13 2014 +0000
@@ -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. */
diff -r 74bdaa8904fa -r 368990208953 external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h Thu Mar 20 08:57:48 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h Thu Mar 20 10:15:13 2014 +0000
@@ -1009,13 +1009,13 @@
/* Define 0/1 if your assembler supports CFI directives. */
-#define HAVE_GAS_CFI_DIRECTIVE 0
+#define HAVE_GAS_CFI_DIRECTIVE 1
/* Define 0/1 if your assembler supports .cfi_personality. */
-#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 0
+#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
/* Define 0/1 if your assembler supports .cfi_sections. */
-#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0
+#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
/* Define if your assembler supports the .loc discriminator sub-directive. */
#ifndef USED_FOR_TARGET
diff -r 74bdaa8904fa -r 368990208953 external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h Thu Mar 20 08:57:48 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h Thu Mar 20 10:15:13 2014 +0000
@@ -3,7 +3,7 @@
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src6/tools/gcc/../../external/gpl3/gcc/dist/configure --target=vax--netbsdelf --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/vax/usr/src6/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/vax/usr/src6/external/lgpl3/mpfr/lib/libmpfr
--with-gmp-lib=/var/obj/mknative/vax/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/vax --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.0. --host=vax--netbsdelf
--with-sysroot=/var/obj/mknative/vax/usr/src6/destdir.vax";
+static const char configuration_arguments[] = "/usr/src7/tools/gcc/../../external/gpl3/gcc/dist/configure --target=vax--netbsdelf --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/vax/usr/src7/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/vax/usr/src7/external/lgpl3/mpfr/lib/libmpfr
--with-gmp-lib=/var/obj/mknative/vax/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/vax --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.0. --host=vax--netbsdelf
--with-sysroot=/var/obj/mknative/vax/usr/src7/destdir.vax";
static const char thread_model[] = "posix";
static const struct {
diff -r 74bdaa8904fa -r 368990208953 external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h
--- a/external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h Thu Mar 20 08:57:48 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h Thu Mar 20 10:15:13 2014 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index