Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu - find gthr-default.h for libgcc3
details: https://anonhg.NetBSD.org/src/rev/d33547c8fd51
branches: trunk
changeset: 550101:d33547c8fd51
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jul 30 05:33:25 2003 +0000
description:
- find gthr-default.h for libgcc3
- adapt for gcc3/libiberty change
- regenerate
diffstat:
gnu/lib/libgcc3/Makefile | 5 +-
gnu/lib/libgcc3/arm.mk | 6 +-
gnu/lib/libgcc3/m68k.mk | 7 +-
gnu/lib/libgcc3/mipseb.mk | 6 +-
gnu/lib/libgcc3/mipsel.mk | 6 +-
gnu/lib/libgcc3/sh3el.mk | 7 +-
gnu/lib/libgcc3/sparc64.mk | 6 +-
gnu/lib/libobjc3/defs.mk | 2 +-
gnu/usr.bin/gcc3/arch/arm/auto-host.h | 6 +-
gnu/usr.bin/gcc3/arch/arm/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/arm/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/arm/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/i386/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/m68k/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/m68k/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/m68k/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/mipseb/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/mipseb/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/mipseb/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/mipsel/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/mipsel/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/mipsel/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/sh3el/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/sh3el/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/sh3el/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/sparc64/auto-host.h | 6 +-
gnu/usr.bin/gcc3/arch/sparc64/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/sparc64/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/sparc64/hconfig.h | 5 +-
gnu/usr.bin/gcc3/libiberty/Makefile | 6 +-
gnu/usr.bin/gcc3/libiberty/arch/arm/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/i386/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/m68k/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/mipseb/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/mipsel/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/sh3el/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/arch/sparc64/config.h | 309 +++++++++++++++++++++++
gnu/usr.bin/gcc3/libiberty/config.h | 309 -----------------------
gnu/usr.bin/gcc3/libiberty/defs.mk | 2 +-
39 files changed, 2251 insertions(+), 378 deletions(-)
diffs (truncated from 3054 to 300 lines):
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/Makefile
--- a/gnu/lib/libgcc3/Makefile Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/Makefile Wed Jul 30 05:33:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/29 00:13:21 uwe Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/30 05:33:25 mrg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -15,11 +15,12 @@
DIST= ${NETBSDSRCDIR}/gnu/dist/gcc
GNUHOSTDIST= ${DIST}
GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc3/arch/${MACHINE_ARCH}
+GCCARCHXX= ${NETBSDSRCDIR}/gnu/lib/libstdc++-v3/arch/${MACHINE_ARCH}
GCPPFLAGS= ${G_LIBGCC2_CFLAGS} ${G_MAYBE_USE_COLLECT2} ${G_INCLUDES}
CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -I${GCCARCH} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \
- -I${DIST}/gcc/cp -I.
+ -I${DIST}/gcc/cp -I${GCCARCHXX} -I.
LIB2FUNCS= ${G_LIB2FUNCS_1:=.c} ${G_LIB2FUNCS_2:=.c} ${G_LIB2FUNCS_ST:=.c}
LIB2DIVMOD= ${G_LIB2_DIVMOD_FUNCS:=.c}
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/arm.mk
--- a/gnu/lib/libgcc3/arm.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/arm.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -11,8 +11,8 @@
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fomit-frame-pointer -fpic -g0 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fomit-frame-pointer -fpic -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/m68k.mk
--- a/gnu/lib/libgcc3/m68k.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/m68k.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -9,11 +9,10 @@
G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2FUNCS_1=_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
-G_LIB1ASMFUNCS=
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h m68k/m68k.h dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/mipseb.mk
--- a/gnu/lib/libgcc3/mipseb.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/mipseb.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -11,8 +11,8 @@
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h elfos.h mips/mips.h mips/netbsd.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/mipsel.mk
--- a/gnu/lib/libgcc3/mipsel.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/mipsel.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -11,8 +11,8 @@
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=TARGET_ENDIAN_DEFAULT=0
+G_tm_defines=TARGET_ENDIAN_DEFAULT=0 NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h elfos.h mips/mips.h mips/netbsd.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/sh3el.mk
--- a/gnu/lib/libgcc3/sh3el.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/sh3el.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -9,11 +9,10 @@
G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2FUNCS_1=_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
-G_LIB1ASMFUNCS=_ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr _movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr _ic_invalidate
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fpic -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fpic -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h sh/little.h sh/sh.h dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libgcc3/sparc64.mk
--- a/gnu/lib/libgcc3/sparc64.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libgcc3/sparc64.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_CXX_EXTRA_HEADERS=
G_CXX_LIB2FUNCS=
@@ -11,8 +11,8 @@
G_LIB2FUNCS_2=_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2
_ctors
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf _bb __gcc_bcmp
-G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
+G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_MAYBE_USE_COLLECT2=
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_xm_file=ansidecl.h sparc/biarch64.h sparc/sparc.h dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h defaults.h
G_xm_defines=POSIX
diff -r f1f5441183c4 -r d33547c8fd51 gnu/lib/libobjc3/defs.mk
--- a/gnu/lib/libobjc3/defs.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/lib/libobjc3/defs.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp
#
G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libobjc -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS
G_INCLUDES=-I${GNUHOSTDIST}/libobjc/objc -I${GNUHOSTDIST}/libobjc/../gcc -I${GNUHOSTDIST}/libobjc/../gcc/config -I../../gcc -I${GNUHOSTDIST}/libobjc/../include
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/arm/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/arm/auto-host.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/auto-host.h Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
/* auto-host.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader 2.13. */
@@ -302,7 +302,7 @@
/* #undef HAVE___INT64 */
/* Define if the `_Bool' type is built-in. */
-/* #undef HAVE__BOOL */
+#define HAVE__BOOL 1
/* The number of bytes in type short */
#define SIZEOF_SHORT 2
@@ -368,7 +368,7 @@
/* #undef _GNU_SOURCE */
/* Define if you have a working <stdbool.h> header file. */
-/* #undef HAVE_STDBOOL_H */
+#define HAVE_STDBOOL_H 1
/* Define if you can safely include both <string.h> and <strings.h>. */
#define STRING_WITH_STRINGS 1
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/arm/configargs.h
--- a/gnu/usr.bin/gcc3/arch/arm/configargs.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/configargs.h Wed Jul 30 05:33:25 2003 +0000
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --build=i386-unknown-netbsdelf --host=arm--netbsdelf --target=arm--netbsdelf :
(reconfigured) /home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --build=i386-unknown-netbsdelf1.6U --host=arm--netbsdelf --target=arm--netbsdelf";
-static const char thread_model[] = "single";
+static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf
--host=arm--netbsdelf --target=arm--netbsdelf";
+static const char thread_model[] = "posix";
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/arm/defs.mk
--- a/gnu/usr.bin/gcc3/arch/arm/defs.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/defs.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_ALL_CFLAGS= -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
G_ALL_CPPFLAGS=
@@ -32,7 +32,7 @@
G_GTFILES_FILES_LANGS=cp cp cp cp cp cp cp cp cp cp cp cp cp cp cp f f f f f f objc objc objc objc objc objc objc objc objc c c c c c c c c
G_GTFILES=config.h auto-host.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h
${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/arm/elf.h ${GNUHOSTDIST}/gcc/config/arm/aout.h ${GNUHOSTDIST}/gcc/config/arm/arm.h ${GNUHOSTDIST}/gcc/config/arm/netbsd-elf.h
${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/location.h ${GNUHOSTDIST}/gcc/../include/hashtab.h ${GNUHOSTDIST}/gcc/bitmap.h ${GNUHOSTDIST}/gcc/function.h
${GNUHOSTDIST}/gcc/rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/libfuncs.h ${GNUHOSTDIST}/gcc/hashtable.h ${GNUHOSTDIST}/gcc/real.h ${GNUHOSTDIST}/gcc/varray.h
${GNUHOSTDIST}/gcc/ssa.h ${GNUHOSTDIST}/gcc/insn-addr.h ${GNUHOSTDIST}/gcc/cselib.h ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/basic-block.h
${GNUHOSTDIST}/gcc/alias.c ${GNUHOSTDIST}/gcc/bitmap.c ${GNUHOSTDIST}/gcc/cselib.c ${GNUHOSTDIST}/gcc/dwarf2out.c ${GNUHOSTDIST}/gcc/emit-rtl.c ${GNUHOSTDIST}/gcc/except.c
${GNUHOSTDIST}/gcc/explow.c ${GNUHOSTDIST}/gcc/expr.c ${GNUHOSTDIST}/gcc/fold-const.c ${GNUHOSTDIST}/gcc/function.c ${GNUHOSTDIST}/gcc/gcse.c ${GNUHOSTDIST}/gcc/integrate.c
${GNUHOSTDIST}/gcc/lists.c ${GNUHOSTDIST}/gcc/optabs.c ${GNUHOSTDIST}/gcc/profile.c ${GNUHOSTDIST}/gcc/ra-build.c ${GNUHOSTDIST}/gcc/regclass.c ${GNUHOSTDIST}/gcc/reg-stack.c
${GNUHOSTDIST}/gcc/sdbout.c ${GNUHOSTDIST}/gcc/stmt.c ${GNUHOSTDIST}/gcc/stor-layout.c ${GNUHOSTDIST}/gcc/tree.c ${GNUHOSTDIST}/gcc/varasm.c ${GNUHOSTDIST}/gcc/config/arm/arm.c
${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/lex.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c
${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/parse.y ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/spew.c ${GNUHOSTDIST}/gcc/cp/tree.c
${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/f/com.c ${GNUHOSTDIST}/gcc/f/com.h ${GNUHOSTDIST}/gcc/f/ste.c ${GNUHOSTDIST}/gcc/f/where.h
${GNUHOSTDIST}/gcc/f/where.c ${GNUHOSTDIST}/gcc/f/lex.c ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c
${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-lang.c
${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.c
${GNUHOSTDIST}/gcc/c-objc-common.c
G_GTFILES_LANG_DIR_NAMES=cp f objc
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_host_xm_file=auto-host.h ansidecl.h dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h defaults.h
G_host_xm_defines=POSIX
G_tm_p_file=arm/arm-protos.h
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/arm/hconfig.h
--- a/gnu/usr.bin/gcc3/arch/arm/hconfig.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/hconfig.h Wed Jul 30 05:33:25 2003 +0000
@@ -1,7 +1,10 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
#define TARGET_CPU_DEFAULT (TARGET_CPU_generic)
+#ifndef NETBSD_ENABLE_PTHREADS
+# define NETBSD_ENABLE_PTHREADS
+#endif
#include "auto-build.h"
#ifdef IN_GCC
/* Provide three core typedefs used by everything, if we are compiling
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/i386/configargs.h
--- a/gnu/usr.bin/gcc3/arch/i386/configargs.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/i386/configargs.h Wed Jul 30 05:33:25 2003 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf
--host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf1.6U
--host=i386--netbsdelf --target=i386--netbsdelf";
+static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf
--host=i386--netbsdelf --target=i386--netbsdelf";
static const char thread_model[] = "posix";
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/m68k/configargs.h
--- a/gnu/usr.bin/gcc3/arch/m68k/configargs.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/configargs.h Wed Jul 30 05:33:25 2003 +0000
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --build=i386-unknown-netbsdelf --host=m68k--netbsdelf --target=m68k--netbsdelf";
-static const char thread_model[] = "single";
+static const char configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --build=i386-unknown-netbsdelf --host=m68k--netbsdelf --target=m68k--netbsdelf :
(reconfigured) /home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf1.6U --host=m68k--netbsdelf --target=m68k--netbsdelf";
+static const char thread_model[] = "posix";
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/m68k/defs.mk
--- a/gnu/usr.bin/gcc3/arch/m68k/defs.mk Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/defs.mk Wed Jul 30 05:33:25 2003 +0000
@@ -1,5 +1,5 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp
+# Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp
#
G_ALL_CFLAGS= -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
G_ALL_CPPFLAGS=
@@ -32,7 +32,7 @@
G_GTFILES_FILES_LANGS=cp cp cp cp cp cp cp cp cp cp cp cp cp cp cp f f f f f f objc objc objc objc objc objc objc objc objc c c c c c c c c
G_GTFILES=config.h auto-host.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/m68k/m68k.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h
${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/m68k/netbsd-elf.h ${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/defaults.h
${GNUHOSTDIST}/gcc/location.h ${GNUHOSTDIST}/gcc/../include/hashtab.h ${GNUHOSTDIST}/gcc/bitmap.h ${GNUHOSTDIST}/gcc/function.h ${GNUHOSTDIST}/gcc/rtl.h ${GNUHOSTDIST}/gcc/optabs.h
${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/libfuncs.h ${GNUHOSTDIST}/gcc/hashtable.h ${GNUHOSTDIST}/gcc/real.h ${GNUHOSTDIST}/gcc/varray.h ${GNUHOSTDIST}/gcc/ssa.h ${GNUHOSTDIST}/gcc/insn-addr.h
${GNUHOSTDIST}/gcc/cselib.h ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/basic-block.h ${GNUHOSTDIST}/gcc/alias.c ${GNUHOSTDIST}/gcc/bitmap.c
${GNUHOSTDIST}/gcc/cselib.c ${GNUHOSTDIST}/gcc/dwarf2out.c ${GNUHOSTDIST}/gcc/emit-rtl.c ${GNUHOSTDIST}/gcc/except.c ${GNUHOSTDIST}/gcc/explow.c ${GNUHOSTDIST}/gcc/expr.c
${GNUHOSTDIST}/gcc/fold-const.c ${GNUHOSTDIST}/gcc/function.c ${GNUHOSTDIST}/gcc/gcse.c ${GNUHOSTDIST}/gcc/integrate.c ${GNUHOSTDIST}/gcc/lists.c ${GNUHOSTDIST}/gcc/optabs.c
${GNUHOSTDIST}/gcc/profile.c ${GNUHOSTDIST}/gcc/ra-build.c ${GNUHOSTDIST}/gcc/regclass.c ${GNUHOSTDIST}/gcc/reg-stack.c ${GNUHOSTDIST}/gcc/sdbout.c ${GNUHOSTDIST}/gcc/stmt.c
${GNUHOSTDIST}/gcc/stor-layout.c ${GNUHOSTDIST}/gcc/tree.c ${GNUHOSTDIST}/gcc/varasm.c ${GNUHOSTDIST}/gcc/config/m68k/m68k.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h
${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/lex.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/parse.y
${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/spew.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h
${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/f/com.c ${GNUHOSTDIST}/gcc/f/com.h ${GNUHOSTDIST}/gcc/f/ste.c ${GNUHOSTDIST}/gcc/f/where.h ${GNUHOSTDIST}/gcc/f/where.c ${GNUHOSTDIST}/gcc/f/lex.c
${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-common.c
${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-lang.c ${GNUHOSTDIST}/gcc/c-parse.in ${GNUHOSTDIST}/gcc/c-tree.h
${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/c-objc-common.c
G_GTFILES_LANG_DIR_NAMES=cp f objc
-G_tm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
G_host_xm_file=auto-host.h ansidecl.h m68k/m68k.h dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h defaults.h
G_host_xm_defines=POSIX
G_tm_p_file=m68k/m68k-protos.h
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/m68k/hconfig.h
--- a/gnu/usr.bin/gcc3/arch/m68k/hconfig.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/hconfig.h Wed Jul 30 05:33:25 2003 +0000
@@ -1,7 +1,10 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
#define TARGET_CPU_DEFAULT (MASK_68020|MASK_68881|MASK_BITFIELD)
+#ifndef NETBSD_ENABLE_PTHREADS
+# define NETBSD_ENABLE_PTHREADS
+#endif
#include "auto-build.h"
#ifdef IN_GCC
/* Provide three core typedefs used by everything, if we are compiling
diff -r f1f5441183c4 -r d33547c8fd51 gnu/usr.bin/gcc3/arch/mipseb/configargs.h
--- a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h Wed Jul 30 05:10:06 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/mipseb/configargs.h Wed Jul 30 05:33:25 2003 +0000
Home |
Main Index |
Thread Index |
Old Index