Regen.
This commit is contained in:
parent
2634f75160
commit
75c2396dcc
|
@ -1,8 +1,9 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* Main header file for the bfd library -- portable access to object files.
|
||||
Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
|
||||
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
Contributed by Cygnus Support.
|
||||
|
||||
|
@ -55,7 +56,7 @@ extern "C" {
|
|||
#include "ansidecl.h"
|
||||
|
||||
/* These two lines get substitutions done by commands in Makefile.in. */
|
||||
#define BFD_VERSION "2.11"
|
||||
#define BFD_VERSION "2.11.2"
|
||||
#define BFD_ARCH_SIZE 32
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#if 0
|
||||
|
@ -1130,6 +1131,10 @@ typedef struct sec
|
|||
/* A mark flag used by some of the linker backends. */
|
||||
unsigned int linker_mark : 1;
|
||||
|
||||
/* Another mark flag used by some of the linker backends. Set for
|
||||
output sections that have a input section. */
|
||||
unsigned int linker_has_input : 1;
|
||||
|
||||
/* A mark flag used by some linker backends for garbage collection. */
|
||||
unsigned int gc_mark : 1;
|
||||
|
||||
|
@ -1364,6 +1369,10 @@ enum bfd_architecture
|
|||
#define bfd_mach_m68040 6
|
||||
#define bfd_mach_m68060 7
|
||||
#define bfd_mach_cpu32 8
|
||||
#define bfd_mach_mcf5200 9
|
||||
#define bfd_mach_mcf5206e 10
|
||||
#define bfd_mach_mcf5307 11
|
||||
#define bfd_mach_mcf5407 12
|
||||
bfd_arch_vax, /* DEC Vax */
|
||||
bfd_arch_i960, /* Intel 960 */
|
||||
/* The order of the following is important.
|
||||
|
@ -1415,6 +1424,7 @@ enum bfd_architecture
|
|||
#define bfd_mach_mips6000 6000
|
||||
#define bfd_mach_mips8000 8000
|
||||
#define bfd_mach_mips10000 10000
|
||||
#define bfd_mach_mips12000 12000
|
||||
#define bfd_mach_mips16 16
|
||||
#define bfd_mach_mips32 32
|
||||
#define bfd_mach_mips32_4k 3204113 /* 32, 04, octal 'K' */
|
||||
|
@ -1919,7 +1929,9 @@ relocation types already defined. */
|
|||
BFD_RELOC_SPARC_GLOB_DAT,
|
||||
BFD_RELOC_SPARC_JMP_SLOT,
|
||||
BFD_RELOC_SPARC_RELATIVE,
|
||||
BFD_RELOC_SPARC_UA16,
|
||||
BFD_RELOC_SPARC_UA32,
|
||||
BFD_RELOC_SPARC_UA64,
|
||||
|
||||
/* I think these are specific to SPARC a.out (e.g., Sun 4). */
|
||||
BFD_RELOC_SPARC_BASE13,
|
||||
|
@ -2071,6 +2083,17 @@ to compensate for the borrow when the low bits are added. */
|
|||
BFD_RELOC_MIPS_GOT_PAGE,
|
||||
BFD_RELOC_MIPS_GOT_OFST,
|
||||
BFD_RELOC_MIPS_GOT_DISP,
|
||||
BFD_RELOC_MIPS_SHIFT5,
|
||||
BFD_RELOC_MIPS_SHIFT6,
|
||||
BFD_RELOC_MIPS_INSERT_A,
|
||||
BFD_RELOC_MIPS_INSERT_B,
|
||||
BFD_RELOC_MIPS_DELETE,
|
||||
BFD_RELOC_MIPS_HIGHEST,
|
||||
BFD_RELOC_MIPS_HIGHER,
|
||||
BFD_RELOC_MIPS_SCN_DISP,
|
||||
BFD_RELOC_MIPS_REL16,
|
||||
BFD_RELOC_MIPS_RELGOT,
|
||||
BFD_RELOC_MIPS_JALR,
|
||||
|
||||
|
||||
/* i386/elf relocations */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -60,7 +60,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the fcntl function. */
|
||||
#define HAVE_FCNTL 1
|
||||
|
@ -180,7 +180,7 @@
|
|||
#define PACKAGE "bfd"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -192,7 +192,7 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Use b modifier when opening binary files? */
|
||||
/* #undef USE_BINARY_FOPEN */
|
||||
|
@ -294,6 +294,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
@ -319,7 +322,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -384,7 +387,7 @@
|
|||
/* Name of package */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -396,5 +399,5 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_libbfd_la_DEPENDENCIES=elf32-i386.lo elf32.lo elf.lo elflink.lo dwarf1.lo i386bsd.lo aout32.lo i386netbsd.lo netbsdaout.lo pe-i386.lo peigen.lo cofflink.lo pei-i386.lo coff-i386.lo i386linux.lo elf32-gen.lo cpu-i386.lo netbsd-core.lo ofiles
|
||||
G_libbfd_la_DEPENDENCIES=elf32-i386.lo elf32.lo elf.lo elflink.lo dwarf1.lo i386bsd.lo aout32.lo i386netbsdlo netbsdaout.lo pe-i386.lo peigen.lo cofflink.lo pei-i386.lo coff-i386.lo i386linux.lo elf32-gen.lo cpu-i386.lo netbsd-core.lo ofiles
|
||||
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo dwarf2.lo
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/bfd -I.
|
||||
G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I${DIST}/bfd -I${DIST}/bfd/../include -I${DIST}/bfd/../intl -I../intl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.hin. Generated automatically from configure.in by autoheader. */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 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 -O2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
|
||||
/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_ALLOCA=
|
||||
G_EXTRA_OFILES=
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp
|
||||
#
|
||||
G_ALL_CFLAGS=-I. -I${DIST}/libobjc -g -O2 -DIN_GCC
|
||||
G_INCLUDES=-I${DIST}/libobjc/objc -I${DIST}/libobjc/../gcc -I${DIST}/libobjc/../gcc/config -I../../gcc -I${DIST}/libobjc/../include
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
|
||||
/* AUTOMATICALLY GENERATED; DO NOT EDIT! */
|
||||
#ifndef _G_config_h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.3 2001/07/24 19:39:52 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -32,6 +32,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
@ -60,7 +63,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -141,7 +144,7 @@
|
|||
#define PACKAGE "binutils"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -153,7 +156,7 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Does the platform use an executable suffix? */
|
||||
/* #undef HAVE_EXECUTABLE_SUFFIX */
|
||||
|
@ -189,5 +192,5 @@
|
|||
/* #undef USE_BINARY_FOPEN */
|
||||
|
||||
/* Configured target name. */
|
||||
#define TARGET "i386-unknown-netbsdelf1.5.1"
|
||||
#define TARGET "i386-unknown-netbsdelf"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/binutils -I.
|
||||
G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/binutils -I../bfd -I${DIST}/binutils/../bfd -I${DIST}/binutils/../include -I${DIST}/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
|
||||
|
@ -20,7 +20,7 @@ G_objcopy_OBJECTS=objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.
|
|||
G_objcopy_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
|
||||
G_addr2line_OBJECTS=addr2line.o bucomm.o version.o filemode.o
|
||||
G_addr2line_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
|
||||
G_readelf_OBJECTS=readelf.o version.o
|
||||
G_readelf_OBJECTS=readelf.o version.o unwind-ia64.o
|
||||
G_readelf_DEPENDENCIES=../libiberty/libiberty.a
|
||||
G_nm_new_OBJECTS=nm.o bucomm.o version.o filemode.o
|
||||
G_nm_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -29,6 +29,9 @@
|
|||
/* Define to `long' if <sys/types.h> doesn't define. */
|
||||
/* #undef off_t */
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* #undef size_t */
|
||||
|
||||
|
@ -57,7 +60,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -147,7 +150,7 @@
|
|||
#define PACKAGE "gas"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if defaulting to ELF on SCO 5. */
|
||||
/* #undef SCO_ELF */
|
||||
|
@ -158,6 +161,9 @@
|
|||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Use ELF stabs for MIPS, not ECOFF stabs */
|
||||
/* #undef MIPS_STABS_ELF */
|
||||
|
||||
/* Define if default target is PowerPC Solaris. */
|
||||
/* #undef TARGET_SOLARIS_COMMENT */
|
||||
|
||||
|
@ -167,6 +173,9 @@
|
|||
/* Default architecture. */
|
||||
#define DEFAULT_ARCH "i386"
|
||||
|
||||
/* Default architecture. */
|
||||
#define DEFAULT_ARCH "i386"
|
||||
|
||||
/* Using cgen code? */
|
||||
/* #undef USING_CGEN */
|
||||
|
||||
|
@ -225,10 +234,10 @@
|
|||
#define BFD_ASSEMBLER 1
|
||||
|
||||
/* Target alias. */
|
||||
#define TARGET_ALIAS "i386-unknown-netbsdelf1.5.1"
|
||||
#define TARGET_ALIAS "i386-unknown-netbsdelf"
|
||||
|
||||
/* Canonical target. */
|
||||
#define TARGET_CANONICAL "i386-unknown-netbsdelf1.5.1"
|
||||
#define TARGET_CANONICAL "i386-unknown-netbsdelf"
|
||||
|
||||
/* Target CPU. */
|
||||
#define TARGET_CPU "i386"
|
||||
|
@ -237,7 +246,7 @@
|
|||
#define TARGET_VENDOR "unknown"
|
||||
|
||||
/* Target OS. */
|
||||
#define TARGET_OS "netbsdelf1.5.1"
|
||||
#define TARGET_OS "netbsdelf"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -249,7 +258,7 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Compiling cross-assembler? */
|
||||
/* #undef CROSS_COMPILE */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/gas -I.
|
||||
G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/gas -I../bfd -I${DIST}/gas/config -I${DIST}/gas/../include -I${DIST}/gas/.. -I${DIST}/gas/../bfd -I${DIST}/gas/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "itbl-i386.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "obj-elf.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "tc-i386.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.4 2001/08/06 15:31:23 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "te-nbsd.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/gprof -I.
|
||||
G_gprof_OBJECTS=basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
|
||||
G_gprof_OBJECTS=basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o
|
||||
G_INCLUDES=-D_GNU_SOURCE -DDEBUG -I../bfd -I${DIST}/gprof/../include -I${DIST}/gprof/../bfd -I${DIST}/gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/share/locale\""
|
||||
G_TEXINFOS=gprof.texi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* gconfig.h. Generated automatically by configure. */
|
||||
/* gconfig.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -47,6 +47,9 @@
|
|||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define as the size of a pointer in the target profile file format. */
|
||||
#define GMON_PTR_SIZE 4
|
||||
|
||||
/* Define if you have the __argz_count function. */
|
||||
/* #undef HAVE___ARGZ_COUNT */
|
||||
|
||||
|
@ -57,7 +60,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -107,6 +110,9 @@
|
|||
/* Define if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define if you have the <sys/gmon_out.h> header file. */
|
||||
/* #undef HAVE_SYS_GMON_OUT_H */
|
||||
|
||||
/* Define if you have the <sys/param.h> header file. */
|
||||
#define HAVE_SYS_PARAM_H 1
|
||||
|
||||
|
@ -116,23 +122,11 @@
|
|||
/* Define if you have the <values.h> header file. */
|
||||
/* #undef HAVE_VALUES_H */
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
||||
/* Define if your locale.h file contains LC_MESSAGES. */
|
||||
#define HAVE_LC_MESSAGES 1
|
||||
|
||||
/* Define to 1 if NLS is requested */
|
||||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "gprof"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -144,5 +138,5 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -60,7 +60,7 @@
|
|||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -141,7 +141,7 @@
|
|||
#define PACKAGE "ld"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.11"
|
||||
#define VERSION "2.11.2"
|
||||
|
||||
/* Define if you have the stpcpy function */
|
||||
/* #undef HAVE_STPCPY */
|
||||
|
@ -153,7 +153,7 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Use b modifier when opening binary files? */
|
||||
/* #undef USE_BINARY_FOPEN */
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/ld -I.
|
||||
G_EMUL=elf_i386
|
||||
G_EMULATION_OFILES=eelf_i386.o ei386nbsd.o
|
||||
G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}/ld/../include -I${DIST}/ld/../intl -I../intl -g -O2 -DLOCALEDIR="\"/usr/local/share/locale\""
|
||||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_i386.o ei386nbsd.o
|
||||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_i386.o ei386nbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=i386-unknown-netbsdelf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.6 2001/08/06 19:58:25 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
extern ld_emulation_xfer_type ld_elf_i386_emulation;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* auto-host.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -29,10 +29,10 @@
|
|||
|
||||
/* 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
|
||||
/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */
|
||||
|
||||
/* Define if your assembler supports .balign and .p2align. */
|
||||
#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
|
||||
/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */
|
||||
|
||||
/* Define if your assembler supports .subsection and .subsection -1 starts
|
||||
emitting at the beginning of your section */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#ifdef IN_GCC
|
||||
#include "auto-host.h"
|
||||
|
@ -11,7 +11,7 @@
|
|||
#include "i386/xm-i386.h"
|
||||
#endif
|
||||
#ifdef IN_GCC
|
||||
#include "xm-netbsd.h"
|
||||
#include "xm-netbsdh"
|
||||
#endif
|
||||
#ifdef IN_GCC
|
||||
#include "hwint.h"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 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=\"i386-unknown-netbsdelf1.5.1\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\"
|
||||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "cp/cp-tree.def"
|
||||
#include "objc/objc-tree.def"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#ifdef IN_GCC
|
||||
#include "auto-host.h"
|
||||
|
@ -11,7 +11,7 @@
|
|||
#include "i386/xm-i386.h"
|
||||
#endif
|
||||
#ifdef IN_GCC
|
||||
#include "xm-netbsd.h"
|
||||
#include "xm-netbsdh"
|
||||
#endif
|
||||
#ifdef IN_GCC
|
||||
#include "hwint.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "cp/lang-options.h"
|
||||
#include "f/lang-options.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "cp/lang-specs.h"
|
||||
#include "f/lang-specs.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#ifdef IN_GCC
|
||||
#include "gansidecl.h"
|
||||
|
@ -8,5 +8,5 @@
|
|||
#include "i386/xm-i386.h"
|
||||
#endif
|
||||
#ifdef IN_GCC
|
||||
#include "xm-netbsd.h"
|
||||
#include "xm-netbsdh"
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#ifdef IN_GCC
|
||||
#include "gansidecl.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/* config.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -152,7 +152,7 @@
|
|||
#define HAVE_BZERO 1
|
||||
|
||||
/* Define if you have the dcgettext function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
/* #undef HAVE_DCGETTEXT */
|
||||
|
||||
/* Define if you have the getcwd function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
@ -335,7 +335,7 @@
|
|||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
|
||||
#define HAVE_GETTEXT 1
|
||||
/* #undef HAVE_GETTEXT */
|
||||
|
||||
/* Define if malloc is not declared in system header files. */
|
||||
/* #undef NEED_DECLARATION_MALLOC */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp
|
||||
# Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp
|
||||
#
|
||||
G_INTERNAL_CFLAGS=-Werror -O2 -I. -I${DIST}/gdb -I${DIST}/gdb/config -DHAVE_CONFIG_H -I${DIST}/gdb/../include/opcode -I${DIST}/gdb/../readline/.. -I../bfd -I${DIST}/gdb/../bfd -I${DIST}/gdb/../include -I../intl -I${DIST}/gdb/../intl -I${DIST}/gdb/tui -DUSE_INCLUDED_REGEX
|
||||
G_INTERNAL_CFLAGS=-g -O2 -I. -I${DIST}/gdb -I${DIST}/gdb/config -DHAVE_CONFIG_H -I${DIST}/gdb/../include/opcode -I${DIST}/gdb/../readline/.. -I../bfd -I${DIST}/gdb/../bfd -I${DIST}/gdb/../include -I../intl -I${DIST}/gdb/../intl -I${DIST}/gdb/tui -DUSE_INCLUDED_REGEX
|
||||
G_LIBGDB_OBS=version.o blockframe.o breakpoint.o findvar.o stack.o thread.o source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o expprint.o environ.o event-loop.o event-top.o inf-loop.o gdbarch.o arch-utils.o gdbtypes.o copying.o i386-tdep.o i387-tdep.o solib.o ser-tcp.o ser-unix.o ser-pipe.o fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o kcore-nbsd.o remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o mem-break.o target.o parse.o language.o c-exp.tab.o jv-exp.tab.o f-exp.tab.o m2-exp.tab.o buildsym.o kod.o kod-cisco.o gdb-events.o exec.o bcache.o objfiles.o minsyms.o maint.o demangle.o dbxread.o coffread.o elfread.o dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o c-lang.o ch-exp.o ch-lang.o f-lang.o ui-out.o cli-out.o varobj.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o ui-file.o tui-file.o annotate.o inflow.o gnu-regex.o init.o
|
||||
G_CCFLAGS=-DHAVE_CONFIG_H -I. -I${DIST}/readline -I/usr/local/include -DRL_LIBRARY_VERSION='"4.0"' -g -O2
|
||||
G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o nls.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o tilde.o
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
/* Do not modify this file. */
|
||||
/* It is created automatically by the Makefile. */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include <i386/nm-nbsd.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include <i386/tm-nbsd.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "5.0";
|
||||
const char version[] = "5.0-nb1";
|
||||
const char host_name[] = "i386-unknown-netbsdelf";
|
||||
const char target_name[] = "i386-unknown-netbsdelf";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.7 2001/08/06 23:26:28 tv Exp */
|
||||
/* Generated from: NetBSD: toolchain2netbsd,v 1.11 2001/08/14 05:11:50 tv Exp */
|
||||
|
||||
#include <i386/xm-nbsd.h>
|
||||
|
|
Loading…
Reference in New Issue