Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc mknative-gcc for sun2 and tls / new versio...



details:   https://anonhg.NetBSD.org/src/rev/bcd20bc1cf19
branches:  trunk
changeset: 772043:bcd20bc1cf19
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Dec 15 08:36:05 2011 +0000

description:
mknative-gcc for sun2 and tls / new version fix.

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/m68000.mk                |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h    |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h   |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h      |  8 ++++----
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h     |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk          |  4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diffs (113 lines):

diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/lib/libgcc/arch/m68000.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/m68000.mk       Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68000.mk       Thu Dec 15 08:36:05 2011 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h        Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h        Thu Dec 15 08:36:05 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h   Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h   Thu Dec 15 08:36:05 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h  Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h  Thu Dec 15 08:36:05 2011 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.58 2011/07/02 13:25:05 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
-/* generated for  m68010--netbsdelf-gcc (NetBSD nb1 20110620) 4.5.3 */
+/* generated for  m68010--netbsdelf-gcc (NetBSD nb2 20111202) 4.5.3 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h     Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h     Thu Dec 15 08:36:05 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */
@@ -456,7 +456,7 @@
 
 /* Define if your assembler supports thread-local storage. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
 #endif
 
 
@@ -954,13 +954,13 @@
 
 /* Define 0/1 if your assembler supports .cfi_sections. */
 #ifndef USED_FOR_TARGET
-#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0
+#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
 #endif
 
 
 /* Define if your assembler supports the .loc discriminator sub-directive. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_GAS_DISCRIMINATOR */
+#define HAVE_GAS_DISCRIMINATOR 1
 #endif
 
 
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h    Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h    Thu Dec 15 08:36:05 2011 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68010--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr 
--with-mpfr=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --with-gmp=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.55 --host=m68010--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=m68010--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb2 20111202' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr 
--with-mpfr=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --with-gmp=/var/obj/mknative/sun2/usr/src2/destdir.sun2/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.56 --host=m68010--netbsdelf";
 static const char thread_model[] = "posix";
 
 static const struct {
diff -r 47ceba046634 -r bcd20bc1cf19 external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk Thu Dec 15 08:33:55 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk Thu Dec 15 08:36:05 2011 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_BUILD_EARLY_SUPPORT=
@@ -42,7 +42,7 @@
 G_build_xm_include_list=auto-build.h ansidecl.h
 G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/lto/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h
 G_tm_p_include_list=config/m68k/m68k-protos.h tm-preds.h
-G_LIB2ADDEHDEP=${GNUHOSTDIST}/gcc/unwind-generic.h unwind-pe.h  unwind-dw2-fde.h unwind-dw2.h
+G_LIB2ADDEHDEP= unwind-dw2-fde.h unwind-dw2-fde.c
 G_CXX_OBJS=cp-lang.o stub-objc.o call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parser.o ptree.o rtti.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o 
tree.o repo.o dump.o optimize.o mangle.o cp-objcp-common.o name-lookup.o cxx-pretty-print.o cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  
c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
 G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
 G_F77_OBJS=



Home | Main Index | Thread Index | Old Index