diff options
| author | tv <tv@NetBSD.org> | 2001-08-14 05:14:59 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-08-14 05:14:59 +0000 |
| commit | 75c2396dcceccd20f8553ba661ac3ebd04f79e46 (patch) | |
| tree | b53a8115db69bb4cf35a44fa1d71d75771ef7a88 /gnu/usr.bin/binutils/common | |
| parent | 2634f75160a08e3b85e70a1fccb12df06f6e8727 (diff) | |
Regen.
Diffstat (limited to 'gnu/usr.bin/binutils/common')
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/i386/config.h | 13 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/i386/defs.mk | 4 |
2 files changed, 10 insertions, 7 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 |
