diff options
| author | mrg <mrg@NetBSD.org> | 2002-01-22 15:52:53 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2002-01-22 15:52:53 +0000 |
| commit | 6bdbccbb5938d731b78caa5ce1e57397c1d5582e (patch) | |
| tree | 56f37aa7b9be6c535b66de9480ea300f46efcff2 /gnu/usr.bin/binutils/ld | |
| parent | a68b39d7c27616387931c210fa7d271f5238d8d1 (diff) | |
regenerate.
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/i386/config.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/i386/defs.mk | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/i386/ldemul-list.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/ld/arch/i386/config.h b/gnu/usr.bin/binutils/ld/arch/i386/config.h index 01b75c0e6fd..ba8e417dd2a 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.12 2001/08/14 05:17:59 tv Exp */ +/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg 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. */ -/* #undef HAVE_DCGETTEXT */ +#define HAVE_DCGETTEXT 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -153,7 +153,7 @@ #define ENABLE_NLS 1 /* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ +#define HAVE_GETTEXT 1 /* 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 d435897f2e7..da24926d7f1 100644 --- a/gnu/usr.bin/binutils/ld/arch/i386/defs.mk +++ b/gnu/usr.bin/binutils/ld/arch/i386/defs.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp +# Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp # G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/ld -I. G_EMUL=elf_i386 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 ce9bd72cf0e..332b1c6446c 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.12 2001/08/14 05:17:59 tv Exp */ +/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ /* This file is automatically generated. DO NOT EDIT! */ extern ld_emulation_xfer_type ld_elf_i386_emulation; |
