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 | |
| 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')
233 files changed, 10 insertions, 13912 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index cdc88d09e21..95e9e398d52 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/05/09 19:29:13 mrg Exp $ +# $NetBSD: Makefile,v 1.41 2006/06/02 22:16:18 mrg Exp $ .include <bsd.own.mk> @@ -7,9 +7,7 @@ SUBDIR+= libopcodes libbfd libiberty .endif .if ${MKGCC} != "no" -. if ${HAVE_GCC} == "2" -SUBDIR+= libg2c libgcc libobjc libstdc++ -. elif ${HAVE_GCC} == "3" +. if ${HAVE_GCC} == "3" SUBDIR+= crtstuff3 libg2c3 libfrtbegin libgcc3 libobjc3 libsupc++ libstdc++-v3 . else SUBDIR+= crtstuff4 libgcc4 libobjc4 libsupc++4 libstdc++-v3_4 diff --git a/gnu/lib/libg2c/Makefile b/gnu/lib/libg2c/Makefile deleted file mode 100644 index b75a9cd005e..00000000000 --- a/gnu/lib/libg2c/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2003/06/01 02:08:07 thorpej Exp $ - -REQUIRETOOLS= yes -NOLINT= # defined - -.include <bsd.own.mk> - -LIB= g2c - -.if exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no" -.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk" - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain -GNUHOSTDIST= ${DIST} - -SRCS= ${G_OBJS:.o=.c} ${G_OBJ:.o=.c} - -GCPPFLAGS= ${G_ALL_CFLAGS:O:u} -CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH} \ - ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \ - -DAllow_TYQUAD - -.for c in F I U -CLEANFILES+= Version${c}.c -Version${c}.c: ${DIST}/libf2c/lib${c}77/Version.c - cp $> $@ -.endfor - -.for f in ${G_F2CEXT:N*y2kbug*} -OBJS+= L${f}.o - -L${f}.o: f2cext.c - ${COMPILE.c} -DL${f} -o $@ ${>:M*.c} - -.if ${MKPIC} != "no" -L${f}.so: f2cext.c - ${COMPILE.c} ${CPICFLAGS} -DL${f} -o $@ ${>:M*.c} -.endif - -.if ${MKPROFILE} != "no" -L${f}.po: f2cext.c - ${COMPILE.c} -pg -DL${f} -o $@ ${>:M*.c} -.endif -.endfor - -.PATH: ${DIST}/libf2c ${DIST}/libf2c/libF77 ${DIST}/libf2c/libI77 ${DIST}/libf2c/libU77 - -.include <bsd.lib.mk> - -${OBJS}: ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk -.else -.include <bsd.prog.mk> # do nothing -.endif diff --git a/gnu/lib/libg2c/arch/alpha/config.h b/gnu/lib/libg2c/arch/alpha/config.h deleted file mode 100644 index a11ee3aa62a..00000000000 --- a/gnu/lib/libg2c/arch/alpha/config.h +++ /dev/null @@ -1,113 +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 */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/alpha/defs.mk b/gnu/lib/libg2c/arch/alpha/defs.mk deleted file mode 100644 index ae1a7e3ccd8..00000000000 --- a/gnu/lib/libg2c/arch/alpha/defs.mk +++ /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 -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${DIST}/libf2c/libF77 -I.. -I${DIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -g -O2 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libI77 -I.. -I${DIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -g -O2 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libU77 -I${DIST}/libf2c/libU77/../libI77 -I.. -I${DIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -g -O2 -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/alpha/g2c.h b/gnu/lib/libg2c/arch/alpha/g2c.h deleted file mode 100644 index db57e079acb..00000000000 --- a/gnu/lib/libg2c/arch/alpha/g2c.h +++ /dev/null @@ -1,239 +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 */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef int /* long int */ integer; -typedef unsigned int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long int /* long long */ longint; /* system-dependent */ -typedef unsigned long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef int /* long int */ flag; -typedef int /* long int */ ftnlen; -typedef int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/arm/config.h b/gnu/lib/libg2c/arch/arm/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/arm/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/arm/defs.mk b/gnu/lib/libg2c/arch/arm/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/arm/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/arm/g2c.h b/gnu/lib/libg2c/arch/arm/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/arm/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/armeb/config.h b/gnu/lib/libg2c/arch/armeb/config.h deleted file mode 100644 index df3a92c243e..00000000000 --- a/gnu/lib/libg2c/arch/armeb/config.h +++ /dev/null @@ -1,113 +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 */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/armeb/defs.mk b/gnu/lib/libg2c/arch/armeb/defs.mk deleted file mode 100644 index f7b5a365e38..00000000000 --- a/gnu/lib/libg2c/arch/armeb/defs.mk +++ /dev/null @@ -1,10 +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_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${DIST}/libf2c/libF77 -I.. -I${DIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libI77 -I.. -I${DIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libU77 -I${DIST}/libf2c/libU77/../libI77 -I.. -I${DIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/armeb/g2c.h b/gnu/lib/libg2c/arch/armeb/g2c.h deleted file mode 100644 index e1a342abe26..00000000000 --- a/gnu/lib/libg2c/arch/armeb/g2c.h +++ /dev/null @@ -1,239 +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 */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/i386/config.h b/gnu/lib/libg2c/arch/i386/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/i386/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/i386/defs.mk b/gnu/lib/libg2c/arch/i386/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/i386/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/i386/g2c.h b/gnu/lib/libg2c/arch/i386/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/i386/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/m68000/config.h b/gnu/lib/libg2c/arch/m68000/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/m68000/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/m68000/defs.mk b/gnu/lib/libg2c/arch/m68000/defs.mk deleted file mode 100644 index ea1b5d71ff8..00000000000 --- a/gnu/lib/libg2c/arch/m68000/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/m68000/g2c.h b/gnu/lib/libg2c/arch/m68000/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/m68000/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/m68k/config.h b/gnu/lib/libg2c/arch/m68k/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/m68k/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/m68k/defs.mk b/gnu/lib/libg2c/arch/m68k/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/m68k/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/m68k/g2c.h b/gnu/lib/libg2c/arch/m68k/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/m68k/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/mipseb/config.h b/gnu/lib/libg2c/arch/mipseb/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/mipseb/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/mipseb/defs.mk b/gnu/lib/libg2c/arch/mipseb/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/mipseb/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/mipseb/g2c.h b/gnu/lib/libg2c/arch/mipseb/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/mipseb/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/mipsel/config.h b/gnu/lib/libg2c/arch/mipsel/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/mipsel/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/mipsel/defs.mk b/gnu/lib/libg2c/arch/mipsel/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/mipsel/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/mipsel/g2c.h b/gnu/lib/libg2c/arch/mipsel/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/mipsel/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/powerpc/config.h b/gnu/lib/libg2c/arch/powerpc/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/powerpc/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/powerpc/defs.mk b/gnu/lib/libg2c/arch/powerpc/defs.mk deleted file mode 100644 index 88f3c25de96..00000000000 --- a/gnu/lib/libg2c/arch/powerpc/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/powerpc/g2c.h b/gnu/lib/libg2c/arch/powerpc/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/powerpc/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/sh3eb/config.h b/gnu/lib/libg2c/arch/sh3eb/config.h deleted file mode 100644 index 73c45261d53..00000000000 --- a/gnu/lib/libg2c/arch/sh3eb/config.h +++ /dev/null @@ -1,113 +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 */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/sh3eb/defs.mk b/gnu/lib/libg2c/arch/sh3eb/defs.mk deleted file mode 100644 index f7b5a365e38..00000000000 --- a/gnu/lib/libg2c/arch/sh3eb/defs.mk +++ /dev/null @@ -1,10 +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_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${DIST}/libf2c/libF77 -I.. -I${DIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libI77 -I.. -I${DIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libU77 -I${DIST}/libf2c/libU77/../libI77 -I.. -I${DIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/sh3eb/g2c.h b/gnu/lib/libg2c/arch/sh3eb/g2c.h deleted file mode 100644 index 0777ab1e740..00000000000 --- a/gnu/lib/libg2c/arch/sh3eb/g2c.h +++ /dev/null @@ -1,239 +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 */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/sh3el/config.h b/gnu/lib/libg2c/arch/sh3el/config.h deleted file mode 100644 index 7b2e571d107..00000000000 --- a/gnu/lib/libg2c/arch/sh3el/config.h +++ /dev/null @@ -1,113 +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 */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/sh3el/defs.mk b/gnu/lib/libg2c/arch/sh3el/defs.mk deleted file mode 100644 index d74336537ad..00000000000 --- a/gnu/lib/libg2c/arch/sh3el/defs.mk +++ /dev/null @@ -1,10 +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_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${DIST}/libf2c/libF77 -I.. -I${DIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libI77 -I.. -I${DIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${DIST}/libf2c/libU77 -I${DIST}/libf2c/libU77/../libI77 -I.. -I${DIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/sh3el/g2c.h b/gnu/lib/libg2c/arch/sh3el/g2c.h deleted file mode 100644 index 521f4584fee..00000000000 --- a/gnu/lib/libg2c/arch/sh3el/g2c.h +++ /dev/null @@ -1,239 +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 */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/sparc/config.h b/gnu/lib/libg2c/arch/sparc/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/sparc/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/sparc/defs.mk b/gnu/lib/libg2c/arch/sparc/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/sparc/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/sparc/g2c.h b/gnu/lib/libg2c/arch/sparc/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/sparc/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/sparc64/config.h b/gnu/lib/libg2c/arch/sparc64/config.h deleted file mode 100644 index 594888788a6..00000000000 --- a/gnu/lib/libg2c/arch/sparc64/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -#define HAVE_STRUCT_TIMEZONE 1 - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/sparc64/defs.mk b/gnu/lib/libg2c/arch/sparc64/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/sparc64/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/sparc64/g2c.h b/gnu/lib/libg2c/arch/sparc64/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/sparc64/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libg2c/arch/vax/config.h b/gnu/lib/libg2c/arch/vax/config.h deleted file mode 100644 index ef283b96b3d..00000000000 --- a/gnu/lib/libg2c/arch/vax/config.h +++ /dev/null @@ -1,113 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.in by autoheader. */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if your struct stat has st_blksize. */ -#define HAVE_ST_BLKSIZE 1 - -/* Define if your struct stat has st_blocks. */ -#define HAVE_ST_BLOCKS 1 - -/* Define if your struct stat has st_rdev. */ -#define HAVE_ST_RDEV 1 - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_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 */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 - -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ - -/* Define as the path of the `chmod' program. */ -#define CHMOD_PATH "/bin/chmod" - -/* Define if your sys/time.h defines struct timezone. */ -/* #define HAVE_STRUCT_TIMEZONE 1 */ - -/* Define if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define if you have the clock function. */ -#define HAVE_CLOCK 1 - -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 - -/* Define if you have the getgid function. */ -#define HAVE_GETGID 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the getlogin function. */ -#define HAVE_GETLOGIN 1 - -/* Define if you have the getrusage function. */ -#define HAVE_GETRUSAGE 1 - -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define if you have the getuid function. */ -#define HAVE_GETUID 1 - -/* Define if you have the getwd function. */ -#define HAVE_GETWD 1 - -/* Define if you have the kill function. */ -#define HAVE_KILL 1 - -/* Define if you have the link function. */ -#define HAVE_LINK 1 - -/* Define if you have the lstat function. */ -#define HAVE_LSTAT 1 - -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 - -/* Define if you have the symlink function. */ -#define HAVE_SYMLINK 1 - -/* Define if you have the times function. */ -#define HAVE_TIMES 1 - -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 - -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_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 <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_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 <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 diff --git a/gnu/lib/libg2c/arch/vax/defs.mk b/gnu/lib/libg2c/arch/vax/defs.mk deleted file mode 100644 index 13b91faf040..00000000000 --- a/gnu/lib/libg2c/arch/vax/defs.mk +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp -# -G_F2CEXT=abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 besyn chdir chmod ctime dbesj0 dbesj1 dbesjn dbesy0 dbesy1 dbesyn dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand isatty itime kill link lnblnk lstat ltime mclock perror rand rename secnds second sleep srand stat symlnk time ttynam umask unlink vxttim alarm date_y2kbuggy date_y2kbug vxtidt_y2kbuggy vxtidt_y2kbug -G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libf2c/libF77 -I.. -I${GNUHOSTDIST}/libf2c/libF77/.. -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DSkip_f2c_Undefs=1 -G_OBJS=F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o pow_qq.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o s_cat.o s_cmp.o s_copy.o lbitbits.o lbitshft.o qbitbits.o qbitshft.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libI77 -I.. -I${GNUHOSTDIST}/libf2c/libI77/.. -DSTDC_HEADERS=1 -D_POSIX_SOURCE=1 -DHAVE_TEMPNAM=1 -DUSE_STRLEN=1 -DNO_EOF_CHAR_CHECK=1 -DSkip_f2c_Undefs=1 -G_OBJ+=VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o ftell_.o -G_ALL_CFLAGS+=-I. -I${GNUHOSTDIST}/libf2c/libU77 -I${GNUHOSTDIST}/libf2c/libU77/../libI77 -I.. -I${GNUHOSTDIST}/libf2c/libU77/.. -DHAVE_CONFIG_H -G_OBJS+=VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o dtime_.o isatty_.o ltime_.o fstat_.o stat_.o lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o bes.o dbes.o chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o alarm_.o datetime_.o diff --git a/gnu/lib/libg2c/arch/vax/g2c.h b/gnu/lib/libg2c/arch/vax/g2c.h deleted file mode 100644 index f5b55825cd9..00000000000 --- a/gnu/lib/libg2c/arch/vax/g2c.h +++ /dev/null @@ -1,239 +0,0 @@ -/* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */ - -/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ - -/* This file is generated by the g77 libg2c configuration process from a - file named g2c.hin. This process sets up the appropriate types, - defines the appropriate macros, and so on. The resulting g2c.h file - is used to build g77's copy of libf2c, named libg2c, and also can - be used when compiling C code produced by f2c to link the resulting - object file(s) with those produced by the same version of g77 that - produced this file, allowing inter-operability of f2c-compiled and - g77-compiled code. */ - -/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - - - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ - -#ifndef F2C_INCLUDE -#define F2C_INCLUDE - -/* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */ -/* we assume short, float are OK */ -typedef long int /* long int */ integer; -typedef unsigned long int /* long */ uinteger; -typedef char *address; -typedef short int shortint; -typedef float real; -typedef double doublereal; -typedef struct { real r, i; } complex; -typedef struct { doublereal r, i; } doublecomplex; -typedef long int /* long int */ logical; -typedef short int shortlogical; -typedef char logical1; -typedef char integer1; -typedef long long int /* long long */ longint; /* system-dependent */ -typedef unsigned long long int /* long long */ ulongint; /* system-dependent */ -#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b))) -#define qbit_set(a,b) ((a) | ((ulongint)1 << (b))) - -#define TRUE_ (1) -#define FALSE_ (0) - -/* Extern is for use with -E */ -#ifndef Extern -#define Extern extern -#endif - -/* I/O stuff */ - -#ifdef f2c_i2 -#error "f2c_i2 will not work with g77!!!!" -/* for -i2 */ -typedef short flag; -typedef short ftnlen; -typedef short ftnint; -#else -typedef long int /* long int */ flag; -typedef long int /* long int */ ftnlen; -typedef long int /* long int */ ftnint; -#endif - -/*external read, write*/ -typedef struct -{ flag cierr; - ftnint ciunit; - flag ciend; - char *cifmt; - ftnint cirec; -} cilist; - -/*internal read, write*/ -typedef struct -{ flag icierr; - char *iciunit; - flag iciend; - char *icifmt; - ftnint icirlen; - ftnint icirnum; -} icilist; - -/*open*/ -typedef struct -{ flag oerr; - ftnint ounit; - char *ofnm; - ftnlen ofnmlen; - char *osta; - char *oacc; - char *ofm; - ftnint orl; - char *oblnk; -} olist; - -/*close*/ -typedef struct -{ flag cerr; - ftnint cunit; - char *csta; -} cllist; - -/*rewind, backspace, endfile*/ -typedef struct -{ flag aerr; - ftnint aunit; -} alist; - -/* inquire */ -typedef struct -{ flag inerr; - ftnint inunit; - char *infile; - ftnlen infilen; - ftnint *inex; /*parameters in standard's order*/ - ftnint *inopen; - ftnint *innum; - ftnint *innamed; - char *inname; - ftnlen innamlen; - char *inacc; - ftnlen inacclen; - char *inseq; - ftnlen inseqlen; - char *indir; - ftnlen indirlen; - char *infmt; - ftnlen infmtlen; - char *inform; - ftnint informlen; - char *inunf; - ftnlen inunflen; - ftnint *inrecl; - ftnint *innrec; - char *inblank; - ftnlen inblanklen; -} inlist; - -#define VOID void - -union Multitype { /* for multiple entry points */ - integer1 g; - shortint h; - integer i; - /* longint j; */ - real r; - doublereal d; - complex c; - doublecomplex z; - }; - -typedef union Multitype Multitype; - -/*typedef long int Long;*/ /* No longer used; formerly in Namelist */ - -struct Vardesc { /* for Namelist */ - char *name; - char *addr; - ftnlen *dims; - int type; - }; -typedef struct Vardesc Vardesc; - -struct Namelist { - char *name; - Vardesc **vars; - int nvars; - }; -typedef struct Namelist Namelist; - -#define abs(x) ((x) >= 0 ? (x) : -(x)) -#define dabs(x) (doublereal)abs(x) -#define min(a,b) ((a) <= (b) ? (a) : (b)) -#define max(a,b) ((a) >= (b) ? (a) : (b)) -#define dmin(a,b) (doublereal)min(a,b) -#define dmax(a,b) (doublereal)max(a,b) -#define bit_test(a,b) ((a) >> (b) & 1) -#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b))) -#define bit_set(a,b) ((a) | ((uinteger)1 << (b))) - -/* procedure parameter types for -A and -C++ */ - -#define F2C_proc_par_types 1 -#ifdef __cplusplus -typedef int /* Unknown procedure type */ (*U_fp)(...); -typedef shortint (*J_fp)(...); -typedef integer (*I_fp)(...); -typedef real (*R_fp)(...); -typedef doublereal (*D_fp)(...), (*E_fp)(...); -typedef /* Complex */ VOID (*C_fp)(...); -typedef /* Double Complex */ VOID (*Z_fp)(...); -typedef logical (*L_fp)(...); -typedef shortlogical (*K_fp)(...); -typedef /* Character */ VOID (*H_fp)(...); -typedef /* Subroutine */ int (*S_fp)(...); -#else -typedef int /* Unknown procedure type */ (*U_fp)(); -typedef shortint (*J_fp)(); -typedef integer (*I_fp)(); -typedef real (*R_fp)(); -typedef doublereal (*D_fp)(), (*E_fp)(); -typedef /* Complex */ VOID (*C_fp)(); -typedef /* Double Complex */ VOID (*Z_fp)(); -typedef logical (*L_fp)(); -typedef shortlogical (*K_fp)(); -typedef /* Character */ VOID (*H_fp)(); -typedef /* Subroutine */ int (*S_fp)(); -#endif -/* E_fp is for real functions when -R is not specified */ -typedef VOID C_f; /* complex function */ -typedef VOID H_f; /* character function */ -typedef VOID Z_f; /* double complex function */ -typedef doublereal E_f; /* real function with -R not specified */ - -/* undef any lower-case symbols that your C compiler predefines, e.g.: */ - -#ifndef Skip_f2c_Undefs -/* (No such symbols should be defined in a strict ANSI C compiler. - We can avoid trouble with f2c-translated code by using - gcc -ansi [-traditional].) */ -#undef cray -#undef gcos -#undef mc68010 -#undef mc68020 -#undef mips -#undef pdp11 -#undef sgi -#undef sparc -#undef sun -#undef sun2 -#undef sun3 -#undef sun4 -#undef u370 -#undef u3b -#undef u3b2 -#undef u3b5 -#undef unix -#undef vax -#endif -#endif diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile deleted file mode 100644 index fc72c013b66..00000000000 --- a/gnu/lib/libgcc/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# $NetBSD: Makefile,v 1.46 2003/10/28 07:38:57 lukem Exp $ - -REQUIRETOOLS= yes -NOLINT= # defined - -.include <bsd.own.mk> - -LIB= gcc - -.if exists(${.CURDIR}/${MACHINE_ARCH}.mk) && ${MKGCC} != "no" -.include "${.CURDIR}/${MACHINE_ARCH}.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain -GNUHOSTDIST= ${DIST} -GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc/arch/${MACHINE_ARCH} - -GCPPFLAGS= ${G_LIBGCC2_CFLAGS} ${G_MAYBE_USE_COLLECT2} ${G_INCLUDES} -CPPFLAGS+= -I${.CURDIR} -CPPFLAGS+= -I${GCCARCH} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \ - -I${DIST}/gcc/cp - -LIB2FUNCS= ${G_LIB2FUNCS:=.c} -.if defined(G_LIB2FUNCS_EH) -LIB2FUNCS_EH= ${G_LIB2FUNCS_EH:=.c} -.endif -CXX_LIB2FUNCS= ${G_CXX_LIB2FUNCS:Mop*:S/opdel.o/opdelete.o/:.o=.cc} - -SRCS+= ${LIB2FUNCS} ${LIB2FUNCS_EH} ${CXX_LIB2FUNCS} \ - ${G_CXX_LIB2FUNCS:Nop*:.o=.cc} ${G_LIB2ADD:M*.c:T} -OBJS+= ${G_LIB2FUNCS_EH:=.o} - -# XXX fp-bit.c should be removed from this list after some grace period. -CLEANFILES+= ${LIB2FUNCS} ${CXX_LIB2FUNCS} dp-bit.c _eh.c fp-bit.c - -${LIB2FUNCS}: ${.CURDIR}/Makefile - printf '#define L${.PREFIX}\n#include <libgcc2.c>\n' >${.TARGET} - -.if defined(G_LIB2FUNCS_EH) -${LIB2FUNCS_EH}: ${.CURDIR}/Makefile - printf '#define L${.PREFIX}\n#include <libgcc2.c>\n' >${.TARGET} - -${G_LIB2FUNCS_EH:=.o}: - ${COMPILE.c} -fexceptions -o ${.TARGET} ${.IMPSRC} - -${G_LIB2FUNCS_EH:=.po}: - ${COMPILE.c} -pg -fexceptions -o ${.TARGET} ${.IMPSRC} - -${G_LIB2FUNCS_EH:=.so}: - ${COMPILE.c} ${CPICFLAGS} -fexceptions -o ${.TARGET} ${.IMPSRC} -.endif # G_LIB2FUNCS_EH - -${CXX_LIB2FUNCS}: ${.CURDIR}/Makefile - printf '#define L_op_${.PREFIX:S/^op//}\n#include <new1.cc>\n#include <new2.cc>\n' >${.TARGET} - -dp-bit.c: ${.CURDIR}/Makefile - printf '#define FLOAT\n#include <fp-bit.c>\n' >${.TARGET} - -INCS= exception new new.h typeinfo -INCSDIR= /usr/include/g++ - -.PATH: ${DIST}/gcc ${DIST}/gcc/cp ${DIST}/gcc/cp/inc ${DIST}/gcc/config \ - ${G_CONFIGDIR} - -.include <bsd.lib.mk> - -${OBJS} ${SOBJS} ${POBJS}: ${.CURDIR}/${MACHINE_ARCH}.mk -.else -.include <bsd.prog.mk> # do nothing -.endif - -.cc: # disable .cc->NULL transform diff --git a/gnu/lib/libgcc/alpha.mk b/gnu/lib/libgcc/alpha.mk deleted file mode 100644 index 6d5fd5296ed..00000000000 --- a/gnu/lib/libgcc/alpha.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -DHAIFA -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/arm.mk b/gnu/lib/libgcc/arm.mk deleted file mode 100644 index 0d16b2dfa3f..00000000000 --- a/gnu/lib/libgcc/arm.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/armeb.mk b/gnu/lib/libgcc/armeb.mk deleted file mode 100644 index 0d16b2dfa3f..00000000000 --- a/gnu/lib/libgcc/armeb.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/i386.mk b/gnu/lib/libgcc/i386.mk deleted file mode 100644 index 53981abc84a..00000000000 --- a/gnu/lib/libgcc/i386.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/m68000.mk b/gnu/lib/libgcc/m68000.mk deleted file mode 100644 index fcbbe2ede56..00000000000 --- a/gnu/lib/libgcc/m68000.mk +++ /dev/null @@ -1,32 +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_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_CONFIGDIR=${DIST}/gcc/config/m68k -G_LIB1ASMSRC=lb1sf68.asm -G_LIB1ASMFUNCS=_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \ - _double _float _floatex \ - _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 \ - _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2 -G_LIB2ADD=${DIST}/gcc/frame.c ${DIST}/gcc/config/m68k/fpgnulib.c xfgnulib.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= - -libgcc1.S: ${G_LIB1ASMSRC} - cp ${>:M*.asm} $@ -CLEANFILES+=libgcc1.S -${G_LIB1ASMFUNCS:=.o}: libgcc1.S - ${COMPILE.s} ${CPPFLAGS} -DL$* -o $@ ${>:M*.S} -${G_LIB1ASMFUNCS:=.po}: libgcc1.S - ${COMPILE.s} ${CPPFLAGS} -DGPROF -DPROF -DL$* -o $@ ${>:M*.S} -OBJS+=${G_LIB1ASMFUNCS:=.o} -CLEANFILES+=${G_LIB1ASMFUNCS:=.o} - -xfgnulib.c: ${.CURDIR}/Makefile - printf '#define EXTFLOAT\n#include <config/m68k/fpgnulib.c>\n' >${.TARGET} -CLEANFILES+=xfgnulib.c diff --git a/gnu/lib/libgcc/m68k.mk b/gnu/lib/libgcc/m68k.mk deleted file mode 100644 index 0d16b2dfa3f..00000000000 --- a/gnu/lib/libgcc/m68k.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/mipseb.mk b/gnu/lib/libgcc/mipseb.mk deleted file mode 100644 index f928142935b..00000000000 --- a/gnu/lib/libgcc/mipseb.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -DTARGET_BIG_ENDIAN_DEFAULT -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/mipsel.mk b/gnu/lib/libgcc/mipsel.mk deleted file mode 100644 index 0d16b2dfa3f..00000000000 --- a/gnu/lib/libgcc/mipsel.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/powerpc.mk b/gnu/lib/libgcc/powerpc.mk deleted file mode 100644 index 74a932e91e0..00000000000 --- a/gnu/lib/libgcc/powerpc.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c fp-bit.c dp-bit.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -DHAIFA -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/sh3eb.mk b/gnu/lib/libgcc/sh3eb.mk deleted file mode 100644 index 58422266723..00000000000 --- a/gnu/lib/libgcc/sh3eb.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/sh3el.mk b/gnu/lib/libgcc/sh3el.mk deleted file mode 100644 index 5503fd171b8..00000000000 --- a/gnu/lib/libgcc/sh3el.mk +++ /dev/null @@ -1,12 +0,0 @@ -# This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative,v 1.4 2002/02/27 16:28:23 tv Exp -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/sparc.mk b/gnu/lib/libgcc/sparc.mk deleted file mode 100644 index 0f393327a28..00000000000 --- a/gnu/lib/libgcc/sparc.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -DHAIFA -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/sparc64.mk b/gnu/lib/libgcc/sparc64.mk deleted file mode 100644 index 0f393327a28..00000000000 --- a/gnu/lib/libgcc/sparc64.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -DHAIFA -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libgcc/vax.mk b/gnu/lib/libgcc/vax.mk deleted file mode 100644 index 0d16b2dfa3f..00000000000 --- a/gnu/lib/libgcc/vax.mk +++ /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 -# -G_CXX_EXTRA_HEADERS=${DIST}/gcc/cp/inc/typeinfo ${DIST}/gcc/cp/inc/exception ${DIST}/gcc/cp/inc/new ${DIST}/gcc/cp/inc/new.h -G_CXX_LIB2FUNCS=tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o -G_CXX_LIB2SRCS=${DIST}/gcc/cp/new.cc ${DIST}/gcc/cp/new1.cc ${DIST}/gcc/cp/new2.cc ${DIST}/gcc/cp/exception.cc ${DIST}/gcc/cp/tinfo.cc ${DIST}/gcc/cp/tinfo2.cc ${DIST}/gcc/cp/tinfo.h -G_INCLUDES=-I. -I${DIST}/gcc -I${DIST}/gcc/config -I${DIST}/gcc/../include -G_LIB2ADD=${DIST}/gcc/frame.c cplib2.txt -G_LIB2FUNCS=_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure -G_LIB2FUNCS_EH=_eh -G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -G_MAYBE_USE_COLLECT2= diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile deleted file mode 100644 index 8f06ba1e258..00000000000 --- a/gnu/lib/libobjc/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2003/08/01 17:03:43 lukem Exp $ - -REQUIRETOOLS= yes -NOLINT= # defined - -.include <bsd.own.mk> - -LIB= objc - -.if ${MKGCC} != "no" - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 - -# Machine-independent definitions (include file names). -.include "${.CURDIR}/defs.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain -GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc/arch/${MACHINE_ARCH} - -SRCS= ${G_OBJS:N[A-Z]*:Nlinking.o:.o=.c} ${G_OBJS:M[A-Z]*:.o=.m} linking.m - -GCPPFLAGS= ${G_ALL_CFLAGS} ${G_INCLUDES} -CPPFLAGS+= -I. -I${GCCARCH} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} - -INCS= ${G_OBJC_H} -INCSDIR= /usr/include/objc - -DPSRCS+= runtime-info.h -CLEANFILES+= rtscratch rtscratch.s runtime-info.h -runtime-info.h: - @touch rtscratch - `${OBJC} --print-prog-name=cc1obj` -print-objc-runtime-info rtscratch >$@ - -.PATH: ${DIST}/libobjc ${DIST}/libobjc/objc - -.include <bsd.lib.mk> - -${OBJS} ${POBJS} ${SOBJS}: runtime-info.h -.else -.include <bsd.prog.mk> # do nothing -.endif diff --git a/gnu/lib/libobjc/defs.mk b/gnu/lib/libobjc/defs.mk deleted file mode 100644 index 9286adc9618..00000000000 --- a/gnu/lib/libobjc/defs.mk +++ /dev/null @@ -1,7 +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=-I. -I${DIST}/libobjc -DIN_GCC -G_INCLUDES=-I${DIST}/libobjc/objc -I${DIST}/libobjc/../gcc -I${DIST}/libobjc/../gcc/config -I../../gcc -I${DIST}/libobjc/../include -G_OBJS=archive.o class.o encoding.o gc.o hash.o init.o linking.o misc.o nil_method.o NXConstStr.o Object.o objects.o Protocol.o sarray.o selector.o sendmsg.o thr.o thr-single.o -G_OBJC_H=hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile deleted file mode 100644 index faa7b90c9ef..00000000000 --- a/gnu/lib/libstdc++/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2006/02/16 10:36:24 he Exp $ - -REQUIRETOOLS= yes -NOLINT= # defined - -.include <bsd.own.mk> - -LIB= stdc++ - -.if exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no" -.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk" - -SHLIB_MAJOR= 4 -SHLIB_MINOR= 0 - -SUBDIR= include io config - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain -GNUHOSTDIST= ${DIST} - -SRCS= ${G_OBJS:.o=.cc} ${G_LIBIBERTY_OBJS:.o=.c} -INCS= _G_config.h -INCSDIR= /usr/include/g++ - -# Ugly, but they aren't identified individually in libio/Makefile: -.for f in ${G_LIBIOSTREAM_USE} -.if exists(${DIST}/libio/${f:.o=.c}) -SRCS+= ${f:.o=.c} -.else -SRCS+= ${f:.o=.cc} -.endif -.endfor - -GCPPFLAGS= ${G_XCFLAGS} ${G_CINCLUDES} ${G_MT_CFLAGS} ${G_CXXINCLUDES} -CPPFLAGS+= -nostdinc++ -I${.CURDIR}/arch/${MACHINE_ARCH} \ - ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \ - -I${DIST}/gcc/cp/inc \ - -I${NETBSDSRCDIR}/gnu/lib/libiberty -I${DIST}/include \ - -I${NETBSDSRCDIR}/gnu/lib/libiberty/arch/${MACHINE_ARCH} - -CXXFLAGS+= ${G_XCXXFLAGS:M-f*} - -# GCC3 doesn't have this, so lets just not install it anymore... -#TEXINFO= iostream.texi - -.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio ${DIST}/libiberty - -.for t in C -.for v in STRFUNCS STRIO -CLEANFILES+= ${t}${v}.cc -SRCS+= ${t}${v}.cc - -${t}${v}.cc: Makefile ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk sinst.cc - echo '#define ${t}' >$@ -.for f in ${G_${v}} - echo '#define ${f}' >>$@ -.endfor - cat ${>:M*.cc} >>$@ -.endfor -.endfor - -.for t in F D LD -.for v in COMFUNCS COMIO -CLEANFILES+= ${t}${v}.cc -SRCS+= ${t}${v}.cc - -${t}${v}.cc: Makefile ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk cinst.cc - echo '#define ${t}' >$@ -.for f in ${G_${v}} - echo '#define ${f}' >>$@ -.endfor - cat ${>:M*.cc} >>$@ -.endfor -.endfor - -.include <bsd.lib.mk> -.include <bsd.subdir.mk> -.include <bsd.info.mk> - -${OBJS}: ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk -.else -.include <bsd.prog.mk> # do nothing -.endif - -.if (${OBJECT_FMT} == "a.out") -LDADD= ${DESTDIR}/usr/lib/c++rt0.o -DPADD= ${DESTDIR}/usr/lib/c++rt0.o -.endif diff --git a/gnu/lib/libstdc++/_G_config.h b/gnu/lib/libstdc++/_G_config.h deleted file mode 100644 index 77f82082ac5..00000000000 --- a/gnu/lib/libstdc++/_G_config.h +++ /dev/null @@ -1,5 +0,0 @@ -/* $NetBSD: _G_config.h,v 1.3 1998/08/28 15:31:29 tv Exp $ */ - -/* These definitions are machine-dependent, so pick up the proper MD file. */ - -#include <machine/_G_config.h> diff --git a/gnu/lib/libstdc++/arch/alpha/_G_config.h b/gnu/lib/libstdc++/arch/alpha/_G_config.h deleted file mode 100644 index de3c943a1fc..00000000000 --- a/gnu/lib/libstdc++/arch/alpha/_G_config.h +++ /dev/null @@ -1,92 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "__vt_" -#define _G_USING_THUNKS -#define _G_VTABLE_LABEL_PREFIX_ID __vt_ -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef int _G_clock_t; -typedef unsigned int _G_dev_t; -typedef long int _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef long int _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef int _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long _G_ssize_t; -typedef int _G_wint_t; -#define _G_NEED_STDARG_H -#define _G_va_list va_list -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/alpha/defs.mk b/gnu/lib/libstdc++/arch/alpha/defs.mk deleted file mode 100644 index 1cc9c07fafa..00000000000 --- a/gnu/lib/libstdc++/arch/alpha/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/arm/_G_config.h b/gnu/lib/libstdc++/arch/arm/_G_config.h deleted file mode 100644 index 687c12eeddf..00000000000 --- a/gnu/lib/libstdc++/arch/arm/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned int _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef int _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/arm/defs.mk b/gnu/lib/libstdc++/arch/arm/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/arm/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/armeb/_G_config.h b/gnu/lib/libstdc++/arch/armeb/_G_config.h deleted file mode 100644 index fc1fef392f9..00000000000 --- a/gnu/lib/libstdc++/arch/armeb/_G_config.h +++ /dev/null @@ -1,90 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_LIB_VERSION "2.8.0nb1" -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned int _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef int _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/armeb/defs.mk b/gnu/lib/libstdc++/arch/armeb/defs.mk deleted file mode 100644 index a0044744f51..00000000000 --- a/gnu/lib/libstdc++/arch/armeb/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS= -G_XCXXFLAGS= -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h std/bastring.cc std/bastring.h std/complext.cc std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_array.tcc std/valarray_meta.h stl.h -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hashtable.h hash_map.h hash_set.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hashtable.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h PlotFile.h procbuf.h SFile.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/i386/_G_config.h b/gnu/lib/libstdc++/arch/i386/_G_config.h deleted file mode 100644 index 795566e2bb9..00000000000 --- a/gnu/lib/libstdc++/arch/i386/_G_config.h +++ /dev/null @@ -1,91 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "__vt_" -#define _G_USING_THUNKS -#define _G_VTABLE_LABEL_PREFIX_ID __vt_ -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/i386/defs.mk b/gnu/lib/libstdc++/arch/i386/defs.mk deleted file mode 100644 index 1b6e98cf7d0..00000000000 --- a/gnu/lib/libstdc++/arch/i386/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/m68000/_G_config.h b/gnu/lib/libstdc++/arch/m68000/_G_config.h deleted file mode 100644 index 4cfbbc27217..00000000000 --- a/gnu/lib/libstdc++/arch/m68000/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt$" -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/m68000/defs.mk b/gnu/lib/libstdc++/arch/m68000/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/m68000/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/m68k/_G_config.h b/gnu/lib/libstdc++/arch/m68k/_G_config.h deleted file mode 100644 index 4cfbbc27217..00000000000 --- a/gnu/lib/libstdc++/arch/m68k/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt$" -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/m68k/defs.mk b/gnu/lib/libstdc++/arch/m68k/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/m68k/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/mipseb/_G_config.h b/gnu/lib/libstdc++/arch/mipseb/_G_config.h deleted file mode 100644 index 4cfbbc27217..00000000000 --- a/gnu/lib/libstdc++/arch/mipseb/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt$" -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/mipseb/defs.mk b/gnu/lib/libstdc++/arch/mipseb/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/mipseb/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/mipsel/_G_config.h b/gnu/lib/libstdc++/arch/mipsel/_G_config.h deleted file mode 100644 index 4cfbbc27217..00000000000 --- a/gnu/lib/libstdc++/arch/mipsel/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt$" -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/mipsel/defs.mk b/gnu/lib/libstdc++/arch/mipsel/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/mipsel/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/powerpc/_G_config.h b/gnu/lib/libstdc++/arch/powerpc/_G_config.h deleted file mode 100644 index 336cd256594..00000000000 --- a/gnu/lib/libstdc++/arch/powerpc/_G_config.h +++ /dev/null @@ -1,90 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -#define _G_NEED_STDARG_H -#define _G_va_list va_list -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/powerpc/defs.mk b/gnu/lib/libstdc++/arch/powerpc/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/powerpc/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/sh3eb/_G_config.h b/gnu/lib/libstdc++/arch/sh3eb/_G_config.h deleted file mode 100644 index 92d3fdf9a74..00000000000 --- a/gnu/lib/libstdc++/arch/sh3eb/_G_config.h +++ /dev/null @@ -1,90 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_LIB_VERSION "2.8.0nb1" -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef void * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/sh3eb/defs.mk b/gnu/lib/libstdc++/arch/sh3eb/defs.mk deleted file mode 100644 index a0044744f51..00000000000 --- a/gnu/lib/libstdc++/arch/sh3eb/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS= -G_XCXXFLAGS= -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h std/bastring.cc std/bastring.h std/complext.cc std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_array.tcc std/valarray_meta.h stl.h -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hashtable.h hash_map.h hash_set.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hashtable.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h PlotFile.h procbuf.h SFile.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/sh3el/_G_config.h b/gnu/lib/libstdc++/arch/sh3el/_G_config.h deleted file mode 100644 index 28525b4682a..00000000000 --- a/gnu/lib/libstdc++/arch/sh3el/_G_config.h +++ /dev/null @@ -1,90 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_LIB_VERSION "2.8.0nb1" -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef int _G_ssize_t; -typedef int _G_wint_t; -typedef void * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/sh3el/defs.mk b/gnu/lib/libstdc++/arch/sh3el/defs.mk deleted file mode 100644 index 67d43dc93d3..00000000000 --- a/gnu/lib/libstdc++/arch/sh3el/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS= -G_XCXXFLAGS= -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h std/bastring.cc std/bastring.h std/complext.cc std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_array.tcc std/valarray_meta.h stl.h -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hashtable.h hash_map.h hash_set.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hashtable.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h PlotFile.h procbuf.h SFile.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/sparc/_G_config.h b/gnu/lib/libstdc++/arch/sparc/_G_config.h deleted file mode 100644 index 0fbdf4dba60..00000000000 --- a/gnu/lib/libstdc++/arch/sparc/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned long _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef long _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/sparc/defs.mk b/gnu/lib/libstdc++/arch/sparc/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/sparc/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/sparc64/_G_config.h b/gnu/lib/libstdc++/arch/sparc64/_G_config.h deleted file mode 100644 index 9b280771f37..00000000000 --- a/gnu/lib/libstdc++/arch/sparc64/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef int _G_clock_t; -typedef unsigned int _G_dev_t; -typedef long int _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef long int _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef int _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/sparc64/defs.mk b/gnu/lib/libstdc++/arch/sparc64/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/sparc64/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/arch/vax/_G_config.h b/gnu/lib/libstdc++/arch/vax/_G_config.h deleted file mode 100644 index 687c12eeddf..00000000000 --- a/gnu/lib/libstdc++/arch/vax/_G_config.h +++ /dev/null @@ -1,89 +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 */ - -/* AUTOMATICALLY GENERATED; DO NOT EDIT! */ -#ifndef _G_config_h -#define _G_config_h -#define _G_NAMES_HAVE_UNDERSCORE 0 -#define _G_VTABLE_LABEL_HAS_LENGTH 1 -#define _G_VTABLE_LABEL_PREFIX "_vt." -#define _G_HAVE_ST_BLKSIZE 1 - -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -typedef int _G_int8_t __attribute__((__mode__(__QI__))); -typedef unsigned int _G_uint8_t __attribute__((__mode__(__QI__))); -typedef int _G_int16_t __attribute__((__mode__(__HI__))); -typedef unsigned int _G_uint16_t __attribute__((__mode__(__HI__))); -typedef int _G_int32_t __attribute__((__mode__(__SI__))); -typedef unsigned int _G_uint32_t __attribute__((__mode__(__SI__))); -typedef int _G_int64_t __attribute__((__mode__(__DI__))); -typedef unsigned int _G_uint64_t __attribute__((__mode__(__DI__))); -#if __GNUC__ > 2 || __GNUC_MINOR__ >= 8 -__extension__ typedef long long _G_llong; -__extension__ typedef unsigned long long _G_ullong; -#endif -#else -typedef short int _G_int16_t; -typedef unsigned short int _G_uint16_t; -typedef int _G_int32_t; -typedef unsigned int _G_uint32_t; -#endif - -typedef unsigned int _G_clock_t; -typedef unsigned int _G_dev_t; -typedef _G_llong _G_fpos_t; -typedef unsigned int _G_gid_t; -typedef unsigned int _G_ino_t; -typedef unsigned int _G_mode_t; -typedef unsigned int _G_nlink_t; -typedef _G_llong _G_off_t; -typedef int _G_pid_t; -#ifndef __PTRDIFF_TYPE__ -#define __PTRDIFF_TYPE__ long int -#endif -typedef __PTRDIFF_TYPE__ _G_ptrdiff_t; -typedef int /* default */ _G_sigset_t; -#ifndef __SIZE_TYPE__ -#define __SIZE_TYPE__ unsigned long int -#endif -typedef __SIZE_TYPE__ _G_size_t; -typedef int _G_time_t; -typedef unsigned int _G_uid_t; -typedef int _G_wchar_t; - -#define _G_BUFSIZ 1024 -#define _G_FOPEN_MAX 20 -#define _G_FILENAME_MAX 1024 -#if defined (__cplusplus) || defined (__STDC__) -#define _G_ARGS(ARGLIST) ARGLIST -#else -#define _G_ARGS(ARGLIST) () -#endif -#if !defined (__GNUG__) || defined (__STRICT_ANSI__) -#define _G_NO_NRV -#endif -#if !defined (__GNUG__) -#define _G_NO_EXTERN_TEMPLATES -#endif -typedef long int _G_ssize_t; -typedef int _G_wint_t; -typedef char * _G_va_list; -#define _G_signal_return_type void -#define _G_sprintf_return_type int -#define _G_HAVE_ATEXIT 1 -#define _G_HAVE_SYS_RESOURCE 1 -#define _G_HAVE_SYS_TIMES 1 -#define _G_HAVE_SYS_SOCKET 1 -#define _G_HAVE_SYS_CDEFS 1 -#define _G_HAVE_SYS_WAIT 1 -#define _G_HAVE_UNISTD 1 -#define _G_HAVE_DIRENT 1 -#define _G_HAVE_CURSES 1 -#define _G_MATH_H_INLINES 0 -#define _G_HAVE_BOOL 1 -#define _G_HAVE_PRINTF_FP 0 -#define _G_HAVE_LONG_DOUBLE_IO 0 -#undef NULL -#define __need_NULL -#include <stddef.h> -#endif /* !_G_config_h */ diff --git a/gnu/lib/libstdc++/arch/vax/defs.mk b/gnu/lib/libstdc++/arch/vax/defs.mk deleted file mode 100644 index f99427e29d6..00000000000 --- a/gnu/lib/libstdc++/arch/vax/defs.mk +++ /dev/null @@ -1,19 +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_CINCLUDES=-I. -I${DIST}/libio -G_LIBIOSTREAM_USE=filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o builtinbuf.o filebuf.o fstream.o indstream.o ioassign.o ioextend.o iomanip.o iostream.o isgetline.o isgetsb.o isscan.o osform.o procbuf.o sbform.o sbgetline.o sbscan.o stdiostream.o stdstrbufs.o stdstreams.o stream.o streambuf.o strstream.o PlotFile.o SFile.o parsestream.o pfstream.o editbuf.o ioprims.o iostrerror.o cleanup.o -G_MT_CFLAGS= -G_XCFLAGS=-g -G_XCXXFLAGS=-g -O2 -fno-implicit-templates -G_LIBIBERTY_OBJS=strncmp.o strerror.o -G_COMFUNCS=MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT -G_COMIO=EXTRACT INSERT -G_CXXINCLUDES=-I${DIST}/libstdc++ -I${DIST}/libstdc++/stl -I../libio -I${DIST}/libstdc++/../libio -nostdinc++ -G_HEADERS=cassert cctype cerrno cfloat ciso646 climits clocale cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype string stdexcept algorithm deque functional hash_map hash_set iterator list map memory numeric pthread_alloc queue rope set slist stack utility vector fstream iomanip iostream strstream iosfwd bitset valarray sstream -G_OBJS=cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o -G_STRFUNCS=REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS GEPS GESP -G_STRIO=EXTRACT INSERT GETLINE -STD_HEADERS= complex.h stl.h std/bastring.h std/complext.h std/dcomplex.h std/fcomplex.h std/gslice.h std/gslice_array.h std/indirect_array.h std/ldcomplex.h std/mask_array.h std/slice.h std/slice_array.h std/std_valarray.h std/straits.h std/valarray_array.h std/valarray_meta.h std/bastring.cc std/complext.cc std/valarray_array.tcc -STL_HEADERS= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h tree.h type_traits.h vector.h -LIBIO_HEADERS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h indstream.h iolibio.h iomanip.h iostdio.h iostream.h istream.h libio.h ostream.h parsestream.h pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h diff --git a/gnu/lib/libstdc++/config/Makefile b/gnu/lib/libstdc++/config/Makefile deleted file mode 100644 index 82a4de2fff8..00000000000 --- a/gnu/lib/libstdc++/config/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2003/08/03 09:23:14 lukem Exp $ - -# Makefile for _G_config.h, a machine-dependent automatically generated -# configuration file. - -INCS= _G_config.h -INCSDIR= /usr/include/${MACHINE} - -.include <bsd.own.mk> - -.PATH: ${.CURDIR}/../arch/${MACHINE_ARCH} - -.include <bsd.prog.mk> diff --git a/gnu/lib/libstdc++/include/Makefile b/gnu/lib/libstdc++/include/Makefile deleted file mode 100644 index 82186882c80..00000000000 --- a/gnu/lib/libstdc++/include/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2003/10/28 08:13:39 lukem Exp $ - -.include <bsd.own.mk> - -.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain - -INCS= ${G_HEADERS} ${STD_HEADERS} ${STL_HEADERS} -INCSDIR= /usr/include/g++ - -.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl - -# Get default targets including <bsd.inc.mk>. -.include <bsd.prog.mk> - -.cc: # disable .cc->NULL transform diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile deleted file mode 100644 index 008ad16a886..00000000000 --- a/gnu/lib/libstdc++/io/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2003/10/28 08:12:32 lukem Exp $ - -NOOBJ= # defined - -.include <bsd.own.mk> - -.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain - -INCS= ${LIBIO_HEADERS:Niostdio.h} -INCSDIR= /usr/include/g++ - -.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio - -# Get default targets including <bsd.inc.mk>. -.include <bsd.prog.mk> 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 |
