Module Name:    src
Committed By:   mrg
Date:           Mon Jul 11 08:25:09 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib/libgcc/arch: m68000.mk
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000: c++config.h
            config.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/m68000: auto-host.h configargs.h

Log Message:
regenerate, now sun2 libgcc links with applications fine.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h \
    src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.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/libgcc/arch/m68000.mk
diff -u src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.2 src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.3
--- src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk:1.2	Sun Jul  3 16:14:37 2011
+++ src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk	Mon Jul 11 08:25:09 2011
@@ -3,14 +3,14 @@
 # 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
-G_LIB2ADD=
+G_LIB2ADD=fpgnulib.c xfgnulib.c
 G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
 G_LIB2ADD_ST=
-G_LIB1ASMFUNCS=
-G_LIB1ASMSRC=
+G_LIB1ASMFUNCS=_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _double _float _floatex _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
+G_LIB1ASMSRC=m68k/lb1sf68.asm
 G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
-G_LIB2FUNCS_EXTRA=
+G_LIB2FUNCS_EXTRA=fpgnulib.c xfgnulib.c
 G_LIBGCC2_CFLAGS=-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
 G_SHLIB_MKMAP=
 G_SHLIB_MKMAP_OPTS=

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h:1.1	Sun Jul  3 06:52:18 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h	Mon Jul 11 08:25:09 2011
@@ -1,5 +1,5 @@
 /* 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.61 2011/07/03 12:26:02 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -1139,7 +1139,7 @@
 
 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
    in namespace std. */
-/* #undef _GLIBCXX_USE_C99_MATH */
+#define _GLIBCXX_USE_C99_MATH 1
 
 /* Define if C99 functions or macros in <math.h> should be imported in
    <tr1/cmath> in namespace std::tr1. */
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h:1.1	Sun Jul  3 06:52:18 2011
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h	Mon Jul 11 08:25:09 2011
@@ -1,5 +1,5 @@
 /* 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.61 2011/07/03 12:26:02 mrg 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.  */
@@ -761,7 +761,7 @@
 
 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
    in namespace std. */
-/* #undef _GLIBCXX_USE_C99_MATH */
+#define _GLIBCXX_USE_C99_MATH 1
 
 /* Define if C99 functions or macros in <math.h> should be imported in
    <tr1/cmath> in namespace std::tr1. */

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h:1.1	Sun Jul  3 06:52:21 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h	Mon Jul 11 08:25:09 2011
@@ -1,5 +1,5 @@
 /* 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.61 2011/07/03 12:26:02 mrg 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.  */
@@ -1237,7 +1237,7 @@
 
 /* Define to 1 if the system has the type `long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LONG_LONG_INT */
+#define HAVE_LONG_LONG_INT 1
 #endif
 
 
@@ -1459,7 +1459,7 @@
 
 /* Define to 1 if the system has the type `unsigned long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
+#define HAVE_UNSIGNED_LONG_LONG_INT 1
 #endif
 
 
Index: src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h:1.1	Sun Jul  3 06:52:21 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h	Mon Jul 11 08:25:09 2011
@@ -1,9 +1,9 @@
 /* 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.61 2011/07/03 12:26:02 mrg 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/src3/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/sun2/usr/src3/destdir.sun2/usr --with-mpfr=/var/obj/sun2/usr/src3/destdir.sun2/usr --with-gmp=/var/obj/sun2/usr/src3/destdir.sun2/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.48 --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 nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/sun2/usr/src2/destdir.sun2/usr --with-mpfr=/var/obj/sun2/usr/src2/destdir.sun2/usr --with-gmp=/var/obj/sun2/usr/src2/destdir.sun2/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=m68010--netbsdelf";
 static const char thread_model[] = "posix";
 
 static const struct {

Reply via email to