summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-08-14 05:14:59 +0000
committertv <tv@NetBSD.org>2001-08-14 05:14:59 +0000
commit75c2396dcceccd20f8553ba661ac3ebd04f79e46 (patch)
treeb53a8115db69bb4cf35a44fa1d71d75771ef7a88 /gnu
parent2634f75160a08e3b85e70a1fccb12df06f6e8727 (diff)
Regen.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libbfd/arch/i386/bfd.h29
-rw-r--r--gnu/lib/libbfd/arch/i386/config.h17
-rw-r--r--gnu/lib/libbfd/arch/i386/defs.mk4
-rw-r--r--gnu/lib/libg2c/arch/i386/config.h2
-rw-r--r--gnu/lib/libg2c/arch/i386/defs.mk2
-rw-r--r--gnu/lib/libg2c/arch/i386/g2c.h2
-rw-r--r--gnu/lib/libgcc/i386.mk2
-rw-r--r--gnu/lib/libiberty/arch/i386/config.h2
-rw-r--r--gnu/lib/libiberty/arch/i386/defs.mk2
-rw-r--r--gnu/lib/libobjc/i386.mk2
-rw-r--r--gnu/lib/libstdc++/arch/i386/_G_config.h2
-rw-r--r--gnu/lib/libstdc++/arch/i386/defs.mk2
-rw-r--r--gnu/usr.bin/binutils/common/arch/i386/config.h13
-rw-r--r--gnu/usr.bin/binutils/common/arch/i386/defs.mk4
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/config.h23
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/defs.mk2
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/itbl-cpu.h2
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/obj-format.h2
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/targ-cpu.h2
-rw-r--r--gnu/usr.bin/binutils/gas/arch/i386/targ-env.h2
-rw-r--r--gnu/usr.bin/binutils/gprof/arch/i386/defs.mk4
-rw-r--r--gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h26
-rw-r--r--gnu/usr.bin/binutils/ld/arch/i386/config.h8
-rw-r--r--gnu/usr.bin/binutils/ld/arch/i386/defs.mk4
-rw-r--r--gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h2
-rw-r--r--gnu/usr.bin/gcc/arch/i386/auto-host.h6
-rw-r--r--gnu/usr.bin/gcc/arch/i386/config.h4
-rw-r--r--gnu/usr.bin/gcc/arch/i386/defs.mk4
-rw-r--r--gnu/usr.bin/gcc/arch/i386/gencheck.h2
-rw-r--r--gnu/usr.bin/gcc/arch/i386/hconfig.h4
-rw-r--r--gnu/usr.bin/gcc/arch/i386/options.h2
-rw-r--r--gnu/usr.bin/gcc/arch/i386/specs.h2
-rw-r--r--gnu/usr.bin/gcc/arch/i386/tconfig.h4
-rw-r--r--gnu/usr.bin/gcc/arch/i386/tm.h2
-rw-r--r--gnu/usr.bin/gdb/arch/i386/config.h6
-rw-r--r--gnu/usr.bin/gdb/arch/i386/defs.mk4
-rw-r--r--gnu/usr.bin/gdb/arch/i386/init.c2
-rw-r--r--gnu/usr.bin/gdb/arch/i386/nm.h2
-rw-r--r--gnu/usr.bin/gdb/arch/i386/tm.h2
-rw-r--r--gnu/usr.bin/gdb/arch/i386/version.c4
-rw-r--r--gnu/usr.bin/gdb/arch/i386/xm.h2
41 files changed, 123 insertions, 91 deletions
diff --git a/gnu/lib/libbfd/arch/i386/bfd.h b/gnu/lib/libbfd/arch/i386/bfd.h
index 7692809e57b..446e7e623fb 100644
--- a/gnu/lib/libbfd/arch/i386/bfd.h
+++ b/gnu/lib/libbfd/arch/i386/bfd.h
@@ -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 */
diff --git a/gnu/lib/libbfd/arch/i386/config.h b/gnu/lib/libbfd/arch/i386/config.h
index 0e9168b30f6..edf49ce707b 100644
--- a/gnu/lib/libbfd/arch/i386/config.h
+++ b/gnu/lib/libbfd/arch/i386/config.h
@@ -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 */
diff --git a/gnu/lib/libbfd/arch/i386/defs.mk b/gnu/lib/libbfd/arch/i386/defs.mk
index 578c18d0440..ab6f874b361 100644
--- a/gnu/lib/libbfd/arch/i386/defs.mk
+++ b/gnu/lib/libbfd/arch/i386/defs.mk
@@ -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
diff --git a/gnu/lib/libg2c/arch/i386/config.h b/gnu/lib/libg2c/arch/i386/config.h
index be9dbe46888..64c6c207f42 100644
--- a/gnu/lib/libg2c/arch/i386/config.h
+++ b/gnu/lib/libg2c/arch/i386/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 */
/* config.h. Generated automatically by configure. */
/* config.hin. Generated automatically from configure.in by autoheader. */
diff --git a/gnu/lib/libg2c/arch/i386/defs.mk b/gnu/lib/libg2c/arch/i386/defs.mk
index 41abc50db7a..551fc3f45c4 100644
--- a/gnu/lib/libg2c/arch/i386/defs.mk
+++ b/gnu/lib/libg2c/arch/i386/defs.mk
@@ -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
diff --git a/gnu/lib/libg2c/arch/i386/g2c.h b/gnu/lib/libg2c/arch/i386/g2c.h
index c79b6a58176..58a4a15577b 100644
--- a/gnu/lib/libg2c/arch/i386/g2c.h
+++ b/gnu/lib/libg2c/arch/i386/g2c.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 */
/* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */
diff --git a/gnu/lib/libgcc/i386.mk b/gnu/lib/libgcc/i386.mk
index 497397810a5..dd1c653847b 100644
--- a/gnu/lib/libgcc/i386.mk
+++ b/gnu/lib/libgcc/i386.mk
@@ -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
diff --git a/gnu/lib/libiberty/arch/i386/config.h b/gnu/lib/libiberty/arch/i386/config.h
index b207c4730b5..47f5c511802 100644
--- a/gnu/lib/libiberty/arch/i386/config.h
+++ b/gnu/lib/libiberty/arch/i386/config.h
@@ -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. */
diff --git a/gnu/lib/libiberty/arch/i386/defs.mk b/gnu/lib/libiberty/arch/i386/defs.mk
index 3ca8e1006c3..e292f98028c 100644
--- a/gnu/lib/libiberty/arch/i386/defs.mk
+++ b/gnu/lib/libiberty/arch/i386/defs.mk
@@ -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=
diff --git a/gnu/lib/libobjc/i386.mk b/gnu/lib/libobjc/i386.mk
index cba97690212..2dbe7ce4fdb 100644
--- a/gnu/lib/libobjc/i386.mk
+++ b/gnu/lib/libobjc/i386.mk
@@ -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
diff --git a/gnu/lib/libstdc++/arch/i386/_G_config.h b/gnu/lib/libstdc++/arch/i386/_G_config.h
index c89e839ba1d..8e53774a618 100644
--- a/gnu/lib/libstdc++/arch/i386/_G_config.h
+++ b/gnu/lib/libstdc++/arch/i386/_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 */
/* AUTOMATICALLY GENERATED; DO NOT EDIT! */
#ifndef _G_config_h
diff --git a/gnu/lib/libstdc++/arch/i386/defs.mk b/gnu/lib/libstdc++/arch/i386/defs.mk
index a7eea33ba0c..646e7df1b65 100644
--- a/gnu/lib/libstdc++/arch/i386/defs.mk
+++ b/gnu/lib/libstdc++/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/binutils/common/arch/i386/config.h b/gnu/usr.bin/binutils/common/arch/i386/config.h
index 5c88e2f8e98..6a4995fcf23 100644
--- a/gnu/usr.bin/binutils/common/arch/i386/config.h
+++ b/gnu/usr.bin/binutils/common/arch/i386/config.h
@@ -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"
diff --git a/gnu/usr.bin/binutils/common/arch/i386/defs.mk b/gnu/usr.bin/binutils/common/arch/i386/defs.mk
index e74abf95d36..9b463501e36 100644
--- a/gnu/usr.bin/binutils/common/arch/i386/defs.mk
+++ b/gnu/usr.bin/binutils/common/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/config.h b/gnu/usr.bin/binutils/gas/arch/i386/config.h
index 770df79f8c7..3a5ad61560c 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/config.h
+++ b/gnu/usr.bin/binutils/gas/arch/i386/config.h
@@ -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 */
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/defs.mk b/gnu/usr.bin/binutils/gas/arch/i386/defs.mk
index dab090ce577..0eeb3d85207 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/defs.mk
+++ b/gnu/usr.bin/binutils/gas/arch/i386/defs.mk
@@ -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\""
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/itbl-cpu.h b/gnu/usr.bin/binutils/gas/arch/i386/itbl-cpu.h
index 17e8af6a5bc..8b734be6e89 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/itbl-cpu.h
+++ b/gnu/usr.bin/binutils/gas/arch/i386/itbl-cpu.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 "itbl-i386.h"
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/obj-format.h b/gnu/usr.bin/binutils/gas/arch/i386/obj-format.h
index 003593fdb57..c85678a62af 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/obj-format.h
+++ b/gnu/usr.bin/binutils/gas/arch/i386/obj-format.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"
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/targ-cpu.h b/gnu/usr.bin/binutils/gas/arch/i386/targ-cpu.h
index 4763e345072..c4d705c9e0b 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/targ-cpu.h
+++ b/gnu/usr.bin/binutils/gas/arch/i386/targ-cpu.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"
diff --git a/gnu/usr.bin/binutils/gas/arch/i386/targ-env.h b/gnu/usr.bin/binutils/gas/arch/i386/targ-env.h
index c7f45f69f87..84c1e326de2 100644
--- a/gnu/usr.bin/binutils/gas/arch/i386/targ-env.h
+++ b/gnu/usr.bin/binutils/gas/arch/i386/targ-env.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"
diff --git a/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk b/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk
index 4dceb44fe77..8f800402556 100644
--- a/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk
+++ b/gnu/usr.bin/binutils/gprof/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h b/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h
index 48d6a45ab57..c471dddc309 100644
--- a/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h
+++ b/gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h
@@ -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 */
diff --git a/gnu/usr.bin/binutils/ld/arch/i386/config.h b/gnu/usr.bin/binutils/ld/arch/i386/config.h
index 0cf9f0a0c41..27b95c34b63 100644
--- a/gnu/usr.bin/binutils/ld/arch/i386/config.h
+++ b/gnu/usr.bin/binutils/ld/arch/i386/config.h
@@ -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 */
diff --git a/gnu/usr.bin/binutils/ld/arch/i386/defs.mk b/gnu/usr.bin/binutils/ld/arch/i386/defs.mk
index 4ec2ee96dee..90fa70cf012 100644
--- a/gnu/usr.bin/binutils/ld/arch/i386/defs.mk
+++ b/gnu/usr.bin/binutils/ld/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h b/gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h
index f959d2b1397..77b9208db89 100644
--- a/gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h
+++ b/gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h
@@ -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;
diff --git a/gnu/usr.bin/gcc/arch/i386/auto-host.h b/gnu/usr.bin/gcc/arch/i386/auto-host.h
index 454f49b97bc..ca333f75431 100644
--- a/gnu/usr.bin/gcc/arch/i386/auto-host.h
+++ b/gnu/usr.bin/gcc/arch/i386/auto-host.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 */
/* 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 */
diff --git a/gnu/usr.bin/gcc/arch/i386/config.h b/gnu/usr.bin/gcc/arch/i386/config.h
index 0844b41c743..8e3c7d9498d 100644
--- a/gnu/usr.bin/gcc/arch/i386/config.h
+++ b/gnu/usr.bin/gcc/arch/i386/config.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 "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"
diff --git a/gnu/usr.bin/gcc/arch/i386/defs.mk b/gnu/usr.bin/gcc/arch/i386/defs.mk
index 26e4026c0c6..2d90ab67e53 100644
--- a/gnu/usr.bin/gcc/arch/i386/defs.mk
+++ b/gnu/usr.bin/gcc/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/gcc/arch/i386/gencheck.h b/gnu/usr.bin/gcc/arch/i386/gencheck.h
index bffbe1c51c0..56aab74a9fe 100644
--- a/gnu/usr.bin/gcc/arch/i386/gencheck.h
+++ b/gnu/usr.bin/gcc/arch/i386/gencheck.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/cp-tree.def"
#include "objc/objc-tree.def"
diff --git a/gnu/usr.bin/gcc/arch/i386/hconfig.h b/gnu/usr.bin/gcc/arch/i386/hconfig.h
index 0844b41c743..8e3c7d9498d 100644
--- a/gnu/usr.bin/gcc/arch/i386/hconfig.h
+++ b/gnu/usr.bin/gcc/arch/i386/hconfig.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 "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"
diff --git a/gnu/usr.bin/gcc/arch/i386/options.h b/gnu/usr.bin/gcc/arch/i386/options.h
index 22a4939e0be..2d49617dbd6 100644
--- a/gnu/usr.bin/gcc/arch/i386/options.h
+++ b/gnu/usr.bin/gcc/arch/i386/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-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
index bad497be033..9a0f933d07f 100644
--- a/gnu/usr.bin/gcc/arch/i386/specs.h
+++ b/gnu/usr.bin/gcc/arch/i386/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 */
#include "cp/lang-specs.h"
#include "f/lang-specs.h"
diff --git a/gnu/usr.bin/gcc/arch/i386/tconfig.h b/gnu/usr.bin/gcc/arch/i386/tconfig.h
index 3ae3edd18c1..e34545f677c 100644
--- a/gnu/usr.bin/gcc/arch/i386/tconfig.h
+++ b/gnu/usr.bin/gcc/arch/i386/tconfig.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
diff --git a/gnu/usr.bin/gcc/arch/i386/tm.h b/gnu/usr.bin/gcc/arch/i386/tm.h
index 7a799bf49d9..bf103cfc494 100644
--- a/gnu/usr.bin/gcc/arch/i386/tm.h
+++ b/gnu/usr.bin/gcc/arch/i386/tm.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"
diff --git a/gnu/usr.bin/gdb/arch/i386/config.h b/gnu/usr.bin/gdb/arch/i386/config.h
index 33d9e6aa998..87042b42644 100644
--- a/gnu/usr.bin/gdb/arch/i386/config.h
+++ b/gnu/usr.bin/gdb/arch/i386/config.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 */
diff --git a/gnu/usr.bin/gdb/arch/i386/defs.mk b/gnu/usr.bin/gdb/arch/i386/defs.mk
index b658cf0c33b..e70abfaa7bb 100644
--- a/gnu/usr.bin/gdb/arch/i386/defs.mk
+++ b/gnu/usr.bin/gdb/arch/i386/defs.mk
@@ -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
diff --git a/gnu/usr.bin/gdb/arch/i386/init.c b/gnu/usr.bin/gdb/arch/i386/init.c
index 4bbf0c60a54..1523ba152e6 100644
--- a/gnu/usr.bin/gdb/arch/i386/init.c
+++ b/gnu/usr.bin/gdb/arch/i386/init.c
@@ -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. */
diff --git a/gnu/usr.bin/gdb/arch/i386/nm.h b/gnu/usr.bin/gdb/arch/i386/nm.h
index fc0653bfcef..28723c7d3e0 100644
--- a/gnu/usr.bin/gdb/arch/i386/nm.h
+++ b/gnu/usr.bin/gdb/arch/i386/nm.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/nm-nbsd.h>
diff --git a/gnu/usr.bin/gdb/arch/i386/tm.h b/gnu/usr.bin/gdb/arch/i386/tm.h
index 6acdc42e402..76ad90fd6e8 100644
--- a/gnu/usr.bin/gdb/arch/i386/tm.h
+++ b/gnu/usr.bin/gdb/arch/i386/tm.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>
diff --git a/gnu/usr.bin/gdb/arch/i386/version.c b/gnu/usr.bin/gdb/arch/i386/version.c
index 08015644fd9..583111c93e9 100644
--- a/gnu/usr.bin/gdb/arch/i386/version.c
+++ b/gnu/usr.bin/gdb/arch/i386/version.c
@@ -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";
diff --git a/gnu/usr.bin/gdb/arch/i386/xm.h b/gnu/usr.bin/gdb/arch/i386/xm.h
index f22b0548175..105af7882f7 100644
--- a/gnu/usr.bin/gdb/arch/i386/xm.h
+++ b/gnu/usr.bin/gdb/arch/i386/xm.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/xm-nbsd.h>