summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
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/usr.bin/binutils
parent2634f75160a08e3b85e70a1fccb12df06f6e8727 (diff)
Regen.
Diffstat (limited to 'gnu/usr.bin/binutils')
-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
13 files changed, 50 insertions, 44 deletions
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;