Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gcc3 regenerate
details: https://anonhg.NetBSD.org/src/rev/6b5564f6adf0
branches: trunk
changeset: 550215:6b5564f6adf0
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Aug 01 13:56:59 2003 +0000
description:
regenerate
diffstat:
gnu/usr.bin/gcc3/arch/arm/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/i386/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/i386/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/m68k/configargs.h | 4 +-
gnu/usr.bin/gcc3/arch/m68k/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/powerpc/auto-build.h | 632 +++++++++++++++++++++++
gnu/usr.bin/gcc3/arch/powerpc/auto-host.h | 632 +++++++++++++++++++++++
gnu/usr.bin/gcc3/arch/powerpc/configargs.h | 6 +
gnu/usr.bin/gcc3/arch/powerpc/cs-hconfig.h | 4 +
gnu/usr.bin/gcc3/arch/powerpc/defs.mk | 46 +
gnu/usr.bin/gcc3/arch/powerpc/gencheck.h | 5 +
gnu/usr.bin/gcc3/arch/powerpc/hconfig.h | 35 +
gnu/usr.bin/gcc3/arch/sh3el/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/sparc/auto-host.h | 6 +-
gnu/usr.bin/gcc3/arch/sparc/configargs.h | 6 +-
gnu/usr.bin/gcc3/arch/sparc/defs.mk | 4 +-
gnu/usr.bin/gcc3/arch/sparc/gthr-default.h | 4 +
gnu/usr.bin/gcc3/arch/sparc/hconfig.h | 5 +-
gnu/usr.bin/gcc3/arch/sparc64/gthr-default.h | 4 +
gnu/usr.bin/gcc3/libiberty/arch/powerpc/config.h | 309 +++++++++++
gnu/usr.bin/gcc3/libiberty/arch/sparc/config.h | 309 +++++++++++
gnu/usr.bin/gcc3/libiberty/defs.mk | 4 +-
24 files changed, 2027 insertions(+), 14 deletions(-)
diffs (truncated from 2188 to 300 lines):
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/arm/gthr-default.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/gthr-default.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,4 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.6 2003/08/01 02:44:56 mrg Exp */
+
+#include "gthr-posix.h"
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/i386/configargs.h
--- a/gnu/usr.bin/gcc3/arch/i386/configargs.h Fri Aug 01 13:55:36 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/i386/configargs.h Fri Aug 01 13:56:59 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 */
/* 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";
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/i386/gthr-default.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/i386/gthr-default.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,4 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */
+
+#include "gthr-posix.h"
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/m68k/configargs.h
--- a/gnu/usr.bin/gcc3/arch/m68k/configargs.h Fri Aug 01 13:55:36 2003 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/configargs.h Fri Aug 01 13:56:59 2003 +0000
@@ -1,6 +1,6 @@
/* 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.6 2003/08/01 02:44:56 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 :
(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 configuration_arguments[] = "/home/mrg/src/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --disable-multilib --enable-threads --build=i386-unknown-netbsdelf
--host=m68k--netbsdelf --target=m68k--netbsdelf";
static const char thread_model[] = "posix";
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/m68k/gthr-default.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/gthr-default.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,4 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.6 2003/08/01 02:44:56 mrg Exp */
+
+#include "gthr-posix.h"
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,4 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.6 2003/08/01 02:44:56 mrg Exp */
+
+#include "gthr-posix.h"
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,4 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.6 2003/08/01 02:44:56 mrg Exp */
+
+#include "gthr-posix.h"
diff -r e26bc666a20b -r 6b5564f6adf0 gnu/usr.bin/gcc3/arch/powerpc/auto-build.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc3/arch/powerpc/auto-build.h Fri Aug 01 13:56:59 2003 +0000
@@ -0,0 +1,632 @@
+/* This file is automatically generated. DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */
+
+/* auto-host.h. Generated automatically by configure. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
+
+/* Define if using alloca.c. */
+/* #undef C_ALLOCA */
+
+/* Define to empty if the keyword does not work. */
+/* #undef const */
+
+/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
+ This function is required for alloca.c support on those systems. */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define to the type of elements in the array set by `getgroups'.
+ Usually this is either `int' or `gid_t'. */
+#define GETGROUPS_T gid_t
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef gid_t */
+
+/* Define if you have alloca, as a function or macro. */
+#define HAVE_ALLOCA 1
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
+/* #undef HAVE_ALLOCA_H */
+
+/* Define if you have the ANSI # stringizing operator in cpp. */
+#define HAVE_STRINGIZE 1
+
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define if you have <vfork.h>. */
+/* #undef HAVE_VFORK_H */
+
+/* Define as __inline if that's what the C compiler calls it. */
+/* #undef inline */
+
+/* Define if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Define to `long' if <sys/types.h> doesn't define. */
+/* #undef off_t */
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef pid_t */
+
+/* Define to `unsigned' if <sys/types.h> doesn't define. */
+/* #undef size_t */
+
+/* If using the C implementation of alloca, define if you know the
+ direction of stack growth for your system; otherwise it will be
+ automatically deduced at run-time.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown
+ */
+/* #undef STACK_DIRECTION */
+
+/* Define if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef uid_t */
+
+/* Define vfork as fork if vfork does not work. */
+/* #undef vfork */
+
+/* Define if your assembler supports specifying the maximum number
+ of bytes to skip when using the GAS .p2align command. */
+#define HAVE_GAS_MAX_SKIP_P2ALIGN 1
+
+/* Define if your assembler supports .balign and .p2align. */
+#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
+
+/* Define if your assembler uses the old HImode fild and fist notation. */
+/* #undef HAVE_GAS_FILDS_FISTS */
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef ssize_t */
+
+/* Define if cpp should also search $prefix/include. */
+#define PREFIX_INCLUDE_DIR "NONE/include"
+
+/* Define if you have the __argz_count function. */
+/* #undef HAVE___ARGZ_COUNT */
+
+/* Define if you have the __argz_next function. */
+/* #undef HAVE___ARGZ_NEXT */
+
+/* Define if you have the __argz_stringify function. */
+/* #undef HAVE___ARGZ_STRINGIFY */
+
+/* Define if you have the alphasort function. */
+#define HAVE_ALPHASORT 1
+
+/* Define if you have the atoll function. */
+#define HAVE_ATOLL 1
+
+/* Define if you have the atoq function. */
+/* #undef HAVE_ATOQ */
+
+/* Define if you have the clock function. */
+#define HAVE_CLOCK 1
+
+/* Define if you have the dcgettext function. */
+#define HAVE_DCGETTEXT 1
+
+/* Define if you have the dup2 function. */
+#define HAVE_DUP2 1
+
+/* Define if you have the feof_unlocked function. */
+/* #undef HAVE_FEOF_UNLOCKED */
+
+/* Define if you have the fgets_unlocked function. */
+/* #undef HAVE_FGETS_UNLOCKED */
+
+/* Define if you have the fprintf_unlocked function. */
+/* #undef HAVE_FPRINTF_UNLOCKED */
+
+/* Define if you have the fputc_unlocked function. */
+/* #undef HAVE_FPUTC_UNLOCKED */
+
+/* Define if you have the fputs_unlocked function. */
+/* #undef HAVE_FPUTS_UNLOCKED */
+
+/* Define if you have the fwrite_unlocked function. */
+/* #undef HAVE_FWRITE_UNLOCKED */
+
+/* Define if you have the getcwd function. */
+#define HAVE_GETCWD 1
+
+/* Define if you have the getegid function. */
+#define HAVE_GETEGID 1
+
+/* Define if you have the geteuid function. */
+#define HAVE_GETEUID 1
+
+/* Define if you have the getgid function. */
+#define HAVE_GETGID 1
+
+/* Define if you have the getrlimit function. */
+#define HAVE_GETRLIMIT 1
+
+/* Define if you have the getrusage function. */
+#define HAVE_GETRUSAGE 1
+
+/* Define if you have the gettimeofday function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define if you have the getuid function. */
+#define HAVE_GETUID 1
+
+/* Define if you have the kill function. */
+#define HAVE_KILL 1
+
+/* Define if you have the lstat function. */
+#define HAVE_LSTAT 1
+
+/* Define if you have the mempcpy function. */
+/* #undef HAVE_MEMPCPY */
+
+/* Define if you have the mmap function. */
+#define HAVE_MMAP 1
+
+/* Define if you have the munmap function. */
+#define HAVE_MUNMAP 1
+
+/* Define if you have the nl_langinfo function. */
+#define HAVE_NL_LANGINFO 1
+
+/* Define if you have the putc_unlocked function. */
+#define HAVE_PUTC_UNLOCKED 1
+
+/* Define if you have the putenv function. */
+#define HAVE_PUTENV 1
+
+/* Define if you have the scandir function. */
+#define HAVE_SCANDIR 1
+
+/* Define if you have the setenv function. */
+#define HAVE_SETENV 1
+
+/* Define if you have the setlocale function. */
+#define HAVE_SETLOCALE 1
+
+/* Define if you have the setrlimit function. */
+#define HAVE_SETRLIMIT 1
+
+/* Define if you have the stpcpy function. */
+/* #undef HAVE_STPCPY */
+
+/* Define if you have the strcasecmp function. */
+#define HAVE_STRCASECMP 1
+
+/* Define if you have the strchr function. */
+#define HAVE_STRCHR 1
+
+/* Define if you have the strdup function. */
+#define HAVE_STRDUP 1
+
+/* Define if you have the strsignal function. */
+#define HAVE_STRSIGNAL 1
+
+/* Define if you have the strtoul function. */
+#define HAVE_STRTOUL 1
+
+/* Define if you have the sysconf function. */
+#define HAVE_SYSCONF 1
+
+/* Define if you have the times function. */
+#define HAVE_TIMES 1
+
+/* Define if you have the tsearch function. */
+#define HAVE_TSEARCH 1
+
+/* Define if you have the <argz.h> header file. */
+/* #undef HAVE_ARGZ_H */
+
+/* Define if you have the <direct.h> header file. */
+/* #undef HAVE_DIRECT_H */
+
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define if you have the <langinfo.h> header file. */
+#define HAVE_LANGINFO_H 1
+
Home |
Main Index |
Thread Index |
Old Index