diff options
| author | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
| commit | 768e889c8be080dedeac247a22916dfbf114abf1 (patch) | |
| tree | 08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/usr.bin | |
| parent | 500bebac905ae00be6b1c0dc069123f706cc20a1 (diff) | |
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/usr.bin')
170 files changed, 1 insertions, 19971 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index a33e802a4e5..efbaf73b538 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2006/11/01 13:18:03 apb Exp $ +# $NetBSD: Makefile,v 1.126 2006/11/20 17:08:40 skrll Exp $ # for OBJECT_FMT .include <bsd.own.mk> @@ -25,11 +25,7 @@ SUBDIR+= gdb6 .endif .if ${MKGCCCMDS} != "no" -.if ${HAVE_GCC} == "3" -SUBDIR+= gcc3 -.else SUBDIR+= gcc4 .endif -.endif .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/gcc3/Makefile b/gnu/usr.bin/gcc3/Makefile deleted file mode 100644 index 51efea03ae3..00000000000 --- a/gnu/usr.bin/gcc3/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2003/12/05 18:56:11 matt Exp $ - -NOOBJ=# defined - -.include <bsd.own.mk> - -.if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) - -SUBDIR+= host-libiberty libiberty .WAIT \ - backend .WAIT \ - frontend .WAIT \ - libcpp gcov .WAIT \ - cc1 cc1obj cc1plus cpp f771 g++ g77 gcc \ - include protoize unprotoize - -.include <bsd.subdir.mk> - -.else -# Do nothing. (PROG undefined) -.include <bsd.prog.mk> -.endif diff --git a/gnu/usr.bin/gcc3/Makefile.backend b/gnu/usr.bin/gcc3/Makefile.backend deleted file mode 100644 index f6615234f97..00000000000 --- a/gnu/usr.bin/gcc3/Makefile.backend +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile.backend,v 1.1 2003/07/25 16:32:23 mrg Exp $ - -NOMAN= # defined -BINDIR= /usr/libexec - -CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -.include <bsd.own.mk> - -DPADD= ${BACKENDOBJ}/libbackend.a ${LIBIBERTYOBJ}/libiberty.a -LDADD= -L${BACKENDOBJ} -lbackend -L${LIBIBERTYOBJ} -liberty - -.include <bsd.prog.mk> - -# Don't auto-frob .y or .l files. -.l.c .y.c .y.h: - @true diff --git a/gnu/usr.bin/gcc3/Makefile.frontend b/gnu/usr.bin/gcc3/Makefile.frontend deleted file mode 100644 index 109c73dccc0..00000000000 --- a/gnu/usr.bin/gcc3/Makefile.frontend +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile.frontend,v 1.1 2003/07/25 16:32:24 mrg Exp $ - -BINDIR= /usr/bin - -CPPFLAGS+= -I${GCCARCH} -I${FRONTENDOBJ} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -.include <bsd.own.mk> - -DPADD= ${FRONTENDOBJ}/libfrontend.a ${LIBIBERTYOBJ}/libiberty.a -LDADD= -L${FRONTENDOBJ} -lfrontend -L${LIBIBERTYOBJ} -liberty - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gcc3/Makefile.inc b/gnu/usr.bin/gcc3/Makefile.inc deleted file mode 100644 index a5c6392b37a..00000000000 --- a/gnu/usr.bin/gcc3/Makefile.inc +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.7 2004/03/18 19:48:15 skrll Exp $ - -.include <bsd.own.mk> - -TOP= ${NETBSDSRCDIR}/gnu -DIST= ${TOP}/dist/gcc - -GCCARCH= ${.CURDIR}/../arch/${MACHINE_ARCH} - -CPPFLAGS+= -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE -HOST_CPPFLAGS+= -I${.CURDIR}/.. - -.if ${USETOOLS} == "yes" -COMPATOBJDIR!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR} -NBCOMPATLIB= -L${COMPATOBJDIR} -lnbcompat -.endif - -GNUHOSTDIST= ${DIST} -BUILD_PREFIX= ${C_BUILD_PREFIX} - -LIBIBERTYOBJ!= cd ${.CURDIR}/../libiberty && ${PRINTOBJDIR} -FRONTENDOBJ!= cd ${.CURDIR}/../frontend && ${PRINTOBJDIR} -BACKENDOBJ!= cd ${.CURDIR}/../backend && ${PRINTOBJDIR} -LIBCPPOBJ!= cd ${.CURDIR}/../libcpp && ${PRINTOBJDIR} - -HOSTLIBIBERTYOBJ!= cd ${.CURDIR}/../host-libiberty && ${PRINTOBJDIR} -HOSTLIBIBERTY= ${HOSTLIBIBERTYOBJ}/libiberty/libiberty.a - -.include "${GCCARCH}/defs.mk" - -.if ${MKPIC} != "no" -.if ${G_ENABLE_SHARED} == "yes" && ${G_SHLIB_LINK} != "" -CPPFLAGS+= -DENABLE_SHARED_LIBGCC -.endif - -.if empty(G_SHLIB_MULTILIB) -CPPFLAGS+= -DNO_SHARED_LIBGCC_MULTILIB -.endif -.endif diff --git a/gnu/usr.bin/gcc3/Makefile.libcpp b/gnu/usr.bin/gcc3/Makefile.libcpp deleted file mode 100644 index 658b332752e..00000000000 --- a/gnu/usr.bin/gcc3/Makefile.libcpp +++ /dev/null @@ -1,4 +0,0 @@ -# $NetBSD: Makefile.libcpp,v 1.1 2003/07/25 16:32:24 mrg Exp $ - -DPADD+= ${LIBCPPOBJ}/libcpp.a -LDADD+= ${LIBCPPOBJ}/libcpp.a diff --git a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h b/gnu/usr.bin/gcc3/arch/alpha/auto-host.h deleted file mode 100644 index 0eef6104dbd..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 8 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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. */ -#define HAVE_AS_TLS 1 - -/* Define if your assembler supports explicit relocations. */ -#define HAVE_AS_EXPLICIT_RELOCS 1 - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/alpha/configargs.h b/gnu/usr.bin/gcc3/arch/alpha/configargs.h deleted file mode 100644 index dbb79c07306..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=alpha--netbsd --target=alpha--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/alpha/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/alpha/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/alpha/defs.mk b/gnu/usr.bin/gcc3/arch/alpha/defs.mk deleted file mode 100644 index 5415d58f924..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/alpha/alpha.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o alpha.o -G_out_file=${GNUHOSTDIST}/gcc/config/alpha/alpha.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/alpha/alpha.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/alpha/elf.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/alpha/netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/alpha/alpha.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/alpha/elf.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/alpha/netbsd.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/alpha/alpha.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h alpha/alpha.h netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=alpha/alpha-protos.h -G_target_cpu_default=(MASK_GAS|MASK_GAS) -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/alpha--netbsd/bin/ -isystem /usr/local/alpha--netbsd/include -isystem /usr/local/alpha--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -mieee -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/alpha/gencheck.h b/gnu/usr.bin/gcc3/arch/alpha/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/alpha/gthr-default.h b/gnu/usr.bin/gcc3/arch/alpha/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/alpha/hconfig.h b/gnu/usr.bin/gcc3/arch/alpha/hconfig.h deleted file mode 100644 index 5bbc3b52cad..00000000000 --- a/gnu/usr.bin/gcc3/arch/alpha/hconfig.h +++ /dev/null @@ -1,33 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */ - -#define TARGET_CPU_DEFAULT ((MASK_GAS|MASK_GAS)) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "alpha/alpha.h" -# include "netbsd.h" -# include "alpha/elf.h" -# include "netbsd-elf.h" -# include "alpha/netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/arm/auto-host.h b/gnu/usr.bin/gcc3/arch/arm/auto-host.h deleted file mode 100644 index 014a47c66b7..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "arm/arm-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -#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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/arm/configargs.h b/gnu/usr.bin/gcc3/arch/arm/configargs.h deleted file mode 100644 index b3a0db0931d..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=arm--netbsdelf --target=arm--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/arm/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/arm/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/arm/defs.mk b/gnu/usr.bin/gcc3/arch/arm/defs.mk deleted file mode 100644 index 3f804ecfd5e..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/arm/arm.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o arm.o -G_out_file=${GNUHOSTDIST}/gcc/config/arm/arm.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/arm/arm-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/arm/arm-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.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 -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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=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 -G_target_cpu_default=TARGET_CPU_generic -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/arm--netbsdelf/bin/ -isystem /usr/local/arm--netbsdelf/include -isystem /usr/local/arm--netbsdelf/sys-include -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 -shared -nodefaultlibs -Wl,-soname,@shlib_base_name@.so.1 -o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so.1 && ln -s @shlib_base_name@.so @shlib_base_name@.so.1 -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/arm/gencheck.h b/gnu/usr.bin/gcc3/arch/arm/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/arm/gthr-default.h b/gnu/usr.bin/gcc3/arch/arm/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/arm/hconfig.h b/gnu/usr.bin/gcc3/arch/arm/hconfig.h deleted file mode 100644 index 3d08cb025e0..00000000000 --- a/gnu/usr.bin/gcc3/arch/arm/hconfig.h +++ /dev/null @@ -1,36 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "arm/elf.h" -# include "arm/aout.h" -# include "arm/arm.h" -# include "arm/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/armeb/auto-host.h b/gnu/usr.bin/gcc3/arch/armeb/auto-host.h deleted file mode 100644 index 844256dd5f2..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "arm/arm-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -#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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/armeb/configargs.h b/gnu/usr.bin/gcc3/arch/armeb/configargs.h deleted file mode 100644 index 434bb05604a..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=armeb--netbsdelf --target=armeb--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/armeb/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/armeb/cs-hconfig.h deleted file mode 100644 index f684939d58b..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/armeb/defs.mk b/gnu/usr.bin/gcc3/arch/armeb/defs.mk deleted file mode 100644 index 6dcde187bed..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/arm/arm.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o arm.o -G_out_file=${GNUHOSTDIST}/gcc/config/arm/arm.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/arm/arm-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/arm/arm-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.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 -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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=NETBSD_ENABLE_PTHREADS TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END -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 -G_target_cpu_default=TARGET_CPU_generic -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/armeb--netbsdelf/bin/ -isystem /usr/local/armeb--netbsdelf/include -isystem /usr/local/armeb--netbsdelf/sys-include -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 -shared -nodefaultlibs -Wl,-soname,@shlib_base_name@.so.1 -o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so.1 && ln -s @shlib_base_name@.so @shlib_base_name@.so.1 -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/armeb/gencheck.h b/gnu/usr.bin/gcc3/arch/armeb/gencheck.h deleted file mode 100644 index 44198a72ce1..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/armeb/gthr-default.h b/gnu/usr.bin/gcc3/arch/armeb/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/armeb/hconfig.h b/gnu/usr.bin/gcc3/arch/armeb/hconfig.h deleted file mode 100644 index 94a65495191..00000000000 --- a/gnu/usr.bin/gcc3/arch/armeb/hconfig.h +++ /dev/null @@ -1,39 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_generic) -#ifndef NETBSD_ENABLE_PTHREADS -# define NETBSD_ENABLE_PTHREADS -#endif -#ifndef TARGET_ENDIAN_DEFAULT -# define TARGET_ENDIAN_DEFAULT ARM_FLAG_BIG_END -#endif -#include "auto-build.h" -#ifdef IN_GCC -/* Provide three core typedefs used by everything, if we are compiling - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "arm/elf.h" -# include "arm/aout.h" -# include "arm/arm.h" -# include "arm/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/hppa/auto-host.h b/gnu/usr.bin/gcc3/arch/hppa/auto-host.h deleted file mode 100644 index 39f3ddb9509..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "pa/pa-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/hppa/configargs.h b/gnu/usr.bin/gcc3/arch/hppa/configargs.h deleted file mode 100644 index 71c23b3adb0..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=hppa--netbsd --target=hppa--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/hppa/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/hppa/cs-hconfig.h deleted file mode 100644 index f684939d58b..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/hppa/defs.mk b/gnu/usr.bin/gcc3/arch/hppa/defs.mk deleted file mode 100644 index 7d528318542..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/pa/pa.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o pa.o -G_out_file=${GNUHOSTDIST}/gcc/config/pa/pa.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/pa/pa-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/pa/pa-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.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/pa/pa.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h pa/pa.h dbxelf.h elfos.h svr4.h netbsd.h netbsd-elf.h pa/pa-netbsd.h pa/pa32-regs.h pa/pa32-netbsd.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=pa/pa-protos.h -G_target_cpu_default=(MASK_PA_11 | MASK_NO_SPACE_REGS|MASK_GAS|MASK_JUMP_IN_DELAY) -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/hppa--netbsd/bin/ -isystem /usr/local/hppa--netbsd/include -isystem /usr/local/hppa--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -DELF=1 -DNETBSD=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/hppa/gencheck.h b/gnu/usr.bin/gcc3/arch/hppa/gencheck.h deleted file mode 100644 index 44198a72ce1..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/hppa/gthr-default.h b/gnu/usr.bin/gcc3/arch/hppa/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/hppa/hconfig.h b/gnu/usr.bin/gcc3/arch/hppa/hconfig.h deleted file mode 100644 index 6ff6eb1226f..00000000000 --- a/gnu/usr.bin/gcc3/arch/hppa/hconfig.h +++ /dev/null @@ -1,37 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#define TARGET_CPU_DEFAULT ((MASK_PA_11 | MASK_NO_SPACE_REGS|MASK_GAS|MASK_JUMP_IN_DELAY)) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "pa/pa.h" -# include "dbxelf.h" -# include "elfos.h" -# include "svr4.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "pa/pa-netbsd.h" -# include "pa/pa32-regs.h" -# include "pa/pa32-netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/i386/auto-host.h b/gnu/usr.bin/gcc3/arch/i386/auto-host.h deleted file mode 100644 index 5422e152074..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/auto-host.h +++ /dev/null @@ -1,642 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.19 2006/06/02 19:44:20 mrg Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ - -/* 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. */ -#define HAVE_GAS_FILDS_FISTS 1 - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "i386/i386-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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. */ -#define HAVE_AS_TLS 1 - -/* Define if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -#define HAVE_AS_GOTOFF_IN_DATA 1 - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/i386/configargs.h b/gnu/usr.bin/gcc3/arch/i386/configargs.h deleted file mode 100644 index ce6441f6acb..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=i386--netbsdelf --target=i386--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/i386/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/i386/cs-hconfig.h deleted file mode 100644 index 5ec4f0c77c6..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/i386/defs.mk b/gnu/usr.bin/gcc3/arch/i386/defs.mk deleted file mode 100644 index 95f84dc9e28..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/i386/i386.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o i386.o -G_out_file=${GNUHOSTDIST}/gcc/config/i386/i386.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/i386/i386-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/i386/i386-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.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/i386/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.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/i386/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/i386/i386.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=i386/i386-protos.h -G_target_cpu_default= -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/i386--netbsdelf/bin/ -isystem /usr/local/i386--netbsdelf/include -isystem /usr/local/i386--netbsdelf/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/i386/gencheck.h b/gnu/usr.bin/gcc3/arch/i386/gencheck.h deleted file mode 100644 index 59bd091dc64..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/i386/gthr-default.h b/gnu/usr.bin/gcc3/arch/i386/gthr-default.h deleted file mode 100644 index 0a32b5d2ee7..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/i386/hconfig.h b/gnu/usr.bin/gcc3/arch/i386/hconfig.h deleted file mode 100644 index 3612249128d..00000000000 --- a/gnu/usr.bin/gcc3/arch/i386/hconfig.h +++ /dev/null @@ -1,35 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */ - -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "i386/i386.h" -# include "i386/unix.h" -# include "i386/att.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "i386/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/m68000/auto-host.h b/gnu/usr.bin/gcc3/arch/m68000/auto-host.h deleted file mode 100644 index 3bfc3aa0c3d..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/m68000/configargs.h b/gnu/usr.bin/gcc3/arch/m68000/configargs.h deleted file mode 100644 index fd0d07adcb6..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=m68010--netbsdelf --target=m68010--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/m68000/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/m68000/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/m68000/defs.mk b/gnu/usr.bin/gcc3/arch/m68000/defs.mk deleted file mode 100644 index 88752972bf3..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/m68k/m68k.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o m68k.o -G_out_file=${GNUHOSTDIST}/gcc/config/m68k/m68k.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.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 -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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=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 -G_target_cpu_default=0 -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/m68000/gencheck.h b/gnu/usr.bin/gcc3/arch/m68000/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/m68000/gthr-default.h b/gnu/usr.bin/gcc3/arch/m68000/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/m68000/hconfig.h b/gnu/usr.bin/gcc3/arch/m68000/hconfig.h deleted file mode 100644 index da07d867d11..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68000/hconfig.h +++ /dev/null @@ -1,34 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#define TARGET_CPU_DEFAULT (0) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "m68k/m68k.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "m68k/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/m68k/auto-host.h b/gnu/usr.bin/gcc3/arch/m68k/auto-host.h deleted file mode 100644 index 3bfc3aa0c3d..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/m68k/configargs.h b/gnu/usr.bin/gcc3/arch/m68k/configargs.h deleted file mode 100644 index 7c2a2ab24fc..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=m68k--netbsdelf --target=m68k--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/m68k/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/m68k/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/m68k/defs.mk b/gnu/usr.bin/gcc3/arch/m68k/defs.mk deleted file mode 100644 index e978d262a69..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/m68k/m68k.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o m68k.o -G_out_file=${GNUHOSTDIST}/gcc/config/m68k/m68k.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.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 -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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=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 -G_target_cpu_default=MASK_68020|MASK_68881|MASK_BITFIELD -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/m68k--netbsdelf/bin/ -isystem /usr/local/m68k--netbsdelf/include -isystem /usr/local/m68k--netbsdelf/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/m68k/gencheck.h b/gnu/usr.bin/gcc3/arch/m68k/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/m68k/gthr-default.h b/gnu/usr.bin/gcc3/arch/m68k/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/m68k/hconfig.h b/gnu/usr.bin/gcc3/arch/m68k/hconfig.h deleted file mode 100644 index e7352df2385..00000000000 --- a/gnu/usr.bin/gcc3/arch/m68k/hconfig.h +++ /dev/null @@ -1,34 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "m68k/m68k.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "m68k/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/mipseb/auto-host.h b/gnu/usr.bin/gcc3/arch/mipseb/auto-host.h deleted file mode 100644 index 3bfc3aa0c3d..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h b/gnu/usr.bin/gcc3/arch/mipseb/configargs.h deleted file mode 100644 index 780e50b4a43..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=mipseb--netbsd --target=mipseb--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/mipseb/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/mipseb/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/mipseb/defs.mk b/gnu/usr.bin/gcc3/arch/mipseb/defs.mk deleted file mode 100644 index dae0a8ac8c1..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/mips/mips.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o mips.o -G_out_file=${GNUHOSTDIST}/gcc/config/mips/mips.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.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/mips/mips.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h elfos.h mips/mips.h mips/netbsd.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=mips/mips-protos.h -G_target_cpu_default=(MASK_GAS|MASK_ABICALLS|MASK_GAS) -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/mipseb--netbsd/bin/ -isystem /usr/local/mipseb--netbsd/include -isystem /usr/local/mipseb--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/mipseb/gencheck.h b/gnu/usr.bin/gcc3/arch/mipseb/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h b/gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/mipseb/hconfig.h b/gnu/usr.bin/gcc3/arch/mipseb/hconfig.h deleted file mode 100644 index bb67f9246e0..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipseb/hconfig.h +++ /dev/null @@ -1,31 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */ - -#define TARGET_CPU_DEFAULT ((MASK_GAS|MASK_ABICALLS|MASK_GAS)) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "elfos.h" -# include "mips/mips.h" -# include "mips/netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/mipsel/auto-host.h b/gnu/usr.bin/gcc3/arch/mipsel/auto-host.h deleted file mode 100644 index fd42918b174..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/mipsel/configargs.h b/gnu/usr.bin/gcc3/arch/mipsel/configargs.h deleted file mode 100644 index 8c48575b516..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=mipsel--netbsd --target=mipsel--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/mipsel/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/mipsel/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/mipsel/defs.mk b/gnu/usr.bin/gcc3/arch/mipsel/defs.mk deleted file mode 100644 index 48483992511..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/mips/mips.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o mips.o -G_out_file=${GNUHOSTDIST}/gcc/config/mips/mips.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.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/mips/mips.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=TARGET_ENDIAN_DEFAULT=0 NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h elfos.h mips/mips.h mips/netbsd.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=mips/mips-protos.h -G_target_cpu_default=(MASK_GAS|MASK_ABICALLS|MASK_GAS) -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/mipsel--netbsd/bin/ -isystem /usr/local/mipsel--netbsd/include -isystem /usr/local/mipsel--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/mipsel/gencheck.h b/gnu/usr.bin/gcc3/arch/mipsel/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h b/gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/mipsel/hconfig.h b/gnu/usr.bin/gcc3/arch/mipsel/hconfig.h deleted file mode 100644 index f55349a5647..00000000000 --- a/gnu/usr.bin/gcc3/arch/mipsel/hconfig.h +++ /dev/null @@ -1,34 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */ - -#define TARGET_CPU_DEFAULT ((MASK_GAS|MASK_ABICALLS|MASK_GAS)) -#ifndef TARGET_ENDIAN_DEFAULT -# define TARGET_ENDIAN_DEFAULT 0 -#endif -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "elfos.h" -# include "mips/mips.h" -# include "mips/netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/ns32k/auto-host.h b/gnu/usr.bin/gcc3/arch/ns32k/auto-host.h deleted file mode 100644 index 13d43a7d1fa..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/auto-host.h +++ /dev/null @@ -1,638 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -/* #undef HAVE_AS_DWARF2_DEBUG_LINE */ - -/* Define if your assembler supports the --gdwarf2 option. */ -/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */ - -/* Define if your assembler supports the --gstabs option. */ -/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */ - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/ns32k/configargs.h b/gnu/usr.bin/gcc3/arch/ns32k/configargs.h deleted file mode 100644 index 290468653e8..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=ns32k--netbsd --target=ns32k--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/ns32k/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/ns32k/cs-hconfig.h deleted file mode 100644 index 8fca37ed94f..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/ns32k/defs.mk b/gnu/usr.bin/gcc3/arch/ns32k/defs.mk deleted file mode 100644 index ef0e3952f2f..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/ns32k/ns32k.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o ns32k.o -G_out_file=${GNUHOSTDIST}/gcc/config/ns32k/ns32k.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/ns32k/ns32k.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-aout.h ${GNUHOSTDIST}/gcc/config/ns32k/netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/ns32k/ns32k.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-aout.h ${GNUHOSTDIST}/gcc/config/ns32k/netbsd.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/ns32k/ns32k.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h ns32k/ns32k.h netbsd.h netbsd-aout.h ns32k/netbsd.h defaults.h -G_host_xm_defines=POSIX USE_COLLECT2 -G_tm_p_file=ns32k/ns32k-protos.h -G_target_cpu_default= -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/ns32k/gencheck.h b/gnu/usr.bin/gcc3/arch/ns32k/gencheck.h deleted file mode 100644 index 2d2d81efa62..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h b/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h deleted file mode 100644 index 911ed6adcdc..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/ns32k/hconfig.h b/gnu/usr.bin/gcc3/arch/ns32k/hconfig.h deleted file mode 100644 index 43dd3e63830..00000000000 --- a/gnu/usr.bin/gcc3/arch/ns32k/hconfig.h +++ /dev/null @@ -1,31 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "ns32k/ns32k.h" -# include "netbsd.h" -# include "netbsd-aout.h" -# include "ns32k/netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/powerpc/auto-host.h b/gnu/usr.bin/gcc3/arch/powerpc/auto-host.h deleted file mode 100644 index a8b9ea1efb7..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "rs6000/rs6000-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/powerpc/configargs.h b/gnu/usr.bin/gcc3/arch/powerpc/configargs.h deleted file mode 100644 index 8f64c1e8e06..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=powerpc--netbsd --target=powerpc--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/powerpc/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/powerpc/cs-hconfig.h deleted file mode 100644 index 7d10a1ad620..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/powerpc/defs.mk b/gnu/usr.bin/gcc3/arch/powerpc/defs.mk deleted file mode 100644 index cccdf423380..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a rs6000-c.o -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a rs6000-c.o -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/rs6000/rs6000.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a rs6000-c.o -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o rs6000.o -G_out_file=${GNUHOSTDIST}/gcc/config/rs6000/rs6000.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/rs6000/rs6000-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/rs6000/rs6000-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/rs6000/rs6000.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/freebsd-spec.h ${GNUHOSTDIST}/gcc/config/rs6000/sysv4.h ${GNUHOSTDIST}/gcc/config/rs6000/netbsd.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/rs6000/rs6000.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/freebsd-spec.h ${GNUHOSTDIST}/gcc/config/rs6000/sysv4.h ${GNUHOSTDIST}/gcc/config/rs6000/netbsd.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/rs6000/rs6000.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h rs6000/rs6000.h dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=rs6000/rs6000-protos.h -G_target_cpu_default= -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o rs6000-c.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/powerpc--netbsd/bin/ -isystem /usr/local/powerpc--netbsd/include -isystem /usr/local/powerpc--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/powerpc/gencheck.h b/gnu/usr.bin/gcc3/arch/powerpc/gencheck.h deleted file mode 100644 index 259d2bb90ce..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/powerpc/gthr-default.h b/gnu/usr.bin/gcc3/arch/powerpc/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/powerpc/hconfig.h b/gnu/usr.bin/gcc3/arch/powerpc/hconfig.h deleted file mode 100644 index 6e53ca85569..00000000000 --- a/gnu/usr.bin/gcc3/arch/powerpc/hconfig.h +++ /dev/null @@ -1,35 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */ - -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "rs6000/rs6000.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "freebsd-spec.h" -# include "rs6000/sysv4.h" -# include "rs6000/netbsd.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/auto-host.h b/gnu/usr.bin/gcc3/arch/sh3eb/auto-host.h deleted file mode 100644 index 2e7dc2a032f..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -/* #undef HAVE_AS_DWARF2_DEBUG_LINE */ - -/* Define if your assembler supports the --gdwarf2 option. */ -/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */ - -/* Define if your assembler supports the --gstabs option. */ -/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */ - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h b/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h deleted file mode 100644 index a88ac6f1f8f..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=sh--netbsdelf --target=sh--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/sh3eb/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/defs.mk b/gnu/usr.bin/gcc3/arch/sh3eb/defs.mk deleted file mode 100644 index 63e1a28a907..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/sh/sh.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sh.o -G_out_file=${GNUHOSTDIST}/gcc/config/sh/sh.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/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/sh/sh.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h sh/sh.h dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=sh/sh-protos.h -G_target_cpu_default=SH1_BIT|SH2_BIT|SH3_BIT -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/sh--netbsdelf/bin/ -isystem /usr/local/sh--netbsdelf/include -isystem /usr/local/sh--netbsdelf/sys-include -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 -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/gencheck.h b/gnu/usr.bin/gcc3/arch/sh3eb/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/gthr-default.h b/gnu/usr.bin/gcc3/arch/sh3eb/gthr-default.h deleted file mode 100644 index f089f3acee9..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/sh3eb/hconfig.h b/gnu/usr.bin/gcc3/arch/sh3eb/hconfig.h deleted file mode 100644 index ebb4cf61242..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3eb/hconfig.h +++ /dev/null @@ -1,35 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ - -#define TARGET_CPU_DEFAULT (SH1_BIT|SH2_BIT|SH3_BIT) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "sh/sh.h" -# include "dbxelf.h" -# include "elfos.h" -# include "sh/elf.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "sh/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh3el/auto-host.h b/gnu/usr.bin/gcc3/arch/sh3el/auto-host.h deleted file mode 100644 index a9cfd43442d..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -/* #undef HAVE_AS_DWARF2_DEBUG_LINE */ - -/* Define if your assembler supports the --gdwarf2 option. */ -/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */ - -/* Define if your assembler supports the --gstabs option. */ -/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */ - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh3el/configargs.h b/gnu/usr.bin/gcc3/arch/sh3el/configargs.h deleted file mode 100644 index 87ab18b574b..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=shle--netbsdelf --target=shle--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh3el/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/sh3el/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/sh3el/defs.mk b/gnu/usr.bin/gcc3/arch/sh3el/defs.mk deleted file mode 100644 index d41cef86de7..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/sh/sh.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sh.o -G_out_file=${GNUHOSTDIST}/gcc/config/sh/sh.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/sh/little.h ${GNUHOSTDIST}/gcc/config/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/sh/little.h ${GNUHOSTDIST}/gcc/config/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/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/sh/sh.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h 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_host_xm_defines=POSIX -G_tm_p_file=sh/sh-protos.h -G_target_cpu_default=SH1_BIT|SH2_BIT|SH3_BIT -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/shle--netbsdelf/bin/ -isystem /usr/local/shle--netbsdelf/include -isystem /usr/local/shle--netbsdelf/sys-include -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 -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/sh3el/gencheck.h b/gnu/usr.bin/gcc3/arch/sh3el/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/sh3el/gthr-default.h b/gnu/usr.bin/gcc3/arch/sh3el/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/sh3el/hconfig.h b/gnu/usr.bin/gcc3/arch/sh3el/hconfig.h deleted file mode 100644 index 943b1dacb79..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh3el/hconfig.h +++ /dev/null @@ -1,36 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */ - -#define TARGET_CPU_DEFAULT (SH1_BIT|SH2_BIT|SH3_BIT) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "sh/little.h" -# include "sh/sh.h" -# include "dbxelf.h" -# include "elfos.h" -# include "sh/elf.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "sh/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h b/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h deleted file mode 100644 index daf9f8c5d30..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -#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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -/* #undef HAVE_AS_DWARF2_DEBUG_LINE */ - -/* Define if your assembler supports the --gdwarf2 option. */ -/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */ - -/* Define if your assembler supports the --gstabs option. */ -/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */ - -/* Define if your linker links a mix of read-only - and read-write sections into a read-write section. */ -/* #undef HAVE_LD_RO_RW_SECTION_MIXING */ - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/sh5el/configargs.h b/gnu/usr.bin/gcc3/arch/sh5el/configargs.h deleted file mode 100644 index 9c2792f44fc..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=sh5le--netbsd --target=sh5le--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sh5el/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/sh5el/cs-hconfig.h deleted file mode 100644 index f684939d58b..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/sh5el/defs.mk b/gnu/usr.bin/gcc3/arch/sh5el/defs.mk deleted file mode 100644 index c5da6878e47..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/sh/sh.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sh.o -G_out_file=${GNUHOSTDIST}/gcc/config/sh/sh.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/sh/little.h ${GNUHOSTDIST}/gcc/config/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/sh/little.h ${GNUHOSTDIST}/gcc/config/sh/sh.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/sh/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/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/sh/sh.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h 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_host_xm_defines=POSIX -G_tm_p_file=sh/sh-protos.h -G_target_cpu_default=SH5_BIT|SH4_BIT|SH3E_BIT -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/sh5le--netbsd/bin/ -isystem /usr/local/sh5le--netbsd/include -isystem /usr/local/sh5le--netbsd/sys-include -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 -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/sh5el/gencheck.h b/gnu/usr.bin/gcc3/arch/sh5el/gencheck.h deleted file mode 100644 index 44198a72ce1..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/sh5el/gthr-default.h b/gnu/usr.bin/gcc3/arch/sh5el/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/sh5el/hconfig.h b/gnu/usr.bin/gcc3/arch/sh5el/hconfig.h deleted file mode 100644 index 9b821444cae..00000000000 --- a/gnu/usr.bin/gcc3/arch/sh5el/hconfig.h +++ /dev/null @@ -1,36 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#define TARGET_CPU_DEFAULT (SH5_BIT|SH4_BIT|SH3E_BIT) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "sh/little.h" -# include "sh/sh.h" -# include "dbxelf.h" -# include "elfos.h" -# include "sh/elf.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "sh/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/sparc/auto-host.h b/gnu/usr.bin/gcc3/arch/sparc/auto-host.h deleted file mode 100644 index 0db840485c5..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "sparc/sparc-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -#define HAVE_AS_REGISTER_PSEUDO_OP 1 - -/* Define if your assembler supports -relax option. */ -#define HAVE_AS_RELAX_OPTION 1 - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -#define HAVE_AS_SPARC_UA_PCREL 1 - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1 - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/sparc/configargs.h b/gnu/usr.bin/gcc3/arch/sparc/configargs.h deleted file mode 100644 index 4a3c22f651a..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=sparc--netbsdelf --target=sparc--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sparc/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/sparc/cs-hconfig.h deleted file mode 100644 index 5ec4f0c77c6..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/sparc/defs.mk b/gnu/usr.bin/gcc3/arch/sparc/defs.mk deleted file mode 100644 index 25207288a35..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/sparc/sparc.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sparc.o -G_out_file=${GNUHOSTDIST}/gcc/config/sparc/sparc.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/sparc/sparc-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/sparc/sparc-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/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/sparc/sparc.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=sparc/sparc-protos.h -G_target_cpu_default=TARGET_CPU_sparc -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/sparc--netbsdelf/bin/ -isystem /usr/local/sparc--netbsdelf/include -isystem /usr/local/sparc--netbsdelf/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/sparc/gencheck.h b/gnu/usr.bin/gcc3/arch/sparc/gencheck.h deleted file mode 100644 index 59bd091dc64..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/sparc/gthr-default.h b/gnu/usr.bin/gcc3/arch/sparc/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/sparc/hconfig.h b/gnu/usr.bin/gcc3/arch/sparc/hconfig.h deleted file mode 100644 index 1d760d622f3..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc/hconfig.h +++ /dev/null @@ -1,35 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_sparc) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "sparc/sparc.h" -# include "elfos.h" -# include "svr4.h" -# include "sparc/sysv4.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "sparc/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h b/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h deleted file mode 100644 index 1a1d1a59ea4..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 8 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#define HOST_WORDS_BIG_ENDIAN 1 - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "sparc/sparc-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -#define HAVE_AS_REGISTER_PSEUDO_OP 1 - -/* Define if your assembler supports -relax option. */ -#define HAVE_AS_RELAX_OPTION 1 - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -#define HAVE_AS_SPARC_UA_PCREL 1 - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1 - -/* Define if your assembler supports offsetable %lo(). */ -#define HAVE_AS_OFFSETABLE_LO10 1 - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/sparc64/configargs.h b/gnu/usr.bin/gcc3/arch/sparc64/configargs.h deleted file mode 100644 index c3f5b680604..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/configargs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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-netbsdelf3.99.20 --host=sparc64--netbsd --target=sparc64--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/sparc64/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/sparc64/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/sparc64/defs.mk b/gnu/usr.bin/gcc3/arch/sparc64/defs.mk deleted file mode 100644 index 3c03eec4153..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/sparc/sparc.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o sparc.o -G_out_file=${GNUHOSTDIST}/gcc/config/sparc/sparc.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/sparc/sparc-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/sparc/sparc-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/sparc/biarch64.h ${GNUHOSTDIST}/gcc/config/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/sparc/biarch64.h ${GNUHOSTDIST}/gcc/config/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/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/sparc/sparc.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h 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_host_xm_defines=POSIX -G_tm_p_file=sparc/sparc-protos.h -G_target_cpu_default=TARGET_CPU_ultrasparc -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/sparc64--netbsd/bin/ -isystem /usr/local/sparc64--netbsd/include -isystem /usr/local/sparc64--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/sparc64/gencheck.h b/gnu/usr.bin/gcc3/arch/sparc64/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/sparc64/gthr-default.h b/gnu/usr.bin/gcc3/arch/sparc64/gthr-default.h deleted file mode 100644 index ce64d7a043d..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* 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 --git a/gnu/usr.bin/gcc3/arch/sparc64/hconfig.h b/gnu/usr.bin/gcc3/arch/sparc64/hconfig.h deleted file mode 100644 index a43e9f61be2..00000000000 --- a/gnu/usr.bin/gcc3/arch/sparc64/hconfig.h +++ /dev/null @@ -1,37 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "sparc/biarch64.h" -# include "sparc/sparc.h" -# include "dbxelf.h" -# include "elfos.h" -# include "svr4.h" -# include "sparc/sysv4.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "sparc/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/vax/auto-host.h b/gnu/usr.bin/gcc3/arch/vax/auto-host.h deleted file mode 100644 index 778fd48ce07..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/auto-host.h +++ /dev/null @@ -1,642 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.19 2006/06/02 19:44:20 mrg Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 4 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -/* #undef EXTRA_MODES_FILE */ - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -/* #undef EXTRA_CC_MODES */ - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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 if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -/* #undef HAVE_AS_GOTOFF_IN_DATA */ - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -/* #undef HAVE_AS_DWARF2_DEBUG_LINE */ - -/* Define if your assembler supports the --gdwarf2 option. */ -/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */ - -/* Define if your assembler supports the --gstabs option. */ -/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */ - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/vax/configargs.h b/gnu/usr.bin/gcc3/arch/vax/configargs.h deleted file mode 100644 index 00cd166316e..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=vax--netbsdelf --target=vax--netbsdelf"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/vax/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/vax/cs-hconfig.h deleted file mode 100644 index 8fca37ed94f..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/vax/defs.mk b/gnu/usr.bin/gcc3/arch/vax/defs.mk deleted file mode 100644 index 530f72b9cd9..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/vax/vax.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o vax.o -G_out_file=${GNUHOSTDIST}/gcc/config/vax/vax.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/vax/vax.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/vax/elf.h ${GNUHOSTDIST}/gcc/config/vax/netbsd-elf.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/vax/vax.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/vax/elf.h ${GNUHOSTDIST}/gcc/config/vax/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/vax/vax.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h vax/vax.h elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=vax/vax-protos.h -G_target_cpu_default= -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/vax--netbsdelf/bin/ -isystem /usr/local/vax--netbsdelf/include -isystem /usr/local/vax--netbsdelf/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/vax/gencheck.h b/gnu/usr.bin/gcc3/arch/vax/gencheck.h deleted file mode 100644 index 2d2d81efa62..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/vax/gthr-default.h b/gnu/usr.bin/gcc3/arch/vax/gthr-default.h deleted file mode 100644 index 9ee6827d1f9..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/vax/hconfig.h b/gnu/usr.bin/gcc3/arch/vax/hconfig.h deleted file mode 100644 index 4bc7c5e0d39..00000000000 --- a/gnu/usr.bin/gcc3/arch/vax/hconfig.h +++ /dev/null @@ -1,33 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp */ - -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "vax/vax.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "vax/elf.h" -# include "vax/netbsd-elf.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h b/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h deleted file mode 100644 index 671c38da564..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h +++ /dev/null @@ -1,641 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* 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. */ - -/* 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. */ -#define HAVE_GAS_FILDS_FISTS 1 - -/* 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. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the <nl_types.h> header file. */ -#define HAVE_NL_TYPES_H 1 - -/* Define if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <sys/times.h> header file. */ -#define HAVE_SYS_TIMES_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your compiler supports the `long double' type. */ -#define HAVE_LONG_DOUBLE 1 - -/* Define if your compiler supports the `long long' type. */ -#define HAVE_LONG_LONG 1 - -/* Define if your compiler supports the `__int64' type. */ -/* #undef HAVE___INT64 */ - -/* Define if the `_Bool' type is built-in. */ -#define HAVE__BOOL 1 - -/* The number of bytes in type short */ -#define SIZEOF_SHORT 2 - -/* The number of bytes in type int */ -#define SIZEOF_INT 4 - -/* The number of bytes in type long */ -#define SIZEOF_LONG 8 - -/* The number of bytes in type long long */ -#define SIZEOF_LONG_LONG 8 - -/* The number of bytes in type __int64 */ -/* #undef SIZEOF___INT64 */ - -/* Define if the host execution character set is EBCDIC. */ -/* #undef HOST_EBCDIC */ - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -/* #undef ENABLE_TREE_CHECKING */ - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -/* #undef ENABLE_RTL_CHECKING */ - -/* Define if you want RTL flag accesses to be checked against the RTL - codes that are supported for each access macro. This is relatively - cheap. */ -/* #undef ENABLE_RTL_FLAG_CHECKING */ - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -/* #undef ENABLE_GC_CHECKING */ - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -/* #undef ENABLE_GC_ALWAYS_COLLECT */ - -/* Define if you want to run subprograms and generated programs - through valgrind (a memory checker). This is extremely expensive. */ -/* #undef ENABLE_VALGRIND_CHECKING */ - -/* Define if you want to use __cxa_atexit, rather than atexit, to - register C++ destructors for local statics and global objects. - This is essential for fully standards-compliant handling of - destructors, but requires __cxa_atexit in libc. */ -/* #undef DEFAULT_USE_CXA_ATEXIT */ - -/* Define if you want the C and C++ compilers to support multibyte - character sets for source code. */ -/* #undef MULTIBYTE_CHARS */ - -/* Always define this when using the GNU C Library */ -/* #undef _GNU_SOURCE */ - -/* Define if you have a working <stdbool.h> header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define as the number of bits in a byte, if `limits.h' doesn't. */ -/* #undef CHAR_BIT */ - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -/* #undef HOST_WORDS_BIG_ENDIAN */ - -/* Define to the floating point format of the host machine, if not IEEE. */ -/* #undef HOST_FLOAT_FORMAT */ - -/* Define to 1 if the host machine stores floating point numbers in - memory with the word containing the sign bit at the lowest address, - or to 0 if it does it the other way around. - - This macro should not be defined if the ordering is the same as for - multi-word integers. */ -/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if printf supports %p. */ -#define HAVE_PRINTF_PTR 1 - -/* Define if read-only mmap of a plain file works. */ -#define HAVE_MMAP_FILE 1 - -/* Define if mmap of /dev/zero works. */ -#define HAVE_MMAP_DEV_ZERO 1 - -/* Define if mmap with MAP_ANON(YMOUS) works. */ -#define HAVE_MMAP_ANON 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETENV 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SBRK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ABORT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ATOF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETCWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETWD 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSIGNAL 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_PUTC_UNLOCKED 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPUTS_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FWRITE_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FPRINTF_UNLOCKED 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_STRSTR 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_ERRNO 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_VASPRINTF 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_MALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_REALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CALLOC 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_FREE 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_BASENAME 0 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETOPT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_CLOCK 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_SETRLIMIT 1 - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_GETRUSAGE 1 - -/* Define to `long' if <sys/resource.h> doesn't define. */ -/* #undef rlim_t */ - -/* Define to 1 if we found this declaration otherwise define to 0. */ -#define HAVE_DECL_TIMES 1 - -/* Define if <sys/times.h> defines struct tms. */ -#define HAVE_STRUCT_TMS 1 - -/* Define if <time.h> defines clock_t. */ -#define HAVE_CLOCK_T 1 - -/* Define if <sys/types.h> provides uchar. */ -/* #undef HAVE_UCHAR */ - -/* Define .init_array/.fini_array sections are available and working. */ -/* #undef HAVE_INITFINI_ARRAY */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define 0/1 to force the choice for exception handling model. */ -/* #undef CONFIG_SJLJ_EXCEPTIONS */ - -/* Define if gcc should use -lunwind. */ -/* #undef USE_LIBUNWIND_EXCEPTIONS */ - -/* Define to the name of a file containing a list of extra machine modes - for this architecture. */ -#define EXTRA_MODES_FILE "i386/i386-modes.def" - -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#define EXTRA_CC_MODES 1 - -/* Define if you have the iconv() function. */ -#define HAVE_ICONV 1 - -/* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const - -/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#define HAVE_LANGINFO_CODESET 1 - -/* Define if your <locale.h> file defines LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -/* #undef ENABLE_NLS */ - -/* Define if you have the <libintl.h> header file. */ -/* #undef HAVE_LIBINTL_H */ - -/* Define if the GNU gettext() function is already present or preinstalled. */ -/* #undef HAVE_GETTEXT */ - -/* Define to use the libintl included with this package instead of any - version in the system libraries. */ -/* #undef USE_INCLUDED_LIBINTL */ - -/* Define to 1 if installation paths should be looked up in Windows32 - Registry. Ignored on non windows32 hosts. */ -/* #undef ENABLE_WIN32_REGISTRY */ - -/* Define to be the last portion of registry key on windows hosts. */ -/* #undef WIN32_REGISTRY_KEY */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section. */ -#define HAVE_GAS_SUBSECTION_ORDERING 1 - -/* Define if your assembler supports .weak. */ -#define HAVE_GAS_WEAK 1 - -/* Define if your assembler supports .hidden. */ -#define HAVE_GAS_HIDDEN 1 - -/* Define if your assembler supports .uleb128. */ -#define HAVE_AS_LEB128 1 - -/* Define if your assembler mis-optimizes .eh_frame data. */ -/* #undef USE_AS_TRADITIONAL_FORMAT */ - -/* 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. */ -#define HAVE_AS_TLS 1 - -/* Define if your assembler supports explicit relocations. */ -/* #undef HAVE_AS_EXPLICIT_RELOCS */ - -/* Define if your assembler supports .register. */ -/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ - -/* Define if your assembler supports -relax option. */ -/* #undef HAVE_AS_RELAX_OPTION */ - -/* Define if your assembler and linker support unaligned PC relative relocs. */ -/* #undef HAVE_AS_SPARC_UA_PCREL */ - -/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ - -/* Define if your assembler supports offsetable %lo(). */ -/* #undef HAVE_AS_OFFSETABLE_LO10 */ - -/* Define if your assembler supports the Sun syntax for cmov. */ -/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ - -/* Define true if the assembler supports '.long foo@GOTOFF'. */ -#define HAVE_AS_GOTOFF_IN_DATA 0 - -/* Define if your assembler supports ltoffx and ldxmov relocations. */ -/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ - -/* Define if your assembler supports dwarf2 .file/.loc directives, - and preserves file table indices exactly as given. */ -#define HAVE_AS_DWARF2_DEBUG_LINE 1 - -/* Define if your assembler supports the --gdwarf2 option. */ -#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 - -/* Define if your assembler supports the --gstabs option. */ -#define HAVE_AS_GSTABS_DEBUG_FLAG 1 - -/* 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 - -/* Define if your linker supports --eh-frame-hdr option. */ -#define HAVE_LD_EH_FRAME_HDR 1 - -/* Define if your linker supports --as-needed and --no-as-needed options. */ -/* #undef HAVE_LD_AS_NEEDED */ - -/* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */ -/* #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES */ - - -/* Bison unconditionally undefines `const' if neither `__STDC__' nor - __cplusplus are defined. That's a problem since we use `const' in - the GCC headers, and the resulting bison code is therefore type - unsafe. Thus, we must match the bison behavior here. */ - -#ifndef __STDC__ -#ifndef __cplusplus -/* #undef const */ -#define const -#endif -#endif diff --git a/gnu/usr.bin/gcc3/arch/x86_64/configargs.h b/gnu/usr.bin/gcc3/arch/x86_64/configargs.h deleted file mode 100644 index f2215f0937f..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/configargs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp */ -/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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-netbsdelf3.99.20 --host=x86_64--netbsd --target=x86_64--netbsd"; -static const char thread_model[] = "posix"; diff --git a/gnu/usr.bin/gcc3/arch/x86_64/cs-hconfig.h b/gnu/usr.bin/gcc3/arch/x86_64/cs-hconfig.h deleted file mode 100644 index e311bede382..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/cs-hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -timestamp diff --git a/gnu/usr.bin/gcc3/arch/x86_64/defs.mk b/gnu/usr.bin/gcc3/arch/x86_64/defs.mk deleted file mode 100644 index 6217d47db2a..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/defs.mk +++ /dev/null @@ -1,49 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_HOST_EARLY_SUPPORT=gensupport.o dummy-conditions.o -G_HOST_ERRORS=build-errors.o -G_HOST_PRINT=print-rtl1.o -G_HOST_RTL=build-rtl.o read-rtl.o build-bitmap.o build-ggc-none.o -G_HOST_SUPPORT=gensupport.o insn-conditions.o -G_HOST_VARRAY=build-varray.o -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= -G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_C_OBJS=c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_CCCP_OBJS= -G_GCOV_OBJS=gcov.o intl.o version.o -G_PROTO_OBJS=intl.o version.o cppdefault.o -G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -G_md_file=${GNUHOSTDIST}/gcc/config/i386/i386.md -G_OBJC_OBJS=objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a -G_OBJS=alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o i386.o -G_out_file=${GNUHOSTDIST}/gcc/config/i386/i386.c -G_version=3.3.6 -G_BUILD_PREFIX=build- -G_RTL_H=rtl.h rtl.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/i386/i386-modes.def genrtl.h -G_TREE_H=tree.h tree.def machmode.h machmode.def ${GNUHOSTDIST}/gcc/config/i386/i386-modes.def tree-check.h version.h builtins.def location.h -G_HCONFIG_H=hconfig.h auto-build.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h ${GNUHOSTDIST}/gcc/config/i386/biarch64.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.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/i386/x86-64.h ${GNUHOSTDIST}/gcc/config/i386/netbsd64.h -G_BASIC_BLOCK_H=basic-block.h bitmap.h sbitmap.h varray.h ${GNUHOSTDIST}/gcc/../include/partition.h hard-reg-set.h -G_GCC_H=gcc.h version.h -G_GTFILES_SRCDIR=${GNUHOSTDIST}/gcc -G_GTFILES_FILES_FILES=${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_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/i386/biarch64.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.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/i386/x86-64.h ${GNUHOSTDIST}/gcc/config/i386/netbsd64.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/i386/i386.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=NETBSD_ENABLE_PTHREADS -G_host_xm_file=auto-host.h ansidecl.h i386/biarch64.h i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h defaults.h -G_host_xm_defines=POSIX -G_tm_p_file=i386/i386-protos.h -G_target_cpu_default=TARGET_CPU_DEFAULT_athlon_sse -G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/f/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h -G_LIB2ADDEHDEP= unwind-dw2-fde.h -G_CXX_OBJS=call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-lang.o -G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o -G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o -G_LIBCPP_OBJS=cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o -G_LIBCPP_H= -G_ENABLE_SHARED=yes -G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/x86_64--netbsd/bin/ -isystem /usr/local/x86_64--netbsd/include -isystem /usr/local/x86_64--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so -G_SHLIB_MULTILIB= diff --git a/gnu/usr.bin/gcc3/arch/x86_64/gencheck.h b/gnu/usr.bin/gcc3/arch/x86_64/gencheck.h deleted file mode 100644 index 67ffec29ca2..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.1 2003/07/25 16:26:53 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc3/arch/x86_64/gthr-default.h b/gnu/usr.bin/gcc3/arch/x86_64/gthr-default.h deleted file mode 100644 index db7882841df..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/gthr-default.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc3/arch/x86_64/hconfig.h b/gnu/usr.bin/gcc3/arch/x86_64/hconfig.h deleted file mode 100644 index 528e9ce3e50..00000000000 --- a/gnu/usr.bin/gcc3/arch/x86_64/hconfig.h +++ /dev/null @@ -1,38 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.7 2003/08/22 00:24:46 mrg Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_DEFAULT_athlon_sse) -#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 - GCC. These used to be found in rtl.h and tree.h, but this is no - longer practical. Providing these here rather that system.h allows - the typedefs to be used everywhere within GCC. */ -struct rtx_def; -typedef struct rtx_def *rtx; -struct rtvec_def; -typedef struct rtvec_def *rtvec; -union tree_node; -typedef union tree_node *tree; -#endif -#define GTY(x) -#ifdef IN_GCC -# include "ansidecl.h" -# include "i386/biarch64.h" -# include "i386/i386.h" -# include "i386/unix.h" -# include "i386/att.h" -# include "dbxelf.h" -# include "elfos.h" -# include "netbsd.h" -# include "netbsd-elf.h" -# include "i386/x86-64.h" -# include "i386/netbsd64.h" -# include "defaults.h" -#endif -#ifndef POSIX -# define POSIX -#endif diff --git a/gnu/usr.bin/gcc3/backend/Makefile b/gnu/usr.bin/gcc3/backend/Makefile deleted file mode 100644 index b2bc3466465..00000000000 --- a/gnu/usr.bin/gcc3/backend/Makefile +++ /dev/null @@ -1,266 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2006/09/29 20:14:10 apb Exp $ - -MKPRIVATELIB= yes - -LIB= backend - -SRCS= ${G_OBJS:.o=.c} ${G_out_file:T} - -CPPFLAGS+= -I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ - -DTARGET_NAME=\"${MACHINE_GNU_PLATFORM}\" -HOST_CPPFLAGS+= -I. -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} -DPSRCS+= insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h - -.include <bsd.lib.mk> - -# Don't auto-frob .y or .l files. -.l.c .y.c .y.h: - @true - -# -# Independent generation programs. -# -CLEANFILES+= gengenrtl genrtl.c genrtl.h \ - gengtype gtyp-gen.h gtype-desc.c gtype-desc.h \ - gtype-c.h gtype-cp.h gtype-f.h gtype-objc.h \ - genflags genflags.h \ - gencheck tree-check.h \ - genpreds tm-preds.h tm_p.h cs-tm_p.h \ - auto-host.h print-rtl1.c \ - build-rtl.c build-errors.c build-varray.c \ - build-bitmap.c build-ggc-none.c \ - gt-*.h *.o *.lo \ - config.h cs-config.h \ - -# -# These files have special needs -# -CPPFLAGS.build-errors.c= -DGENERATOR_FILE -CPPFLAGS.build-ggc-none.c= -DGENERATOR_FILE -CPPFLAGS.build-rtl.c= -DGENERATOR_FILE -CPPFLAGS.insn-conditions.c= -DGENERATOR_FILE -CPPFLAGS.print-rtl1.c= -DGENERATOR_FILE - -# XXX -.if ${MACHINE_ARCH} == "m68000" -COPTS.ra-colorize.c= -O0 -.endif - -# XXX -.if ${MACHINE_CPU} == "sh5" -NOGCCERROR= # defined -COPTS.reload1.c= -O1 -.endif - - - -# Headers that host objects depend on (except gen*rtl*) -HH= ${G_HCONFIG_H} genrtl.h - -# -# Generate the various header files we need. -# -genrtl.c: gengenrtl - ${_MKTARGET_CREATE} - ./gengenrtl >${.TARGET} -genrtl.h: gengenrtl - ${_MKTARGET_CREATE} - ./gengenrtl -h >${.TARGET} -gengenrtl.lo: ${G_HCONFIG_H} auto-build.h -gengenrtl: gengenrtl.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} - -tm-preds.h: genpreds - ${_MKTARGET_CREATE} - ./genpreds >${.TARGET} -genpreds.lo: ${HH} -genpreds: genpreds.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} - -tree-check.h: gencheck - ${_MKTARGET_CREATE} - ./gencheck >${.TARGET} -gencheck.lo: ${HH} -gencheck: gencheck.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} - -gtype-desc.c: gtype-desc.h -gtype-desc.h: gengtype - ${_MKTARGET_CREATE} - rm -f auto-host.h - ln -s ${.CURDIR}/../arch/${MACHINE_ARCH}/auto-host.h . - ./gengtype -gengtype.lo gengtype-lex.lo gengtype-yacc.lo: ${HH} gtyp-gen.h config.h -gengtype: gengtype.lo gengtype-lex.lo gengtype-yacc.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} - -gtyp-gen.h: Makefile - ${_MKTARGET_CREATE} - (\ - echo "static const char *srcdir = \"$(G_GTFILES_SRCDIR)\";" ; \ - echo "static const char *lang_files[] = {" ; \ - for f in $(G_GTFILES_FILES_FILES); do echo "\"$$f\", "; done ; \ - echo "NULL };" ; \ - echo "static const char *langs_for_lang_files[] = {" ; \ - for f in $(G_GTFILES_FILES_LANGS); do echo "\"$$f\", "; done ; \ - echo "NULL };" ; \ - echo "static const char *all_files[] = {" ; \ - for f in $(G_GTFILES); do echo "\"$$f\", "; done ; \ - echo " NULL };" ; \ - echo "static const char *lang_dir_names[] = {" ; \ - echo "\"c\", " ; \ - for f in $(G_GTFILES_LANG_DIR_NAMES); do echo "\"$$f\", "; done ; \ - echo "NULL };" ; \ - ) >${.TARGET} - -config.h: Makefile - ${_MKTARGET_CREATE} - TM_DEFINES="$(G_tm_defines)" \ - HEADERS="$(G_host_xm_file)" XM_DEFINES="$(G_host_xm_defines)" \ - TARGET_CPU_DEFAULT="$(G_target_cpu_default)" \ - ${HOST_SH} ${GNUHOSTDIST}/gcc/mkconfig.sh ${.TARGET} - -tm_p.h: Makefile - ${_MKTARGET_CREATE} - TM_DEFINES="" \ - HEADERS="$(G_tm_p_file)" XM_DEFINES="" TARGET_CPU_DEFAULT="" \ - ${HOST_SH} ${GNUHOSTDIST}/gcc/mkconfig.sh ${.TARGET} - -CLEANFILES+= options.h -options.h: Makefile - ${_MKTARGET_CREATE} - for f in $(lang_options_files) ""; do \ - if [ -n "$$f" ] ; then echo "#include \"$$f\""; fi; \ - done | sed 's|$(GNUHOSTDIST)/gcc/||' >${.TARGET} - - -# Yuck, we have to run configure to generate this one... -CLEANFILES+= auto-build.h -auto-build.h: Makefile - ${_MKTARGET_CREATE} - rm -rf .ab && \ - mkdir .ab && \ - (cd .ab && \ - CC=${HOST_CC:Q} \ - MAKE=${MAKE:Q} \ - CONFIG_SHELL=${HOST_SH:Q} \ - ${HOST_SH} ${GNUHOSTDIST}/gcc/configure \ - --build=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \ - --host=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \ - --target=${MACHINE_GNU_PLATFORM} && \ - mv auto-host.h ../auto-build.h) && \ - rm -rf .ab - -# -# These are copies of files we build for the build host that are used -# by the genfoo programs. -# - -build-rtl.c: rtl.c \ - ${G_RTL_H} real.h ${G_GCC_H} errors.h gtype-desc.h - ${_MKTARGET_CREATE} - rm -f build-rtl.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/rtl.c >${.TARGET} -build-rtl.lo: ${HH} - -print-rtl1.c: print-rtl.c \ - ${G_RTL_H} ${G_TREE_H} hard-reg-set.h ${G_BASIC_BLOCK_H} - ${_MKTARGET_CREATE} - rm -f print-rtl1.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/print-rtl.c >${.TARGET} -print-rtl1.lo: ${HH} - -build-bitmap.c: bitmap.c \ - ${G_RTL_H} flags.h ${G_BASIC_BLOCK_H} ${REGS_H} ${G_GCC_H} gtype-desc.h - ${_MKTARGET_CREATE} - rm -f build-bitmap.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/bitmap.c >${.TARGET} -build-bitmap.lo: ${HH} - -build-errors.c: errors.c errors.h - ${_MKTARGET_CREATE} - rm -f build-errors.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/errors.c >${.TARGET} -build-errors.lo: ${HH} - -build-varray.c: varray.c \ - ${G_RTL_H} ${G_GCC_H} ${TREE_H} bitmap.h errors.h - ${_MKTARGET_CREATE} - rm -f build-varray.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/varray.c >${.TARGET} -build-varray.lo: ${HH} gtype-desc.h - -build-ggc-none.c: ggc-none.c \ - ${G_GCC_H} gtype-desc.h - ${_MKTARGET_CREATE} - rm -f build-ggc-none.c - sed -e 's/config[.]h/hconfig.h/' ${GNUHOSTDIST}/gcc/ggc-none.c >${.TARGET} -build-ggc-none.lo: ${HH} - -# -# The `early' insn-foo generators -# -EXTRADEPENDSEARLY= ${G_HOST_EARLY_SUPPORT:.o=.lo} ${G_HOST_RTL:.o=.lo} \ - ${G_HOST_ERRORS:.o=.lo} -.for f in conditions.c constants.h -CLEANFILES+= gen${f:R} insn-${f} - -gen${f:R}.lo: gen${f:R}.c ${HH} -gen${f:R}: gen${f:R}.lo ${EXTRADEPENDSEARLY} - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} -insn-${f}: gen${f:R} ${G_md_file} - ${_MKTARGET_CREATE} - ./gen${f:R} ${G_md_file} >${.TARGET} -.endfor - -# -# The normal insn-foo generators -# -.for f in gensupport.c read-rtl.c dummy-conditions.c -${f:R}.lo: ${HH} -.endfor - -EXTRADEPENDS= ${G_HOST_RTL:.o=.lo} ${G_HOST_SUPPORT:.o=.lo} \ - ${G_HOST_PRINT:.o=.lo} ${G_HOST_ERRORS:.o=.lo} -.for f in attr.h codes.h config.h emit.c extract.c flags.h opinit.c output.c \ - peep.c recog.c -CLEANFILES+= gen${f:R} insn-${f} - -gen${f:R}.lo: ${HH} -gen${f:R}: gen${f:R}.lo ${EXTRADEPENDS} - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} -insn-${f}: gen${f:R} ${G_md_file} - ${_MKTARGET_CREATE} - ./gen${f:R} ${G_md_file} >${.TARGET} -.endfor - -# -# "One of these things is not like the other" -# -CLEANFILES+= genattrtab insn-attrtab.c -genattrtab.lo: ${HH} gtype-desc.h -genautomata.lo: ${HH} -genattrtab: genattrtab.lo genautomata.lo ${EXTRADEPENDS} ${G_HOST_VARRAY:.o=.lo} - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${NBCOMPATLIB} ${HOSTLIBIBERTY} -lm -insn-attrtab.c: genattrtab ${G_md_file} - ${_MKTARGET_CREATE} - ./genattrtab ${G_md_file} >${.TARGET} - -# -# Required hard-coded dependancies. -# -genextract.lo: insn-config.h -insn-conditions.lo: insn-constants.h tm_p.h tm-preds.h - -insn-attrtab.o: insn-config.h ${G_HOST_RTLANAL:.o=.c} -insn-extract.o: insn-config.h -toplev.d toplev.o: options.h - -.PATH: ${DIST}/gcc ${DIST}/libiberty ${GCCARCH} ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/cc1/Makefile b/gnu/usr.bin/gcc3/cc1/Makefile deleted file mode 100644 index 0bddfbb19f4..00000000000 --- a/gnu/usr.bin/gcc3/cc1/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/09/23 09:04:40 matt Exp $ - -PROG= cc1 -SRCS= ${G_C_OBJS:Nlibcpp.a:.o=.c} main.c - -.include "../Makefile.backend" -.include "../Makefile.libcpp" - -.PATH: ${DIST}/gcc ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/cc1obj/Makefile b/gnu/usr.bin/gcc3/cc1obj/Makefile deleted file mode 100644 index 9cf37697ab9..00000000000 --- a/gnu/usr.bin/gcc3/cc1obj/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/09/23 09:04:40 matt Exp $ - -PROG= cc1obj -SRCS= ${G_OBJC_OBJS:Nlibcpp.a:.o=.c} main.c - -CPPFLAGS+= -I${DIST}/gcc/objc - -.include "../Makefile.backend" -.include "../Makefile.libcpp" - -.PATH: ${DIST}/gcc/objc ${DIST}/gcc ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/cc1plus/Makefile b/gnu/usr.bin/gcc3/cc1plus/Makefile deleted file mode 100644 index 3e475c7af5a..00000000000 --- a/gnu/usr.bin/gcc3/cc1plus/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/09/23 09:04:41 matt Exp $ - -PROG= cc1plus -SRCS= ${G_CXX_OBJS:Nlibcpp.a:.o=.c} ${G_CXX_C_OBJS:.o=.c} main.o - -CPPFLAGS+= -I${DIST}/gcc/cp - -.include "../Makefile.backend" -.include "../Makefile.libcpp" - -# YUCK. but see timevar.h:POP_TIMEVAR_AND_RETURN -CFLAGS+= -Wno-error # not good enough: -Wno-return-type - -.PATH: ${DIST}/gcc/cp ${DIST}/gcc ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/cpp/Makefile b/gnu/usr.bin/gcc3/cpp/Makefile deleted file mode 100644 index d67ba920ed7..00000000000 --- a/gnu/usr.bin/gcc3/cpp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2003/09/04 04:19:08 mrg Exp $ - -.include <bsd.own.mk> - -PROG= cpp -SRCS= cppspec.c - -CPPFLAGS+= -I${BACKENDOBJ} - -LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp - -TEXINFO= cpp.texi -INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include - -MAN= cpp.1 -MLINKS+= cpp.1 gcpp.1 cpp.1 cccp.1 - -.include "../Makefile.frontend" - -.include <bsd.info.mk> - -.PATH: ${DIST}/gcc ${DIST}/gcc/doc diff --git a/gnu/usr.bin/gcc3/f771/Makefile b/gnu/usr.bin/gcc3/f771/Makefile deleted file mode 100644 index 0e236dc5f80..00000000000 --- a/gnu/usr.bin/gcc3/f771/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2003/11/16 22:49:48 lukem Exp $ - -PROG= f771 -SRCS= ${G_F77_OBJS:.o=.c} main.c - -CPPFLAGS+= -I${DIST}/gcc/f -I. -HOST_CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} -DUSE_HCONFIG= \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -.for f in 1t 2t fo io nq op ot -DPSRCS+= str-${f}.h -.endfor - -fini: fini.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${HOSTLIBIBERTY} -CLEANFILES+= fini fini.lo - -.include "../Makefile.backend" - -.for f in 1t 2t fo io nq op ot -CLEANFILES+= str-${f}.h str-${f}.j - -str-${f}.h str-${f}.j: str-${f}.fin fini - ${_MKTARGET_CREATE} - ./fini ${>:M*.fin} str-${f}.j str-${f}.h -.endfor - -CLEANFILES+= main.c - -main.c: ${DIST}/gcc/main.c - rm -f main.c - ln -s $> main.c - -.PATH: ${DIST}/gcc/f ${DIST}/libiberty ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/frontend/Makefile b/gnu/usr.bin/gcc3/frontend/Makefile deleted file mode 100644 index a43cec682d9..00000000000 --- a/gnu/usr.bin/gcc3/frontend/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2006/02/25 12:04:23 simonb Exp $ - -MKPRIVATELIB= yes - -# For ../Makefile.inc and bsd.own.mk -.include <bsd.init.mk> - -LIB= frontend - -SRCS= gcc.c version.c intl.c prefix.c - -CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} -I${BACKENDOBJ} -I. \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ - -DPREFIX=\"/usr\" \ - -DDEFAULT_TARGET_VERSION=\"${G_version}\" \ - -DDEFAULT_TARGET_MACHINE=\"${MACHINE_GNU_PLATFORM}\" -HOST_CPPFLAGS+= -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -DPSRCS+= multilib.h specs.h - -MKPIC:= no -MKPICLIB:= no - -.include <bsd.lib.mk> - -.PATH: ${DIST}/gcc - -# -# Build the specs.h file -# -CLEANFILES+= specs.h -specs.h: Makefile - for f in cp f objc; do \ - echo "#include \"$$f/lang-specs.h\""; \ - done > specs.h diff --git a/gnu/usr.bin/gcc3/frontend/multilib.h b/gnu/usr.bin/gcc3/frontend/multilib.h deleted file mode 100644 index 464a10ee25b..00000000000 --- a/gnu/usr.bin/gcc3/frontend/multilib.h +++ /dev/null @@ -1,19 +0,0 @@ -/* $NetBSD: multilib.h,v 1.1 2003/07/25 16:32:35 mrg Exp $ */ -/* For the moment we don't do multilib. Use a static empty multilib spec file. */ - -static const char *const multilib_raw[] = { -". ;", -NULL -}; - -static const char *const multilib_matches_raw[] = { -NULL -}; - -static const char *multilib_extra = ""; - -static const char *const multilib_exclusions_raw[] = { -NULL -}; - -static const char *multilib_options = ""; diff --git a/gnu/usr.bin/gcc3/g++/Makefile b/gnu/usr.bin/gcc3/g++/Makefile deleted file mode 100644 index 54a57af6f78..00000000000 --- a/gnu/usr.bin/gcc3/g++/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/08/04 06:58:20 mrg Exp $ - -.include <bsd.own.mk> - -PROG= g++ -SRCS= g++spec.c - -CPPFLAGS+= -I${BACKENDOBJ} - -LINKS+= ${BINDIR}/g++ ${BINDIR}/c++ - -NOMAN= # defined - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc ${DIST}/gcc/cp diff --git a/gnu/usr.bin/gcc3/g77/Makefile b/gnu/usr.bin/gcc3/g77/Makefile deleted file mode 100644 index 3aae792bb94..00000000000 --- a/gnu/usr.bin/gcc3/g77/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/07/25 17:19:26 mrg Exp $ - -.include <bsd.own.mk> - -PROG= g77 -SRCS= g77spec.c - -CPPFLAGS+= -I${BACKENDOBJ} - -LINKS+= ${BINDIR}/g77 ${BINDIR}/f77 \ - ${BINDIR}/g77 ${BINDIR}/fort77 - -MAN= g77.1 -MLINKS= g77.1 f77.1 \ - g77.1 fort77.1 - -TEXINFO= g77.texi -INFOFLAGS= -I${DIST}/gcc/f -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc/f - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc3/gcc/Makefile b/gnu/usr.bin/gcc3/gcc/Makefile deleted file mode 100644 index eb661b30cfd..00000000000 --- a/gnu/usr.bin/gcc3/gcc/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/08/04 06:58:21 mrg Exp $ - -.include <bsd.own.mk> - -PROG= gcc -SRCS= gccspec.c - -CPPFLAGS+= -I${BACKENDOBJ} - -LINKS+= ${BINDIR}/gcc ${BINDIR}/cc - -MAN= gcc.1 -MLINKS= gcc.1 cc.1 gcc.1 g++.1 gcc.1 c++.1 - -TEXINFO= gcc.texi -INFOFLAGS= -I${DIST}/gcc/doc -I${DIST}/gcc/doc/include - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc ${DIST}/gcc/doc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc3/gcov/Makefile b/gnu/usr.bin/gcc3/gcov/Makefile deleted file mode 100644 index 5dffa232eab..00000000000 --- a/gnu/usr.bin/gcc3/gcov/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:37 mrg Exp $ - -.include <bsd.own.mk> - -PROG= gcov -SRCS= ${G_GCOV_OBJS:.o=.c} - -CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -BINDIR= /usr/bin - -MAN= gcov.1 - -.include <bsd.prog.mk> - -LDADD= -L${LIBIBERTYOBJ} -liberty - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc3/gcov/gcov.1 b/gnu/usr.bin/gcc3/gcov/gcov.1 deleted file mode 100644 index 05f25238bfd..00000000000 --- a/gnu/usr.bin/gcc3/gcov/gcov.1 +++ /dev/null @@ -1,127 +0,0 @@ -.\" $NetBSD: gcov.1,v 1.1 2003/07/25 16:32:37 mrg Exp $ -.\" -.\" Copyright (c) 1999 The NetBSD Foundation, Inc. -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the NetBSD -.\" Foundation, Inc. and its contributors. -.\" 4. Neither the name of The NetBSD Foundation nor the names of its -.\" contributors may be used to endorse or promote products derived -.\" from this software without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS -.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS -.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 13, 1999 -.Dt GCOV 1 -.Os -.Sh NAME -.Nm gcov -.Nd display basic block profile / coverage data -.Sh SYNOPSIS -.Nm -.Op Fl bflnv -.Op Fl o Ar dir -.Ar source.c -.Sh DESCRIPTION -The C compiler -.Xr gcc 1 -supports the command line options -.Fl fprofile-arcs -and -.Fl ftest-coverage . -These options cause the compiler to insert instrumentation into the -object files it generates which measure how often each basic block is -executed; in addition, when compiling a file named (for instance) -.Pa source.c , -in addition to generating the object file -.Pa source.o , -the compiler also generates -.Pa source.bb -and -.Pa source.bbg ; -these files describe the control flow graph of the program. -.Pp -When executed, the program will update execution counts for each -basic block in a file -named -.Pa source.da . -This file will be created if it doesn't exist. If the program is run -multiple times, the execution counts will reflect all runs of the -program since the file was first created. -The -.Xr gcov 1 -program can then be used to display the collected data in -human-readable form. When the command -.Dl gcov Pa source.c -is run, a copy of the source file with execution counts prepended to each line is -created in -.Pa source.c.gcov , -and some summary statistics are printed to standard output. -.Pp -The following options are available: -.Bl -tag -width -o-dir -.It Fl b -Include information about branch frequencies in the output file and -on standard output. -.It Fl f -Output function-level summaries in addition to a summary for the whole -source file. -.It Fl l -Create longer unambiguous names when executable code in the object -comes from an included header file rather than the main file. -If, for example, -.Pa source.c -includes one or more header files -.Pa header.h -which include instrumented code, the report for this code will be put -in -.Pa source.c.header.h.gcov -instead of the default -.Pa header.h.gcov . -.It Fl n -Do not create output files (but still display summaries to standard -output). -.It Fl v -Display the version number of -.Xr gcov 1 -.It Fl o Ar dir -Find -.Pa .bb , -.Pa .bbg , -and -.Pa .da -files in the directory -.Pa dir . -.El -.Sh SEE ALSO -.Xr gcc 1 , -.Xr gprof 1 -.br -The -.Sq gcc -entry in -.Xr info 1 -.Sh HISTORY -.Nm -appeared in -.Nx 1.4 . diff --git a/gnu/usr.bin/gcc3/host-libiberty/Makefile b/gnu/usr.bin/gcc3/host-libiberty/Makefile deleted file mode 100644 index 4b9bff0dc22..00000000000 --- a/gnu/usr.bin/gcc3/host-libiberty/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2006/09/29 20:14:10 apb Exp $ - -libiberty/libiberty.a: - [ ! -d libiberty ] && mkdir libiberty || exit 0 - (cd libiberty; \ - CC=${HOST_CC:Q} \ - MAKE=${MAKE:Q} \ - CONFIG_SHELL=${HOST_SH:Q} \ - ${HOST_SH} ${DIST}/libiberty/configure \ - && CC=${HOST_CC:Q} ${MAKE}) - -cleandir: - -rm -rf libiberty - -depend dependall all: libiberty/libiberty.a - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gcc3/include/Makefile b/gnu/usr.bin/gcc3/include/Makefile deleted file mode 100644 index b445a64ce23..00000000000 --- a/gnu/usr.bin/gcc3/include/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/05/08 09:13:49 martin Exp $ - -NOOBJ= # defined - -.if ${MACHINE_ARCH} == "powerpc" -INCS= altivec.h -.elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" -INCS= emmintrin.h mmintrin.h xmmintrin.h -.endif - -INCSDIR= /usr/include - -.include <bsd.prog.mk> - -.PATH: ${G_out_file:H} diff --git a/gnu/usr.bin/gcc3/libcpp/Makefile b/gnu/usr.bin/gcc3/libcpp/Makefile deleted file mode 100644 index 87a873a05ff..00000000000 --- a/gnu/usr.bin/gcc3/libcpp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2006/02/25 12:04:23 simonb Exp $ - -MKPRIVATELIB= yes - -LIB= cpp - -SRCS= ${G_LIBCPP_OBJS:.o=.c} - -CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} -I${BACKENDOBJ} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ - -DPREFIX=\"/usr\" - -# XXX gcc332 gets an ICE compiling cppmacro.c with -O2. -.if ${MACHINE_ARCH} == "ns32k" -COPTS.cppmacro.c= -O1 -.endif - -.include <bsd.lib.mk> - -${OBJS}: ${G_LIBCPP_DEPS} - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc3/libiberty/Makefile b/gnu/usr.bin/gcc3/libiberty/Makefile deleted file mode 100644 index 25963e6a898..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2006/02/25 12:04:23 simonb Exp $ - -MKPRIVATELIB= yes - -.include <bsd.own.mk> - -LIB= iberty - -.include "${.CURDIR}/defs.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/gcc -GNUHOSTDIST= ${NETBSDSRCDIR}/gnu/dist/gcc - -SRCS= ${G_REQUIRED_OFILES:.o=.c} ${G_EXTRA_OFILES:.o=.c} \ - ${G_LIBOBJS:.o=.c} ${G_ALLOCA:.o=.c} - -CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/arch/${MACHINE_ARCH} \ - -I${DIST}/include - -.PATH: ${DIST}/libiberty - -.include <bsd.lib.mk> diff --git a/gnu/usr.bin/gcc3/libiberty/arch/alpha/config.h b/gnu/usr.bin/gcc3/libiberty/arch/alpha/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/alpha/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/arm/config.h b/gnu/usr.bin/gcc3/libiberty/arch/arm/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/arm/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/armeb/config.h b/gnu/usr.bin/gcc3/libiberty/arch/armeb/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/armeb/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/hppa/config.h b/gnu/usr.bin/gcc3/libiberty/arch/hppa/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/hppa/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/i386/config.h b/gnu/usr.bin/gcc3/libiberty/arch/i386/config.h deleted file mode 100644 index 7a540efb664..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/i386/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION -1 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/m68000/config.h b/gnu/usr.bin/gcc3/libiberty/arch/m68000/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/m68000/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/m68k/config.h b/gnu/usr.bin/gcc3/libiberty/arch/m68k/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/m68k/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/mipseb/config.h b/gnu/usr.bin/gcc3/libiberty/arch/mipseb/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/mipseb/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/mipsel/config.h b/gnu/usr.bin/gcc3/libiberty/arch/mipsel/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/mipsel/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/ns32k/config.h b/gnu/usr.bin/gcc3/libiberty/arch/ns32k/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/ns32k/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/powerpc/config.h b/gnu/usr.bin/gcc3/libiberty/arch/powerpc/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/powerpc/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/sh3eb/config.h b/gnu/usr.bin/gcc3/libiberty/arch/sh3eb/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/sh3eb/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/sh3el/config.h b/gnu/usr.bin/gcc3/libiberty/arch/sh3el/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/sh3el/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/sh5el/config.h b/gnu/usr.bin/gcc3/libiberty/arch/sh5el/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/sh5el/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/sparc/config.h b/gnu/usr.bin/gcc3/libiberty/arch/sparc/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/sparc/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/sparc64/config.h b/gnu/usr.bin/gcc3/libiberty/arch/sparc64/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/sparc64/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/vax/config.h b/gnu/usr.bin/gcc3/libiberty/arch/vax/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/vax/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/arch/x86_64/config.h b/gnu/usr.bin/gcc3/libiberty/arch/x86_64/config.h deleted file mode 100644 index d592136b820..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/arch/x86_64/config.h +++ /dev/null @@ -1,318 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you have a working `mmap' system call. */ -#define HAVE_MMAP 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 `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* 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 vfork as fork if vfork does not work. */ -/* #undef vfork */ - -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#define uintptr_t unsigned long - -/* Define if you have the _doprnt function. */ -/* #undef HAVE__DOPRNT */ - -/* Define if you have the asprintf function. */ -#define HAVE_ASPRINTF 1 - -/* Define if you have the atexit function. */ -#define HAVE_ATEXIT 1 - -/* Define if you have the basename function. */ -#define HAVE_BASENAME 1 - -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 - -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 - -/* Define if you have the bsearch function. */ -#define HAVE_BSEARCH 1 - -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 - -/* Define if you have the calloc function. */ -#define HAVE_CALLOC 1 - -/* Define if you have the canonicalize_file_name function. */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the ffs function. */ -#define HAVE_FFS 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the getsysinfo function. */ -/* #undef HAVE_GETSYSINFO */ - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the index function. */ -#define HAVE_INDEX 1 - -/* Define if you have the insque function. */ -#define HAVE_INSQUE 1 - -/* Define if you have the memchr function. */ -#define HAVE_MEMCHR 1 - -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 - -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 - -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 - -/* Define if you have the mkstemps function. */ -/* #undef HAVE_MKSTEMPS */ - -/* Define if you have the on_exit function. */ -/* #undef HAVE_ON_EXIT */ - -/* Define if you have the psignal function. */ -#define HAVE_PSIGNAL 1 - -/* Define if you have the pstat_getdynamic function. */ -/* #undef HAVE_PSTAT_GETDYNAMIC */ - -/* Define if you have the pstat_getstatic function. */ -/* #undef HAVE_PSTAT_GETSTATIC */ - -/* Define if you have the putenv function. */ -#define HAVE_PUTENV 1 - -/* Define if you have the random function. */ -#define HAVE_RANDOM 1 - -/* Define if you have the realpath function. */ -#define HAVE_REALPATH 1 - -/* Define if you have the rename function. */ -#define HAVE_RENAME 1 - -/* Define if you have the rindex function. */ -#define HAVE_RINDEX 1 - -/* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 - -/* Define if you have the setenv function. */ -#define HAVE_SETENV 1 - -/* Define if you have the sigsetmask function. */ -#define HAVE_SIGSETMASK 1 - -/* 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 strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the strncasecmp function. */ -#define HAVE_STRNCASECMP 1 - -/* Define if you have the strrchr function. */ -#define HAVE_STRRCHR 1 - -/* Define if you have the strsignal function. */ -#define HAVE_STRSIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the strtod function. */ -#define HAVE_STRTOD 1 - -/* Define if you have the strtol function. */ -#define HAVE_STRTOL 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 sysctl function. */ -#define HAVE_SYSCTL 1 - -/* Define if you have the sysmp function. */ -/* #undef HAVE_SYSMP */ - -/* Define if you have the table function. */ -/* #undef HAVE_TABLE */ - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the tmpnam function. */ -#define HAVE_TMPNAM 1 - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the vfprintf function. */ -#define HAVE_VFPRINTF 1 - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define if you have the vsprintf function. */ -#define HAVE_VSPRINTF 1 - -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 - -/* Define if you have the <alloca.h> header file. */ -/* #undef HAVE_ALLOCA_H */ - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <machine/hal_sysinfo.h> header file. */ -/* #undef HAVE_MACHINE_HAL_SYSINFO_H */ - -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 - -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 - -/* Define if you have the <sys/mman.h> header file. */ -#define HAVE_SYS_MMAN_H 1 - -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define if you have the <sys/pstat.h> header file. */ -/* #undef HAVE_SYS_PSTAT_H */ - -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/sysctl.h> header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define if you have the <sys/sysinfo.h> header file. */ -/* #undef HAVE_SYS_SYSINFO_H */ - -/* Define if you have the <sys/sysmp.h> header file. */ -/* #undef HAVE_SYS_SYSMP_H */ - -/* Define if you have the <sys/systemcfg.h> header file. */ -/* #undef HAVE_SYS_SYSTEMCFG_H */ - -/* Define if you have the <sys/table.h> header file. */ -/* #undef HAVE_SYS_TABLE_H */ - -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if errno must be declared even when <errno.h> is included. */ -/* #undef NEED_DECLARATION_ERRNO */ - -/* Define if you have the `uintptr_t' type. */ -#define HAVE_UINTPTR_T 1 - -/* Define if you have the sys_errlist variable. */ -#define HAVE_SYS_ERRLIST 1 - -/* Define if you have the sys_nerr variable. */ -#define HAVE_SYS_NERR 1 - -/* Define if you have the sys_siglist variable. */ -#define HAVE_SYS_SIGLIST 1 - -/* 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 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 */ -#define STACK_DIRECTION 0 - -/* Define if you have the _system_configuration variable. */ -/* #undef HAVE__SYSTEM_CONFIGURATION */ - -/* Define if canonicalize_file_name is not declared in system header files. */ -#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 - diff --git a/gnu/usr.bin/gcc3/libiberty/defs.mk b/gnu/usr.bin/gcc3/libiberty/defs.mk deleted file mode 100644 index b2ff2442c5d..00000000000 --- a/gnu/usr.bin/gcc3/libiberty/defs.mk +++ /dev/null @@ -1,8 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.20 2006/06/09 15:30:52 skrll Exp -# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp -# -G_ALLOCA= -G_EXTRA_OFILES= -G_LIBOBJS=mkstemps.o strncmp.o -G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o diff --git a/gnu/usr.bin/gcc3/protoize/Makefile b/gnu/usr.bin/gcc3/protoize/Makefile deleted file mode 100644 index 4130316bcd2..00000000000 --- a/gnu/usr.bin/gcc3/protoize/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:40 mrg Exp $ - -NOMAN= # defined - -.include <bsd.own.mk> - -PROG= protoize -SRCS= protoize.c ${G_PROTO_OBJS:.o=.c} - -CPPFLAGS+= -I${BACKENDOBJ} \ - -DDEFAULT_TARGET_MACHINE=\"\" \ - -DDEFAULT_TARGET_VERSION=\"\" - - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc3/unprotoize/Makefile b/gnu/usr.bin/gcc3/unprotoize/Makefile deleted file mode 100644 index 3a3f47f9e02..00000000000 --- a/gnu/usr.bin/gcc3/unprotoize/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:41 mrg Exp $ - -NOMAN= # defined - -.include <bsd.own.mk> - -PROG= unprotoize -SRCS= protoize.c ${G_PROTO_OBJS:.o=.c} - -CPPFLAGS+= -I${BACKENDOBJ} \ - -DUNPROTOIZE \ - -DDEFAULT_TARGET_MACHINE=\"\" \ - -DDEFAULT_TARGET_VERSION=\"\" - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> |
