diff options
| author | mrg <mrg@NetBSD.org> | 2006-06-02 22:16:18 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-06-02 22:16:18 +0000 |
| commit | db19e89e04ef4a31ce779771479fada19bccde62 (patch) | |
| tree | f769c037f78e65d4c9e9b31871b835b6611ade1e /gnu/usr.bin | |
| parent | 2aeadc072d1c932e50a384bebd4c0716c5c8b7a8 (diff) | |
remove support for building (with) GCC 2.95. also:
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
Diffstat (limited to 'gnu/usr.bin')
139 files changed, 8 insertions, 6815 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 502a6e6ed6f..4f5a994b8f6 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2006/04/07 19:38:58 mrg Exp $ +# $NetBSD: Makefile,v 1.123 2006/06/02 22:16:20 mrg Exp $ # for OBJECT_FMT .include <bsd.own.mk> @@ -22,9 +22,7 @@ SUBDIR+= gdb53 .endif .if ${MKGCCCMDS} != "no" -.if ${HAVE_GCC} == "2" -SUBDIR+= gcc -.elif ${HAVE_GCC} == "3" +.if ${HAVE_GCC} == "3" SUBDIR+= gcc3 .else SUBDIR+= gcc4 diff --git a/gnu/usr.bin/gcc/Makefile b/gnu/usr.bin/gcc/Makefile deleted file mode 100644 index da3507cb671..00000000000 --- a/gnu/usr.bin/gcc/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.18 2002/09/17 23:18:30 thorpej Exp $ - -NOOBJ=# defined - -.include <bsd.own.mk> - -.if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) - -SUBDIR+= backend frontend cpp0 gcov .WAIT \ - cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize - -.include <bsd.subdir.mk> - -.else -# Do nothing. (PROG undefined) -.include <bsd.prog.mk> -.endif diff --git a/gnu/usr.bin/gcc/Makefile.backend b/gnu/usr.bin/gcc/Makefile.backend deleted file mode 100644 index d4635cf3eab..00000000000 --- a/gnu/usr.bin/gcc/Makefile.backend +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile.backend,v 1.4 2002/09/19 03:09:35 lukem 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> - -LIBIBERTYOBJ!= cd ${NETBSDSRCDIR}/gnu/lib/libiberty && ${PRINTOBJDIR} -BACKENDOBJ!= cd ${.CURDIR}/../backend && ${PRINTOBJDIR} - -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/gcc/Makefile.frontend b/gnu/usr.bin/gcc/Makefile.frontend deleted file mode 100644 index 69280ab2372..00000000000 --- a/gnu/usr.bin/gcc/Makefile.frontend +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile.frontend,v 1.3 2002/09/19 03:09:36 lukem Exp $ - -BINDIR= /usr/bin - -CPPFLAGS+= -I${GCCARCH} -I${FRONTENDOBJ} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -.include <bsd.own.mk> - -LIBIBERTYOBJ!= cd ${NETBSDSRCDIR}/gnu/lib/libiberty && ${PRINTOBJDIR} -FRONTENDOBJ!= cd ${.CURDIR}/../frontend && ${PRINTOBJDIR} - -DPADD= ${FRONTENDOBJ}/libfrontend.a ${LIBIBERTYOBJ}/libiberty.a -LDADD= -L${FRONTENDOBJ} -lfrontend -L${LIBIBERTYOBJ} -liberty - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gcc/Makefile.inc b/gnu/usr.bin/gcc/Makefile.inc deleted file mode 100644 index 7acf31ef6fb..00000000000 --- a/gnu/usr.bin/gcc/Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.6 2003/04/04 00:25:07 thorpej Exp $ - -.include <bsd.own.mk> - -TOP= ${NETBSDSRCDIR}/gnu -DIST= ${TOP}/dist/toolchain - -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 - -.include "${GCCARCH}/defs.mk" diff --git a/gnu/usr.bin/gcc/arch/alpha/auto-host.h b/gnu/usr.bin/gcc/arch/alpha/auto-host.h deleted file mode 100644 index de13e4dbf50..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/alpha/config.h b/gnu/usr.bin/gcc/arch/alpha/config.h deleted file mode 100644 index 407bc487225..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "alpha/xm-alpha.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "xm-target64.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/alpha/defs.mk b/gnu/usr.bin/gcc/arch/alpha/defs.mk deleted file mode 100644 index 14cdd3c49ff..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp -# -G_ALL_CFLAGS= -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/alpha/alpha.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o alpha.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/alpha/alpha.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/alpha/gencheck.h b/gnu/usr.bin/gcc/arch/alpha/gencheck.h deleted file mode 100644 index 3361dede3eb..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/alpha/options.h b/gnu/usr.bin/gcc/arch/alpha/options.h deleted file mode 100644 index 09bf5af325e..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/alpha/specs.h b/gnu/usr.bin/gcc/arch/alpha/specs.h deleted file mode 100644 index 758f11868a5..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/alpha/tconfig.h b/gnu/usr.bin/gcc/arch/alpha/tconfig.h deleted file mode 100644 index 6a681235c37..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "alpha/xm-alpha.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/alpha/tm.h b/gnu/usr.bin/gcc/arch/alpha/tm.h deleted file mode 100644 index 1a438e8b25c..00000000000 --- a/gnu/usr.bin/gcc/arch/alpha/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ - -#define TARGET_CPU_DEFAULT ((MASK_GAS|MASK_GAS)) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "alpha/netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/arm/auto-host.h b/gnu/usr.bin/gcc/arch/arm/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/arm/config.h b/gnu/usr.bin/gcc/arch/arm/config.h deleted file mode 100644 index b43bf20881c..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "arm/xm-arm.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/arm/defs.mk b/gnu/usr.bin/gcc/arch/arm/defs.mk deleted file mode 100644 index 97f4a698640..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/arm/arm.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o arm.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/arm/arm.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/arm/gencheck.h b/gnu/usr.bin/gcc/arch/arm/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/arm/options.h b/gnu/usr.bin/gcc/arch/arm/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/arm/specs.h b/gnu/usr.bin/gcc/arch/arm/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/arm/tconfig.h b/gnu/usr.bin/gcc/arch/arm/tconfig.h deleted file mode 100644 index a102e6c1f90..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/tconfig.h +++ /dev/null @@ -1,15 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "arm/xm-arm.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/arm/tm.h b/gnu/usr.bin/gcc/arch/arm/tm.h deleted file mode 100644 index 3e42375cbe4..00000000000 --- a/gnu/usr.bin/gcc/arch/arm/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_generic) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/armeb/auto-host.h b/gnu/usr.bin/gcc/arch/armeb/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/armeb/config.h b/gnu/usr.bin/gcc/arch/armeb/config.h deleted file mode 100644 index b43bf20881c..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "arm/xm-arm.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/armeb/defs.mk b/gnu/usr.bin/gcc/arch/armeb/defs.mk deleted file mode 100644 index 376e42fb9c6..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=l-print-rtl.o -G_HOST_RTL=l-rtl.o l-bitmap.o -G_HOST_RTLANAL=l-rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/arm/arm.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o arm.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/arm/arm.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/armeb/gencheck.h b/gnu/usr.bin/gcc/arch/armeb/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/armeb/options.h b/gnu/usr.bin/gcc/arch/armeb/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/armeb/specs.h b/gnu/usr.bin/gcc/arch/armeb/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/armeb/tconfig.h b/gnu/usr.bin/gcc/arch/armeb/tconfig.h deleted file mode 100644 index c2998984661..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/tconfig.h +++ /dev/null @@ -1,15 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "arm/xm-arm.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/armeb/tm.h b/gnu/usr.bin/gcc/arch/armeb/tm.h deleted file mode 100644 index cda4b174bb8..00000000000 --- a/gnu/usr.bin/gcc/arch/armeb/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_generic) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "arm/netbsd-elf-be.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/i386/auto-host.h b/gnu/usr.bin/gcc/arch/i386/auto-host.h deleted file mode 100644 index 22f9b45cb50..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/i386/config.h b/gnu/usr.bin/gcc/arch/i386/config.h deleted file mode 100644 index 5c233634f94..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "i386/xm-i386.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/i386/defs.mk b/gnu/usr.bin/gcc/arch/i386/defs.mk deleted file mode 100644 index aedba6e36ef..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_HOST_LIBS=` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/i386/i386.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o i386.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/i386/i386.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/i386/gencheck.h b/gnu/usr.bin/gcc/arch/i386/gencheck.h deleted file mode 100644 index 3f3a91d08ed..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/i386/options.h b/gnu/usr.bin/gcc/arch/i386/options.h deleted file mode 100644 index 9cfc2c9ef08..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/i386/specs.h b/gnu/usr.bin/gcc/arch/i386/specs.h deleted file mode 100644 index 707b2ab6b35..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/i386/tconfig.h b/gnu/usr.bin/gcc/arch/i386/tconfig.h deleted file mode 100644 index 3d6c2d55731..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "i386/xm-i386.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/i386/tm.h b/gnu/usr.bin/gcc/arch/i386/tm.h deleted file mode 100644 index d49f898d871..00000000000 --- a/gnu/usr.bin/gcc/arch/i386/tm.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "i386/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68000/auto-host.h b/gnu/usr.bin/gcc/arch/m68000/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/m68000/config.h b/gnu/usr.bin/gcc/arch/m68000/config.h deleted file mode 100644 index 5745ba61dca..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/xm-m68k.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68000/defs.mk b/gnu/usr.bin/gcc/arch/m68000/defs.mk deleted file mode 100644 index 1ae9c66af27..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/m68k/m68k.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o m68k.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/m68k/m68k.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/m68000/gencheck.h b/gnu/usr.bin/gcc/arch/m68000/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/m68000/options.h b/gnu/usr.bin/gcc/arch/m68000/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/m68000/specs.h b/gnu/usr.bin/gcc/arch/m68000/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/m68000/tconfig.h b/gnu/usr.bin/gcc/arch/m68000/tconfig.h deleted file mode 100644 index 749c5b1283a..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/xm-m68k.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68000/tm.h b/gnu/usr.bin/gcc/arch/m68000/tm.h deleted file mode 100644 index 3c176d4207b..00000000000 --- a/gnu/usr.bin/gcc/arch/m68000/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (0) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68k/auto-host.h b/gnu/usr.bin/gcc/arch/m68k/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/m68k/config.h b/gnu/usr.bin/gcc/arch/m68k/config.h deleted file mode 100644 index 5745ba61dca..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/xm-m68k.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68k/defs.mk b/gnu/usr.bin/gcc/arch/m68k/defs.mk deleted file mode 100644 index 1ae9c66af27..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/m68k/m68k.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o m68k.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/m68k/m68k.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/m68k/gencheck.h b/gnu/usr.bin/gcc/arch/m68k/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/m68k/options.h b/gnu/usr.bin/gcc/arch/m68k/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/m68k/specs.h b/gnu/usr.bin/gcc/arch/m68k/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/m68k/tconfig.h b/gnu/usr.bin/gcc/arch/m68k/tconfig.h deleted file mode 100644 index 749c5b1283a..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/xm-m68k.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/m68k/tm.h b/gnu/usr.bin/gcc/arch/m68k/tm.h deleted file mode 100644 index 349e341cccf..00000000000 --- a/gnu/usr.bin/gcc/arch/m68k/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (MASK_68020|MASK_68881|MASK_BITFIELD) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "m68k/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipseb/auto-host.h b/gnu/usr.bin/gcc/arch/mipseb/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/mipseb/config.h b/gnu/usr.bin/gcc/arch/mipseb/config.h deleted file mode 100644 index ac60d140025..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/xm-mips.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipseb/defs.mk b/gnu/usr.bin/gcc/arch/mipseb/defs.mk deleted file mode 100644 index f663938a844..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -DTARGET_BIG_ENDIAN_DEFAULT -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/mips/mips.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o mips.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/mips/mips.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/mipseb/gencheck.h b/gnu/usr.bin/gcc/arch/mipseb/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/mipseb/options.h b/gnu/usr.bin/gcc/arch/mipseb/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/mipseb/specs.h b/gnu/usr.bin/gcc/arch/mipseb/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/mipseb/tconfig.h b/gnu/usr.bin/gcc/arch/mipseb/tconfig.h deleted file mode 100644 index 0c72ffc76e7..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/xm-mips.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipseb/tm.h b/gnu/usr.bin/gcc/arch/mipseb/tm.h deleted file mode 100644 index 8515f7c84e1..00000000000 --- a/gnu/usr.bin/gcc/arch/mipseb/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (16) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipsel/auto-host.h b/gnu/usr.bin/gcc/arch/mipsel/auto-host.h deleted file mode 100644 index ea90208f0f6..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* 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 supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/mipsel/config.h b/gnu/usr.bin/gcc/arch/mipsel/config.h deleted file mode 100644 index 8bf61e95282..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/xm-mips.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipsel/defs.mk b/gnu/usr.bin/gcc/arch/mipsel/defs.mk deleted file mode 100644 index 181107360f8..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/defs.mk +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_DRIVER_DEFINES=-DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.3\" -DDEFAULT_TARGET_MACHINE=\"mipsel-unknown-netbsd1.5W\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\" -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/mips/mips.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o mips.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/mips/mips.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/mipsel/gencheck.h b/gnu/usr.bin/gcc/arch/mipsel/gencheck.h deleted file mode 100644 index f5cc1a797ec..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/mipsel/options.h b/gnu/usr.bin/gcc/arch/mipsel/options.h deleted file mode 100644 index 2313b1d5311..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/mipsel/specs.h b/gnu/usr.bin/gcc/arch/mipsel/specs.h deleted file mode 100644 index fb5c680ca29..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/mipsel/tconfig.h b/gnu/usr.bin/gcc/arch/mipsel/tconfig.h deleted file mode 100644 index 1fcec4a4c31..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/xm-mips.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/mipsel/tm.h b/gnu/usr.bin/gcc/arch/mipsel/tm.h deleted file mode 100644 index 4f2af80892a..00000000000 --- a/gnu/usr.bin/gcc/arch/mipsel/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp */ - -#define TARGET_CPU_DEFAULT (16) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "mips/netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/powerpc/auto-host.h b/gnu/usr.bin/gcc/arch/powerpc/auto-host.h deleted file mode 100644 index b6aeab3e9e0..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/powerpc/config.h b/gnu/usr.bin/gcc/arch/powerpc/config.h deleted file mode 100644 index 3fbf68077f4..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "rs6000/xm-sysv4.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/powerpc/defs.mk b/gnu/usr.bin/gcc/arch/powerpc/defs.mk deleted file mode 100644 index ca0c31aba61..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/rs6000/rs6000.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o rs6000.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/rs6000/rs6000.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/powerpc/gencheck.h b/gnu/usr.bin/gcc/arch/powerpc/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/powerpc/options.h b/gnu/usr.bin/gcc/arch/powerpc/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/powerpc/specs.h b/gnu/usr.bin/gcc/arch/powerpc/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/powerpc/tconfig.h b/gnu/usr.bin/gcc/arch/powerpc/tconfig.h deleted file mode 100644 index 03e07ceadb1..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "rs6000/xm-sysv4.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/powerpc/tm.h b/gnu/usr.bin/gcc/arch/powerpc/tm.h deleted file mode 100644 index 4ce75b0d88f..00000000000 --- a/gnu/usr.bin/gcc/arch/powerpc/tm.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "rs6000/netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3eb/auto-host.h b/gnu/usr.bin/gcc/arch/sh3eb/auto-host.h deleted file mode 100644 index b48df202487..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/sh3eb/config.h b/gnu/usr.bin/gcc/arch/sh3eb/config.h deleted file mode 100644 index d5ac7facebc..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/xm-sh.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3eb/defs.mk b/gnu/usr.bin/gcc/arch/sh3eb/defs.mk deleted file mode 100644 index 70d56fb540c..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=l-print-rtl.o -G_HOST_RTL=l-rtl.o l-bitmap.o -G_HOST_RTLANAL=l-rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/sh/sh.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sh.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/sh/sh.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/sh3eb/gencheck.h b/gnu/usr.bin/gcc/arch/sh3eb/gencheck.h deleted file mode 100644 index 1a9bbe0c482..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/sh3eb/options.h b/gnu/usr.bin/gcc/arch/sh3eb/options.h deleted file mode 100644 index 21c15298cb8..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/sh3eb/specs.h b/gnu/usr.bin/gcc/arch/sh3eb/specs.h deleted file mode 100644 index 8f25388e3ed..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/sh3eb/tconfig.h b/gnu/usr.bin/gcc/arch/sh3eb/tconfig.h deleted file mode 100644 index 325ea376c9b..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/xm-sh.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3eb/tm.h b/gnu/usr.bin/gcc/arch/sh3eb/tm.h deleted file mode 100644 index 43e66b6fb77..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3eb/tm.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3el/auto-host.h b/gnu/usr.bin/gcc/arch/sh3el/auto-host.h deleted file mode 100644 index 8f7d2061b31..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/sh3el/config.h b/gnu/usr.bin/gcc/arch/sh3el/config.h deleted file mode 100644 index 8fdfc3594be..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/xm-sh.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3el/defs.mk b/gnu/usr.bin/gcc/arch/sh3el/defs.mk deleted file mode 100644 index 3ea23c2f938..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=l-print-rtl.o -G_HOST_RTL=l-rtl.o l-bitmap.o -G_HOST_RTLANAL=l-rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/sh/sh.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sh.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/sh/sh.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/sh3el/gencheck.h b/gnu/usr.bin/gcc/arch/sh3el/gencheck.h deleted file mode 100644 index 901890f9762..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/sh3el/options.h b/gnu/usr.bin/gcc/arch/sh3el/options.h deleted file mode 100644 index 1e713b2150d..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/sh3el/specs.h b/gnu/usr.bin/gcc/arch/sh3el/specs.h deleted file mode 100644 index 1ff93af74ac..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/sh3el/tconfig.h b/gnu/usr.bin/gcc/arch/sh3el/tconfig.h deleted file mode 100644 index f8584250dd1..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/xm-sh.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sh3el/tm.h b/gnu/usr.bin/gcc/arch/sh3el/tm.h deleted file mode 100644 index d180d342665..00000000000 --- a/gnu/usr.bin/gcc/arch/sh3el/tm.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.5 2002/02/27 16:45:11 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sh/netbsd-elf.h" -#endif -#ifdef IN_GCC -#include "sh/netbsd-elf-little.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc/auto-host.h b/gnu/usr.bin/gcc/arch/sparc/auto-host.h deleted file mode 100644 index a948b375cb7..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* 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 supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/sparc/config.h b/gnu/usr.bin/gcc/arch/sparc/config.h deleted file mode 100644 index 2055ae5fece..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/xm-sparc.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc/defs.mk b/gnu/usr.bin/gcc/arch/sparc/defs.mk deleted file mode 100644 index 714bfa98741..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/sparc/sparc.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/sparc/sparc.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/sparc/gencheck.h b/gnu/usr.bin/gcc/arch/sparc/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/sparc/options.h b/gnu/usr.bin/gcc/arch/sparc/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/sparc/specs.h b/gnu/usr.bin/gcc/arch/sparc/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/sparc/tconfig.h b/gnu/usr.bin/gcc/arch/sparc/tconfig.h deleted file mode 100644 index b69d038dd14..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/xm-sparc.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc/tm.h b/gnu/usr.bin/gcc/arch/sparc/tm.h deleted file mode 100644 index 24a594b09b0..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_sparc) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc64/auto-host.h b/gnu/usr.bin/gcc/arch/sparc64/auto-host.h deleted file mode 100644 index a948b375cb7..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* 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 supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/sparc64/config.h b/gnu/usr.bin/gcc/arch/sparc64/config.h deleted file mode 100644 index 5e0a8ae0646..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/xm-sp64.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "xm-target64.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc64/defs.mk b/gnu/usr.bin/gcc/arch/sparc64/defs.mk deleted file mode 100644 index 714bfa98741..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/sparc/sparc.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/sparc/sparc.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/sparc64/gencheck.h b/gnu/usr.bin/gcc/arch/sparc64/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/sparc64/options.h b/gnu/usr.bin/gcc/arch/sparc64/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/sparc64/specs.h b/gnu/usr.bin/gcc/arch/sparc64/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/sparc64/tconfig.h b/gnu/usr.bin/gcc/arch/sparc64/tconfig.h deleted file mode 100644 index df743630f3b..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/xm-sp64.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/sparc64/tm.h b/gnu/usr.bin/gcc/arch/sparc64/tm.h deleted file mode 100644 index 524bbb0e907..00000000000 --- a/gnu/usr.bin/gcc/arch/sparc64/tm.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#define TARGET_CPU_DEFAULT (TARGET_CPU_sparc64) -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "sparc/netbsd64.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/vax/auto-host.h b/gnu/usr.bin/gcc/arch/vax/auto-host.h deleted file mode 100644 index 6732afeff4d..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/auto-host.h +++ /dev/null @@ -1,370 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -/* auto-host.h. Generated automatically by configure. */ -/* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you can safely include both <string.h> and <strings.h>. */ -#define STRING_WITH_STRINGS 1 - -/* Define if printf supports "%p". */ -#define HAVE_PRINTF_PTR 1 - -/* Define if you want expensive run-time checks. */ -/* #undef ENABLE_CHECKING */ - -/* Define to 1 if NLS is requested. */ -/* #undef ENABLE_NLS */ - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -/* #undef HAVE_CATGETS */ - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ - -/* Define if your cpp understands the stringify operator. */ -#define HAVE_CPP_STRINGIFY 1 - -/* Define if your compiler understands volatile. */ -#define HAVE_VOLATILE 1 - -/* Define if your assembler supports specifying the maximum number - of bytes to skip when using the GAS .p2align command. */ -/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */ - -/* Define if your assembler supports .balign and .p2align. */ -/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */ - -/* Define if your assembler supports .subsection and .subsection -1 starts - emitting at the beginning of your section */ -/* #undef HAVE_GAS_SUBSECTION_ORDERING */ - -/* Define if your assembler uses the old HImode fild and fist notation. */ -/* #undef HAVE_GAS_FILDS_FISTS */ - -/* Define if you have a working <inttypes.h> header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* Define if your locale.h file contains LC_MESSAGES. */ -#define HAVE_LC_MESSAGES 1 - -/* Define as 1 if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ - -/* Whether malloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_MALLOC */ - -/* Whether realloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_REALLOC */ - -/* Whether calloc must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_CALLOC */ - -/* Whether free must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_FREE */ - -/* Whether bcopy must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCOPY */ - -/* Whether bcmp must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BCMP */ - -/* Whether bzero must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_BZERO */ - -/* Whether index must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_INDEX */ - -/* Whether rindex must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_RINDEX */ - -/* Whether getenv must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_GETENV */ - -/* Whether atol must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOL */ - -/* Whether atof must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ATOF */ - -/* Whether sbrk must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_SBRK */ - -/* Whether abort must be declared even if <stdlib.h> is included. */ -/* #undef NEED_DECLARATION_ABORT */ - -/* Whether strerror must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRERROR */ - -/* Whether strsignal must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSIGNAL */ - -/* Whether strstr must be declared even if <string.h> is included. */ -/* #undef NEED_DECLARATION_STRSTR */ - -/* Whether getcwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETCWD */ - -/* Whether getwd must be declared even if <unistd.h> is included. */ -/* #undef NEED_DECLARATION_GETWD */ - -/* Whether getrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_GETRLIMIT */ - -/* Whether setrlimit must be declared even if <sys/resource.h> is included. */ -/* #undef NEED_DECLARATION_SETRLIMIT */ - -/* Whether putc_unlocked must be declared even if <stdio.h> is included. */ -/* #undef NEED_DECLARATION_PUTC_UNLOCKED */ - -/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ -#define NEED_DECLARATION_FPUTS_UNLOCKED 1 - -/* Define to enable the use of a default assembler. */ -/* #undef DEFAULT_ASSEMBLER */ - -/* Define to enable the use of a default linker. */ -/* #undef DEFAULT_LINKER */ - -/* Define if host mkdir takes a single argument. */ -/* #undef MKDIR_TAKES_ONE_ARG */ - -/* Define to the name of the distribution. */ -#define PACKAGE "gcc" - -/* Define to the version of the distribution. */ -#define VERSION "2.95.3" - -/* 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 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 don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* 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 if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* 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 `sys_siglist' is declared by <signal.h>. */ -#define SYS_SIGLIST_DECLARED 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 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 atoll function. */ -#define HAVE_ATOLL 1 - -/* Define if you have the atoq function. */ -/* #undef HAVE_ATOQ */ - -/* 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 dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ - -/* 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 getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 - -/* Define if you have the getrlimit function. */ -#define HAVE_GETRLIMIT 1 - -/* 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 isascii function. */ -#define HAVE_ISASCII 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the munmap function. */ -#define HAVE_MUNMAP 1 - -/* Define if you have the popen function. */ -#define HAVE_POPEN 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 rindex function. */ -#define HAVE_RINDEX 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 strerror function. */ -#define HAVE_STRERROR 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 strtoul function. */ -#define HAVE_STRTOUL 1 - -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 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 <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 <stab.h> header file. */ -#define HAVE_STAB_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/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 if you have the i library (-li). */ -/* #undef HAVE_LIBI */ diff --git a/gnu/usr.bin/gcc/arch/vax/config.h b/gnu/usr.bin/gcc/arch/vax/config.h deleted file mode 100644 index 76b33e42a7f..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "auto-host.h" -#endif -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "vax/xm-vax.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif -#ifdef IN_GCC -#include "hwint.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/vax/defs.mk b/gnu/usr.bin/gcc/arch/vax/defs.mk deleted file mode 100644 index 7712bcef2d7..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/defs.mk +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp -# -G_ALL_CFLAGS= -DIN_GCC -g -DHAVE_CONFIG_H -G_ALL_CPPFLAGS= -G_C_AND_OBJC_OBJS=c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_C_OBJS=c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_CCCP_OBJS=cccp.o cexp.o intl.o prefix.o version.o mbchar.o -G_GCOV_OBJS=gcov.o intl.o -G_PROTO_OBJS=getpwd.o intl.o version.o -G_HOST_PRINT=print-rtl.o -G_HOST_RTL=rtl.o bitmap.o -G_HOST_RTLANAL=rtlanal.o -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_md_file=${DIST}/gcc/config/vax/vax.md -G_OBJC_OBJS=objc-parse.o objc-act.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o -G_OBJS=toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o vax.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o -G_out_file=${DIST}/gcc/config/vax/vax.c -G_version=2.95.3 -G_CXX_OBJS=call.o decl.o errfn.o expr.o pt.o sig.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 xref.o repo.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 proj.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 version.o where.o diff --git a/gnu/usr.bin/gcc/arch/vax/gencheck.h b/gnu/usr.bin/gcc/arch/vax/gencheck.h deleted file mode 100644 index 16f070f1fb7..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/gencheck.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/cp-tree.def" -#include "objc/objc-tree.def" diff --git a/gnu/usr.bin/gcc/arch/vax/options.h b/gnu/usr.bin/gcc/arch/vax/options.h deleted file mode 100644 index 68a47625147..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/options.h +++ /dev/null @@ -1,5 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-options.h" -#include "f/lang-options.h" diff --git a/gnu/usr.bin/gcc/arch/vax/specs.h b/gnu/usr.bin/gcc/arch/vax/specs.h deleted file mode 100644 index 3d3654f3be1..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/specs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#include "cp/lang-specs.h" -#include "f/lang-specs.h" -#include "objc/lang-specs.h" diff --git a/gnu/usr.bin/gcc/arch/vax/tconfig.h b/gnu/usr.bin/gcc/arch/vax/tconfig.h deleted file mode 100644 index 527e68c0f1d..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/tconfig.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "vax/xm-vax.h" -#endif -#ifdef IN_GCC -#include "xm-netbsd.h" -#endif diff --git a/gnu/usr.bin/gcc/arch/vax/tm.h b/gnu/usr.bin/gcc/arch/vax/tm.h deleted file mode 100644 index 8fbcd5e50e4..00000000000 --- a/gnu/usr.bin/gcc/arch/vax/tm.h +++ /dev/null @@ -1,9 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp */ - -#ifdef IN_GCC -#include "gansidecl.h" -#endif -#ifdef IN_GCC -#include "vax/netbsd-elf.h" -#endif diff --git a/gnu/usr.bin/gcc/backend/Makefile b/gnu/usr.bin/gcc/backend/Makefile deleted file mode 100644 index a9119ae5395..00000000000 --- a/gnu/usr.bin/gcc/backend/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2003/08/01 17:03:44 lukem Exp $ - -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined - -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> - -# Independent generation programs. - -CLEANFILES+= gengenrtl genrtl.c genrtl.h \ - gencheck tree-check.h - -genrtl.c: genrtl.h -genrtl.h: gengenrtl.c - ${HOST_LINK.c} -o gengenrtl $> ${NBCOMPATLIB} - ./gengenrtl genrtl.h genrtl.c - -tree-check.h: gencheck.c - ${HOST_LINK.c} -o gencheck $> ${NBCOMPATLIB} - ./gencheck >$@ - -.for f in attr.h attrtab.c codes.h config.h emit.c extract.c \ - flags.h opinit.c peep.c output.c recog.c -CLEANFILES+= gen${f:R} insn-${f} - -insn-${f}: genrtl.h gen${f:R}.c obstack.c ${G_md_file} \ - ${G_HOST_RTL:S/^l-//:.o=.c} ${G_HOST_PRINT:S/^l-//:.o=.c} - ${HOST_LINK.c} -o gen${f:R} ${>:M*.c} ${NBCOMPATLIB} - ./gen${f:R} ${G_md_file} >$@ -.endfor - -insn-attrtab.c: ${G_HOST_RTLANAL:S/^l-//:.o=.c} -insn-attrtab.c insn-extract.c: insn-config.h - -.PATH: ${DIST}/gcc ${DIST}/libiberty ${G_out_file:H} diff --git a/gnu/usr.bin/gcc/cc1/Makefile b/gnu/usr.bin/gcc/cc1/Makefile deleted file mode 100644 index 6348b735b67..00000000000 --- a/gnu/usr.bin/gcc/cc1/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2001/06/18 16:18:34 tv Exp $ - -PROG= cc1 -SRCS= ${G_C_OBJS:.o=.c} - -.include "../Makefile.backend" - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/cc1obj/Makefile b/gnu/usr.bin/gcc/cc1obj/Makefile deleted file mode 100644 index 2a5c3232a68..00000000000 --- a/gnu/usr.bin/gcc/cc1obj/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2001/06/18 16:18:34 tv Exp $ - -PROG= cc1obj -SRCS= ${G_OBJC_OBJS:.o=.c} - -CPPFLAGS+= -I${DIST}/gcc/objc - -.include "../Makefile.backend" - -.PATH: ${DIST}/gcc/objc ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/cc1plus/Makefile b/gnu/usr.bin/gcc/cc1plus/Makefile deleted file mode 100644 index e5d5770c2be..00000000000 --- a/gnu/usr.bin/gcc/cc1plus/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2001/06/18 16:18:35 tv Exp $ - -PROG= cc1plus -SRCS= ${G_CXX_OBJS:.o=.c} c-common.c c-pragma.c - -CPPFLAGS+= -I${DIST}/gcc/cp - -.include "../Makefile.backend" - -.PATH: ${DIST}/gcc/cp ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile deleted file mode 100644 index 9c57b66ba00..00000000000 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2003/09/04 04:17:01 mrg Exp $ - -.include <bsd.own.mk> - -PROG= cpp -SRCS= cppspec.c - -LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp - -TEXINFO= cpp.texi - -MAN= cccp.1 -MLINKS= cccp.1 gcpp.1 cccp.1 cpp.1 - - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile deleted file mode 100644 index 0f2b035731d..00000000000 --- a/gnu/usr.bin/gcc/cpp0/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2001/12/12 12:24:20 lukem Exp $ - -NOMAN= # defined - -.include <bsd.own.mk> - -PROG= cpp0 -SRCS= ${G_CCCP_OBJS:.o=.c} - -CPPFLAGS+= -I${GCCARCH} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ - -DGCC_INCLUDE_DIR=\"\" -DPREFIX=\"/usr\" - -BINDIR= /usr/libexec - -.include <bsd.prog.mk> - -# Don't auto-frob .y or .l files. -.l.c .y.c .y.h: - @true - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/f771/Makefile b/gnu/usr.bin/gcc/f771/Makefile deleted file mode 100644 index 46c73b3f8b5..00000000000 --- a/gnu/usr.bin/gcc/f771/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2003/08/01 17:03:44 lukem Exp $ - -PROG= f771 -SRCS= ${G_F77_OBJS:.o=.c} - -CPPFLAGS+= -I${DIST}/gcc/f -I. -HOST_CPPFLAGS+= -I${GCCARCH} -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 -CLEANFILES+= str-${f}.h str-${f}.j -.endfor - -.include "../Makefile.backend" - -fini: fini.c proj.c - ${HOST_LINK.c} -o $@ $> -CLEANFILES+= fini - -.for f in 1t 2t fo io nq op ot -str-${f}.h str-${f}.j: str-${f}.fin fini - ./fini ${>:M*.fin} str-${f}.j str-${f}.h - -.endfor - -.PATH: ${DIST}/gcc/f diff --git a/gnu/usr.bin/gcc/frontend/Makefile b/gnu/usr.bin/gcc/frontend/Makefile deleted file mode 100644 index d8cae4569b4..00000000000 --- a/gnu/usr.bin/gcc/frontend/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:36 lukem Exp $ - -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined - -LIB= frontend - -SRCS= gcc.c version.c intl.c prefix.c - -CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} \ - ${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.*} - -.include <bsd.lib.mk> - -${OBJS}: multilib.h - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/frontend/multilib.h b/gnu/usr.bin/gcc/frontend/multilib.h deleted file mode 100644 index bb1cbbfbfa0..00000000000 --- a/gnu/usr.bin/gcc/frontend/multilib.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $NetBSD: multilib.h,v 1.1 2001/06/18 16:18:36 tv Exp $ */ -/* For the moment we don't do multilib. Use a static empty multilib spec file. */ - -static char *multilib_raw[] = { -". ;", -NULL -}; - -static char *multilib_matches_raw[] = { -NULL -}; - -static char *multilib_extra = ""; diff --git a/gnu/usr.bin/gcc/g++/Makefile b/gnu/usr.bin/gcc/g++/Makefile deleted file mode 100644 index 2492a5f259a..00000000000 --- a/gnu/usr.bin/gcc/g++/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.14 2001/08/19 14:23:55 mrg Exp $ - -.include <bsd.own.mk> - -PROG= g++ -SRCS= g++spec.c - -LINKS+= ${BINDIR}/g++ ${BINDIR}/c++ - -MAN= g++.1 -MLINKS= g++.1 c++.1 - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc ${DIST}/gcc/cp diff --git a/gnu/usr.bin/gcc/g77/Makefile b/gnu/usr.bin/gcc/g77/Makefile deleted file mode 100644 index 668aeb60b59..00000000000 --- a/gnu/usr.bin/gcc/g77/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2001/08/19 14:23:55 mrg Exp $ - -.include <bsd.own.mk> - -PROG= g77 -SRCS= g77spec.c version.c - -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 - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc/f - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc/gcc/Makefile b/gnu/usr.bin/gcc/gcc/Makefile deleted file mode 100644 index 718707b5cb0..00000000000 --- a/gnu/usr.bin/gcc/gcc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2001/08/19 14:23:55 mrg Exp $ - -.include <bsd.own.mk> - -PROG= gcc -SRCS= gccspec.c - -LINKS+= ${BINDIR}/gcc ${BINDIR}/cc - -MAN= gcc.1 -MLINKS= gcc.1 cc.1 - -TEXINFO= gcc.texi -INFOFLAGS= -I${DIST}/gcc - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc/gcov/Makefile b/gnu/usr.bin/gcc/gcov/Makefile deleted file mode 100644 index 4f15df05ec0..00000000000 --- a/gnu/usr.bin/gcc/gcov/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2001/08/19 14:23:55 mrg Exp $ - -.include <bsd.own.mk> - -PROG= gcov -SRCS= ${G_GCOV_OBJS:.o=.c} - -CPPFLAGS+= -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} - -BINDIR= /usr/bin - -MAN= gcov.1 - -.include <bsd.prog.mk> - -.PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/gcov/gcov.1 b/gnu/usr.bin/gcc/gcov/gcov.1 deleted file mode 100644 index 450a1f4c205..00000000000 --- a/gnu/usr.bin/gcc/gcov/gcov.1 +++ /dev/null @@ -1,127 +0,0 @@ -.\" $NetBSD: gcov.1,v 1.1 2001/08/19 14:22:24 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/gcc/hconfig.h b/gnu/usr.bin/gcc/hconfig.h deleted file mode 100644 index de79736fe70..00000000000 --- a/gnu/usr.bin/gcc/hconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $NetBSD: hconfig.h,v 1.1 2002/02/26 20:58:46 tv Exp $ */ - -/* On native builds, hconfig.h == config.h. */ -#include "config.h" diff --git a/gnu/usr.bin/gcc/protoize/Makefile b/gnu/usr.bin/gcc/protoize/Makefile deleted file mode 100644 index f78081d4cf2..00000000000 --- a/gnu/usr.bin/gcc/protoize/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2001/12/21 08:06:15 thorpej Exp $ - -NOMAN= # defined - -.include <bsd.own.mk> - -PROG= protoize -SRCS= protoize.c ${G_PROTO_OBJS:.o=.c} - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gcc/unprotoize/Makefile b/gnu/usr.bin/gcc/unprotoize/Makefile deleted file mode 100644 index 0819d3bb113..00000000000 --- a/gnu/usr.bin/gcc/unprotoize/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2001/12/21 08:06:15 thorpej Exp $ - -NOMAN= # defined - -.include <bsd.own.mk> - -PROG= unprotoize -SRCS= unprotoize.c ${G_PROTO_OBJS:.o=.c} - -.include "../Makefile.frontend" - -.PATH: ${DIST}/gcc - -.include <bsd.info.mk> diff --git a/gnu/usr.bin/gettext/Makefile.inc.prog b/gnu/usr.bin/gettext/Makefile.inc.prog index b4b28d45990..68c52f7f526 100644 --- a/gnu/usr.bin/gettext/Makefile.inc.prog +++ b/gnu/usr.bin/gettext/Makefile.inc.prog @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc.prog,v 1.6 2005/07/05 21:52:13 he Exp $ +# $NetBSD: Makefile.inc.prog,v 1.7 2006/06/02 22:16:22 mrg Exp $ .include <bsd.own.mk> @@ -23,14 +23,3 @@ MAN=${PROG}.1 .PATH: ${TOOLTOP} CPPFLAGS+= -I${TOOLTOP} - -.if ${MACHINE_ARCH} == "vax" -beforedepend depend dependall realdepend realall: stdbool.h - -stdbool.h: - sed -e 's:@HAVE__BOOL@:0:g' \ - ${DIST}/gettext/gettext-tools/lib/stdbool_.h > stdbool.h - -CLEANFILES+=stdbool.h -CPPFLAGS+=-I. -.endif diff --git a/gnu/usr.bin/gettext/libgrep/Makefile b/gnu/usr.bin/gettext/libgrep/Makefile index 88e2af4c38e..088e7f36294 100644 --- a/gnu/usr.bin/gettext/libgrep/Makefile +++ b/gnu/usr.bin/gettext/libgrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/09 17:19:06 jmc Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/02 22:16:23 mrg Exp $ MKPRIVATELIB= yes @@ -21,15 +21,4 @@ strdup.c .PATH: ${DIST}/gettext/gettext-tools/libgrep CPPFLAGS+= -I${DIST}/gettext/gettext-tools/libgrep -.if ${MACHINE_ARCH} == "vax" -depend dependall realdepend realall: stdbool.h - -stdbool.h: - sed -e 's:@HAVE__BOOL@:0:g' \ - ${DIST}/gettext/gettext-tools/lib/stdbool_.h > stdbool.h - -CLEANFILES+=stdbool.h -CPPFLAGS+=-I. -.endif - .include <bsd.lib.mk> diff --git a/gnu/usr.bin/gettext/libnlspr/Makefile b/gnu/usr.bin/gettext/libnlspr/Makefile index 17008e78d6d..94a1c06a964 100644 --- a/gnu/usr.bin/gettext/libnlspr/Makefile +++ b/gnu/usr.bin/gettext/libnlspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/09 17:19:06 jmc Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/02 22:16:23 mrg Exp $ MKPRIVATELIB= yes @@ -74,17 +74,6 @@ CPPFLAGS+=-DLIBDIR=\"${DESTDIR}/usr/share\" CPPFLAGS+=-DGETTEXTJAR=\"${DESTDIR}/usr/share/gettext/gettext.jar\" CPPFLAGS+=-DGETTEXTDATADIR=\"${DESTDIR}/usr/share/gettext\" -.if ${MACHINE_ARCH} == "vax" -depend dependall realdepend realall: stdbool.h - -stdbool.h: - sed -e 's:@HAVE__BOOL@:0:g' \ - ${DIST}/gettext/gettext-tools/lib/stdbool_.h > stdbool.h - -CLEANFILES+=stdbool.h -CPPFLAGS+=-I. -.endif - .include <bsd.lib.mk> # Override <sys.mk> double suffix rules to prevent *.y being yacced to *.[ch] diff --git a/gnu/usr.bin/gettext/libnlsut/Makefile b/gnu/usr.bin/gettext/libnlsut/Makefile index adab3a156b6..5c4763dfc6e 100644 --- a/gnu/usr.bin/gettext/libnlsut/Makefile +++ b/gnu/usr.bin/gettext/libnlsut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/12 00:44:12 christos Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/02 22:16:23 mrg Exp $ MKPRIVATELIB= yes @@ -62,15 +62,4 @@ xstrdup.c CPPFLAGS+=-DEXEEXT=\"\" -.if ${MACHINE_ARCH} == "vax" -depend dependall realdepend realall: stdbool.h - -stdbool.h: - sed -e 's:@HAVE__BOOL@:0:g' \ - ${DIST}/gettext/gettext-tools/lib/stdbool_.h > stdbool.h - -CLEANFILES+=stdbool.h -CPPFLAGS+=-I. -.endif - .include <bsd.lib.mk> diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 4704bd39a3f..7164f2712d0 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.15 2006/04/07 19:38:58 mrg Exp $ +# $NetBSD: Makefile.inc,v 1.16 2006/06/02 22:16:23 mrg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $ @@ -90,10 +90,8 @@ CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -I${GROFF_DIST}/src/include -I${NETBSDSRCDIR}/gnu/usr.bin/groff/src/include CXXFLAGS+= -fno-rtti -fno-exceptions -# If we're using GCC>2, we only need -lsupc++ -.if ${HAVE_GCC} != "2" +# We only need -lsupc++ USE_LIBSTDCXX= no -.endif .ifdef GROFFYSRCS |
