From 46884a1759bcf5bd99de0bcca68bd19785981d50 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 16 May 2005 11:16:18 +0000 Subject: [PATCH] Re-run mknative after the fix to use the correct AS - sparc64 has HAVE_AS_OFFSETABLE_LO10 defined now. Don't commit the -#define _GLIBCPP_USE_WCHAR_T 1 +/* #undef _GLIBCPP_USE_WCHAR_T */ changes as we still want wchar support, the configure script is over senstive, and support for long double conversions will be added soon. --- gnu/lib/crtstuff3/arch/alpha.mk | 2 +- gnu/lib/crtstuff3/arch/arm.mk | 2 +- gnu/lib/crtstuff3/arch/armeb.mk | 2 +- gnu/lib/crtstuff3/arch/hppa.mk | 2 +- gnu/lib/crtstuff3/arch/i386.mk | 2 +- gnu/lib/crtstuff3/arch/m68000.mk | 2 +- gnu/lib/crtstuff3/arch/m68k.mk | 2 +- gnu/lib/crtstuff3/arch/mipseb.mk | 2 +- gnu/lib/crtstuff3/arch/mipsel.mk | 2 +- gnu/lib/crtstuff3/arch/powerpc.mk | 2 +- gnu/lib/crtstuff3/arch/sh3eb.mk | 2 +- gnu/lib/crtstuff3/arch/sh3el.mk | 2 +- gnu/lib/crtstuff3/arch/sh5el.mk | 2 +- gnu/lib/crtstuff3/arch/sparc.mk | 2 +- gnu/lib/crtstuff3/arch/sparc64.mk | 2 +- gnu/lib/crtstuff3/arch/x86_64.mk | 2 +- gnu/lib/libgcc3/arch/alpha.mk | 2 +- gnu/lib/libgcc3/arch/arm.mk | 2 +- gnu/lib/libgcc3/arch/armeb.mk | 2 +- gnu/lib/libgcc3/arch/hppa.mk | 2 +- gnu/lib/libgcc3/arch/i386.mk | 2 +- gnu/lib/libgcc3/arch/m68000.mk | 2 +- gnu/lib/libgcc3/arch/m68k.mk | 2 +- gnu/lib/libgcc3/arch/mipseb.mk | 2 +- gnu/lib/libgcc3/arch/mipsel.mk | 2 +- gnu/lib/libgcc3/arch/powerpc.mk | 2 +- gnu/lib/libgcc3/arch/sh3eb.mk | 2 +- gnu/lib/libgcc3/arch/sh3el.mk | 2 +- gnu/lib/libgcc3/arch/sh5el.mk | 2 +- gnu/lib/libgcc3/arch/sparc.mk | 2 +- gnu/lib/libgcc3/arch/sparc64.mk | 2 +- gnu/lib/libgcc3/arch/x86_64.mk | 2 +- gnu/lib/libobjc3/defs.mk | 2 +- gnu/usr.bin/gcc3/arch/alpha/auto-host.h | 12 ++++++------ gnu/usr.bin/gcc3/arch/alpha/configargs.h | 2 +- gnu/usr.bin/gcc3/arch/arm/auto-host.h | 4 ++-- gnu/usr.bin/gcc3/arch/arm/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/armeb/auto-host.h | 4 ++-- gnu/usr.bin/gcc3/arch/armeb/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/i386/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/m68000/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/m68k/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/mipseb/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/mipsel/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/powerpc/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/sh3eb/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/sh3el/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/sh5el/auto-host.h | 4 ++-- gnu/usr.bin/gcc3/arch/sh5el/configargs.h | 2 +- gnu/usr.bin/gcc3/arch/sparc/auto-host.h | 6 +++--- gnu/usr.bin/gcc3/arch/sparc/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/sparc64/auto-host.h | 14 +++++++------- gnu/usr.bin/gcc3/arch/sparc64/configargs.h | 4 ++-- gnu/usr.bin/gcc3/arch/x86_64/auto-host.h | 12 ++++++------ gnu/usr.bin/gcc3/arch/x86_64/configargs.h | 4 ++-- gnu/usr.bin/gcc3/libiberty/defs.mk | 2 +- 56 files changed, 90 insertions(+), 90 deletions(-) diff --git a/gnu/lib/crtstuff3/arch/alpha.mk b/gnu/lib/crtstuff3/arch/alpha.mk index ec2bec8028d9..0abc6ab65d46 100644 --- a/gnu/lib/crtstuff3/arch/alpha.mk +++ b/gnu/lib/crtstuff3/arch/alpha.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/arm.mk b/gnu/lib/crtstuff3/arch/arm.mk index a5a114631e03..339bf4cf0104 100644 --- a/gnu/lib/crtstuff3/arch/arm.mk +++ b/gnu/lib/crtstuff3/arch/arm.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/armeb.mk b/gnu/lib/crtstuff3/arch/armeb.mk index 8592d1656213..faf632bd47d5 100644 --- a/gnu/lib/crtstuff3/arch/armeb.mk +++ b/gnu/lib/crtstuff3/arch/armeb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/hppa.mk b/gnu/lib/crtstuff3/arch/hppa.mk index 944c1cb8d986..7fddda5ad7fc 100644 --- a/gnu/lib/crtstuff3/arch/hppa.mk +++ b/gnu/lib/crtstuff3/arch/hppa.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/i386.mk b/gnu/lib/crtstuff3/arch/i386.mk index 66f772b56b31..3f77c8f3cfef 100644 --- a/gnu/lib/crtstuff3/arch/i386.mk +++ b/gnu/lib/crtstuff3/arch/i386.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/m68000.mk b/gnu/lib/crtstuff3/arch/m68000.mk index 252b4b3e0169..5a4aa6f8cc84 100644 --- a/gnu/lib/crtstuff3/arch/m68000.mk +++ b/gnu/lib/crtstuff3/arch/m68000.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/m68k.mk b/gnu/lib/crtstuff3/arch/m68k.mk index bfdb83d395f6..0f52720bfaa5 100644 --- a/gnu/lib/crtstuff3/arch/m68k.mk +++ b/gnu/lib/crtstuff3/arch/m68k.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/mipseb.mk b/gnu/lib/crtstuff3/arch/mipseb.mk index 0f3705e99266..180bca3c1c4f 100644 --- a/gnu/lib/crtstuff3/arch/mipseb.mk +++ b/gnu/lib/crtstuff3/arch/mipseb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/mipsel.mk b/gnu/lib/crtstuff3/arch/mipsel.mk index 14a815bd68c4..c5711f725f9c 100644 --- a/gnu/lib/crtstuff3/arch/mipsel.mk +++ b/gnu/lib/crtstuff3/arch/mipsel.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/powerpc.mk b/gnu/lib/crtstuff3/arch/powerpc.mk index 93038f7deb9e..226cc54237f5 100644 --- a/gnu/lib/crtstuff3/arch/powerpc.mk +++ b/gnu/lib/crtstuff3/arch/powerpc.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/sh3eb.mk b/gnu/lib/crtstuff3/arch/sh3eb.mk index 65ec34b1f749..2c1c154d82b5 100644 --- a/gnu/lib/crtstuff3/arch/sh3eb.mk +++ b/gnu/lib/crtstuff3/arch/sh3eb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/sh3el.mk b/gnu/lib/crtstuff3/arch/sh3el.mk index 4a12d3eb217f..bd91e1f6b021 100644 --- a/gnu/lib/crtstuff3/arch/sh3el.mk +++ b/gnu/lib/crtstuff3/arch/sh3el.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/sh5el.mk b/gnu/lib/crtstuff3/arch/sh5el.mk index 4a12d3eb217f..bd91e1f6b021 100644 --- a/gnu/lib/crtstuff3/arch/sh5el.mk +++ b/gnu/lib/crtstuff3/arch/sh5el.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/sparc.mk b/gnu/lib/crtstuff3/arch/sparc.mk index dcb46dbf8058..3b4a8da54689 100644 --- a/gnu/lib/crtstuff3/arch/sparc.mk +++ b/gnu/lib/crtstuff3/arch/sparc.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/sparc64.mk b/gnu/lib/crtstuff3/arch/sparc64.mk index a4772c999cd0..d46cc24e0348 100644 --- a/gnu/lib/crtstuff3/arch/sparc64.mk +++ b/gnu/lib/crtstuff3/arch/sparc64.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/crtstuff3/arch/x86_64.mk b/gnu/lib/crtstuff3/arch/x86_64.mk index c905acccf3e7..d335784c5d51 100644 --- a/gnu/lib/crtstuff3/arch/x86_64.mk +++ b/gnu/lib/crtstuff3/arch/x86_64.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss diff --git a/gnu/lib/libgcc3/arch/alpha.mk b/gnu/lib/libgcc3/arch/alpha.mk index 9bc97b02dbff..07ab146b0273 100644 --- a/gnu/lib/libgcc3/arch/alpha.mk +++ b/gnu/lib/libgcc3/arch/alpha.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD=${GNUHOSTDIST}/gcc/config/alpha/qrnnd.asm diff --git a/gnu/lib/libgcc3/arch/arm.mk b/gnu/lib/libgcc3/arch/arm.mk index 796af414be2d..2e3064658162 100644 --- a/gnu/lib/libgcc3/arch/arm.mk +++ b/gnu/lib/libgcc3/arch/arm.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/armeb.mk b/gnu/lib/libgcc3/arch/armeb.mk index f7c791e37522..acc96d6010a0 100644 --- a/gnu/lib/libgcc3/arch/armeb.mk +++ b/gnu/lib/libgcc3/arch/armeb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/hppa.mk b/gnu/lib/libgcc3/arch/hppa.mk index fc963c3a419e..e5ce1a8f697b 100644 --- a/gnu/lib/libgcc3/arch/hppa.mk +++ b/gnu/lib/libgcc3/arch/hppa.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD=${GNUHOSTDIST}/gcc/config/pa/fptr.c diff --git a/gnu/lib/libgcc3/arch/i386.mk b/gnu/lib/libgcc3/arch/i386.mk index 5e8c9ecbcc37..f2603d422191 100644 --- a/gnu/lib/libgcc3/arch/i386.mk +++ b/gnu/lib/libgcc3/arch/i386.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/m68000.mk b/gnu/lib/libgcc3/arch/m68000.mk index 3fbb4788cc84..0a1ddb47c672 100644 --- a/gnu/lib/libgcc3/arch/m68000.mk +++ b/gnu/lib/libgcc3/arch/m68000.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD=fpgnulib.c xfgnulib.c diff --git a/gnu/lib/libgcc3/arch/m68k.mk b/gnu/lib/libgcc3/arch/m68k.mk index c648078dbff0..12d10d38803c 100644 --- a/gnu/lib/libgcc3/arch/m68k.mk +++ b/gnu/lib/libgcc3/arch/m68k.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/mipseb.mk b/gnu/lib/libgcc3/arch/mipseb.mk index d7891d11626a..931ec3baae55 100644 --- a/gnu/lib/libgcc3/arch/mipseb.mk +++ b/gnu/lib/libgcc3/arch/mipseb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/mipsel.mk b/gnu/lib/libgcc3/arch/mipsel.mk index 513ae03528a5..0cd4823ec53c 100644 --- a/gnu/lib/libgcc3/arch/mipsel.mk +++ b/gnu/lib/libgcc3/arch/mipsel.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/powerpc.mk b/gnu/lib/libgcc3/arch/powerpc.mk index 5276d5054e29..a281367dd381 100644 --- a/gnu/lib/libgcc3/arch/powerpc.mk +++ b/gnu/lib/libgcc3/arch/powerpc.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD=${GNUHOSTDIST}/gcc/config/rs6000/tramp.asm diff --git a/gnu/lib/libgcc3/arch/sh3eb.mk b/gnu/lib/libgcc3/arch/sh3eb.mk index 2595cf1b38b0..ef2ad6483b8f 100644 --- a/gnu/lib/libgcc3/arch/sh3eb.mk +++ b/gnu/lib/libgcc3/arch/sh3eb.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/sh3el.mk b/gnu/lib/libgcc3/arch/sh3el.mk index 0830ff794c12..c8925ee60a33 100644 --- a/gnu/lib/libgcc3/arch/sh3el.mk +++ b/gnu/lib/libgcc3/arch/sh3el.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/sh5el.mk b/gnu/lib/libgcc3/arch/sh5el.mk index a7eeab9f8b6b..a8511a925db3 100644 --- a/gnu/lib/libgcc3/arch/sh5el.mk +++ b/gnu/lib/libgcc3/arch/sh5el.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/sparc.mk b/gnu/lib/libgcc3/arch/sparc.mk index 62a30b78d88d..72e3e9c77b0d 100644 --- a/gnu/lib/libgcc3/arch/sparc.mk +++ b/gnu/lib/libgcc3/arch/sparc.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/sparc64.mk b/gnu/lib/libgcc3/arch/sparc64.mk index e17cfb8b6297..48c7869d4105 100644 --- a/gnu/lib/libgcc3/arch/sparc64.mk +++ b/gnu/lib/libgcc3/arch/sparc64.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libgcc3/arch/x86_64.mk b/gnu/lib/libgcc3/arch/x86_64.mk index ed65e5b15dbe..666119822711 100644 --- a/gnu/lib/libgcc3/arch/x86_64.mk +++ b/gnu/lib/libgcc3/arch/x86_64.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.13 2004/07/01 13:22:25 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include G_LIB2ADD= diff --git a/gnu/lib/libobjc3/defs.mk b/gnu/lib/libobjc3/defs.mk index 930bb67d4d26..f83c9da78964 100644 --- a/gnu/lib/libobjc3/defs.mk +++ b/gnu/lib/libobjc3/defs.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 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 --git a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h b/gnu/usr.bin/gcc3/arch/alpha/auto-host.h index a23e65d6cee7..307a118c895e 100644 --- a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/alpha/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -557,7 +557,7 @@ /* Define if your assembler supports .subsection and .subsection -1 starts emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 +/* #undef HAVE_GAS_SUBSECTION_ORDERING */ /* Define if your assembler supports .weak. */ #define HAVE_GAS_WEAK 1 @@ -569,16 +569,16 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 /* Define if your assembler supports thread-local storage. */ -/* #undef HAVE_AS_TLS */ +#define HAVE_AS_TLS 1 /* Define if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ +#define HAVE_AS_EXPLICIT_RELOCS 1 /* Define if your assembler supports .register. */ /* #undef HAVE_AS_REGISTER_PSEUDO_OP */ @@ -616,7 +616,7 @@ /* Define if your linker links a mix of read-only and read-write sections into a read-write section. */ -#define HAVE_LD_RO_RW_SECTION_MIXING 1 +/* #undef HAVE_LD_RO_RW_SECTION_MIXING */ /* Define if your linker supports --eh-frame-hdr option. */ #define HAVE_LD_EH_FRAME_HDR 1 diff --git a/gnu/usr.bin/gcc3/arch/alpha/configargs.h b/gnu/usr.bin/gcc3/arch/alpha/configargs.h index 31e3a7466731..de97cf2751dd 100644 --- a/gnu/usr.bin/gcc3/arch/alpha/configargs.h +++ b/gnu/usr.bin/gcc3/arch/alpha/configargs.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=alpha--netbsd --target=alpha--netbsd"; diff --git a/gnu/usr.bin/gcc3/arch/arm/auto-host.h b/gnu/usr.bin/gcc3/arch/arm/auto-host.h index 164b69f24eca..1810ec120608 100644 --- a/gnu/usr.bin/gcc3/arch/arm/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/arm/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -569,7 +569,7 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 diff --git a/gnu/usr.bin/gcc3/arch/arm/configargs.h b/gnu/usr.bin/gcc3/arch/arm/configargs.h index 059bf5816b4f..af79d3681027 100644 --- a/gnu/usr.bin/gcc3/arch/arm/configargs.h +++ b/gnu/usr.bin/gcc3/arch/arm/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=arm--netbsdelf --target=arm--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=arm--netbsdelf --target=arm--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=arm--netbsdelf --target=arm--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/armeb/auto-host.h b/gnu/usr.bin/gcc3/arch/armeb/auto-host.h index c57a11e41643..1b0e88fcd85d 100644 --- a/gnu/usr.bin/gcc3/arch/armeb/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/armeb/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -569,7 +569,7 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 diff --git a/gnu/usr.bin/gcc3/arch/armeb/configargs.h b/gnu/usr.bin/gcc3/arch/armeb/configargs.h index 0914835891b3..347dd6dd19a6 100644 --- a/gnu/usr.bin/gcc3/arch/armeb/configargs.h +++ b/gnu/usr.bin/gcc3/arch/armeb/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=armeb--netbsdelf --target=armeb--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=armeb--netbsdelf --target=armeb--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=armeb--netbsdelf --target=armeb--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/i386/configargs.h b/gnu/usr.bin/gcc3/arch/i386/configargs.h index fa1dca8ccdfb..3e069ec87a1a 100644 --- a/gnu/usr.bin/gcc3/arch/i386/configargs.h +++ b/gnu/usr.bin/gcc3/arch/i386/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/m68000/configargs.h b/gnu/usr.bin/gcc3/arch/m68000/configargs.h index 27f216e35af2..52f321200ca7 100644 --- a/gnu/usr.bin/gcc3/arch/m68000/configargs.h +++ b/gnu/usr.bin/gcc3/arch/m68000/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68010--netbsdelf --target=m68010--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68010--netbsdelf --target=m68010--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68010--netbsdelf --target=m68010--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/m68k/configargs.h b/gnu/usr.bin/gcc3/arch/m68k/configargs.h index 36d2bcd7e50c..50cba973b2a2 100644 --- a/gnu/usr.bin/gcc3/arch/m68k/configargs.h +++ b/gnu/usr.bin/gcc3/arch/m68k/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68k--netbsdelf --target=m68k--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68k--netbsdelf --target=m68k--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68k--netbsdelf --target=m68k--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h b/gnu/usr.bin/gcc3/arch/mipseb/configargs.h index 681f56cf1cb6..3503d329df53 100644 --- a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h +++ b/gnu/usr.bin/gcc3/arch/mipseb/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipseb--netbsd --target=mipseb--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipseb--netbsd --target=mipseb--netbsd"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipseb--netbsd --target=mipseb--netbsd"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/mipsel/configargs.h b/gnu/usr.bin/gcc3/arch/mipsel/configargs.h index d18cd116ee23..5ff275b5bd8b 100644 --- a/gnu/usr.bin/gcc3/arch/mipsel/configargs.h +++ b/gnu/usr.bin/gcc3/arch/mipsel/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipsel--netbsd --target=mipsel--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipsel--netbsd --target=mipsel--netbsd"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipsel--netbsd --target=mipsel--netbsd"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/powerpc/configargs.h b/gnu/usr.bin/gcc3/arch/powerpc/configargs.h index 8c3961d59aa7..430e08532935 100644 --- a/gnu/usr.bin/gcc3/arch/powerpc/configargs.h +++ b/gnu/usr.bin/gcc3/arch/powerpc/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=powerpc--netbsd --target=powerpc--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=powerpc--netbsd --target=powerpc--netbsd"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=powerpc--netbsd --target=powerpc--netbsd"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h b/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h index 95263aeb80e3..b64a0c26b960 100644 --- a/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h +++ b/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sh--netbsdelf --target=sh--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sh--netbsdelf --target=sh--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sh--netbsdelf --target=sh--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh3el/configargs.h b/gnu/usr.bin/gcc3/arch/sh3el/configargs.h index 3a84259a0990..af7a23190448 100644 --- a/gnu/usr.bin/gcc3/arch/sh3el/configargs.h +++ b/gnu/usr.bin/gcc3/arch/sh3el/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=shle--netbsdelf --target=shle--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=shle--netbsdelf --target=shle--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=shle--netbsdelf --target=shle--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h b/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h index 13d43a7d1fa2..23d1a4200755 100644 --- a/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -569,7 +569,7 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 diff --git a/gnu/usr.bin/gcc3/arch/sh5el/configargs.h b/gnu/usr.bin/gcc3/arch/sh5el/configargs.h index b97834266b15..5319bac1c574 100644 --- a/gnu/usr.bin/gcc3/arch/sh5el/configargs.h +++ b/gnu/usr.bin/gcc3/arch/sh5el/configargs.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sh5le--netbsd --target=sh5le--netbsd"; diff --git a/gnu/usr.bin/gcc3/arch/sparc/auto-host.h b/gnu/usr.bin/gcc3/arch/sparc/auto-host.h index 5ae41ff94c55..d82c2d81f503 100644 --- a/gnu/usr.bin/gcc3/arch/sparc/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/sparc/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -581,10 +581,10 @@ /* #undef HAVE_AS_EXPLICIT_RELOCS */ /* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ +#define HAVE_AS_REGISTER_PSEUDO_OP 1 /* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ +#define HAVE_AS_RELAX_OPTION 1 /* Define if your assembler and linker support unaligned PC relative relocs. */ /* #undef HAVE_AS_SPARC_UA_PCREL */ diff --git a/gnu/usr.bin/gcc3/arch/sparc/configargs.h b/gnu/usr.bin/gcc3/arch/sparc/configargs.h index 5110ef07a3d9..9251fbe760a7 100644 --- a/gnu/usr.bin/gcc3/arch/sparc/configargs.h +++ b/gnu/usr.bin/gcc3/arch/sparc/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc--netbsdelf --target=sparc--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc--netbsdelf --target=sparc--netbsdelf"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc--netbsdelf --target=sparc--netbsdelf"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h b/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h index 540261244762..30e32cc3cee5 100644 --- a/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -557,7 +557,7 @@ /* Define if your assembler supports .subsection and .subsection -1 starts emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 +/* #undef HAVE_GAS_SUBSECTION_ORDERING */ /* Define if your assembler supports .weak. */ #define HAVE_GAS_WEAK 1 @@ -569,7 +569,7 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 @@ -581,10 +581,10 @@ /* #undef HAVE_AS_EXPLICIT_RELOCS */ /* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ +#define HAVE_AS_REGISTER_PSEUDO_OP 1 /* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ +#define HAVE_AS_RELAX_OPTION 1 /* Define if your assembler and linker support unaligned PC relative relocs. */ /* #undef HAVE_AS_SPARC_UA_PCREL */ @@ -593,7 +593,7 @@ /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ /* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ +#define HAVE_AS_OFFSETABLE_LO10 1 /* Define if your assembler supports the Sun syntax for cmov. */ /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ @@ -616,7 +616,7 @@ /* Define if your linker links a mix of read-only and read-write sections into a read-write section. */ -#define HAVE_LD_RO_RW_SECTION_MIXING 1 +/* #undef HAVE_LD_RO_RW_SECTION_MIXING */ /* Define if your linker supports --eh-frame-hdr option. */ #define HAVE_LD_EH_FRAME_HDR 1 diff --git a/gnu/usr.bin/gcc3/arch/sparc64/configargs.h b/gnu/usr.bin/gcc3/arch/sparc64/configargs.h index 0e4a8bde9a36..80937409ca3f 100644 --- a/gnu/usr.bin/gcc3/arch/sparc64/configargs.h +++ b/gnu/usr.bin/gcc3/arch/sparc64/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc64--netbsd --target=sparc64--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc64--netbsd --target=sparc64--netbsd"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=sparc64--netbsd --target=sparc64--netbsd"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h b/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h index 19b48e564fa0..141a4b3c1945 100644 --- a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h +++ b/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* auto-host.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -557,7 +557,7 @@ /* Define if your assembler supports .subsection and .subsection -1 starts emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 +/* #undef HAVE_GAS_SUBSECTION_ORDERING */ /* Define if your assembler supports .weak. */ #define HAVE_GAS_WEAK 1 @@ -569,13 +569,13 @@ #define HAVE_AS_LEB128 1 /* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ +#define USE_AS_TRADITIONAL_FORMAT 1 /* Define if your assembler supports marking sections with SHF_MERGE flag. */ #define HAVE_GAS_SHF_MERGE 1 /* Define if your assembler supports thread-local storage. */ -/* #undef HAVE_AS_TLS */ +#define HAVE_AS_TLS 1 /* Define if your assembler supports explicit relocations. */ /* #undef HAVE_AS_EXPLICIT_RELOCS */ @@ -599,7 +599,7 @@ /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ /* Define true if the assembler supports '.long foo@GOTOFF'. */ -#define HAVE_AS_GOTOFF_IN_DATA 1 +#define HAVE_AS_GOTOFF_IN_DATA 0 /* Define if your assembler supports ltoffx and ldxmov relocations. */ /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ @@ -616,7 +616,7 @@ /* Define if your linker links a mix of read-only and read-write sections into a read-write section. */ -#define HAVE_LD_RO_RW_SECTION_MIXING 1 +/* #undef HAVE_LD_RO_RW_SECTION_MIXING */ /* Define if your linker supports --eh-frame-hdr option. */ #define HAVE_LD_EH_FRAME_HDR 1 diff --git a/gnu/usr.bin/gcc3/arch/x86_64/configargs.h b/gnu/usr.bin/gcc3/arch/x86_64/configargs.h index 6a67e8ddf398..d3e0b90b5e64 100644 --- a/gnu/usr.bin/gcc3/arch/x86_64/configargs.h +++ b/gnu/usr.bin/gcc3/arch/x86_64/configargs.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=x86_64--netbsd --target=x86_64--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=x86_64--netbsd --target=x86_64--netbsd"; +static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=x86_64--netbsd --target=x86_64--netbsd"; static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/libiberty/defs.mk b/gnu/usr.bin/gcc3/libiberty/defs.mk index 644efe7e6ded..2a754ed8c315 100644 --- a/gnu/usr.bin/gcc3/libiberty/defs.mk +++ b/gnu/usr.bin/gcc3/libiberty/defs.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp +# Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp # G_ALLOCA= G_EXTRA_OFILES=