diff options
| author | scw <scw@NetBSD.org> | 2003-12-07 19:42:03 +0000 |
|---|---|---|
| committer | scw <scw@NetBSD.org> | 2003-12-07 19:42:03 +0000 |
| commit | a72cb1203eabb97fce31023c843aea52b1739bfb (patch) | |
| tree | 60807898d3ec0f885cafe9626d6a16bcf5170298 /gnu/lib/libopcodes | |
| parent | 29b106093d1a13304d41928abd4859d56dd4a941 (diff) | |
MD glue for binutils on sh5.
Diffstat (limited to 'gnu/lib/libopcodes')
| -rw-r--r-- | gnu/lib/libopcodes/arch/sh5el/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/lib/libopcodes/arch/sh5el/config.h b/gnu/lib/libopcodes/arch/sh5el/config.h index 60586850688..c2cf7f8f779 100644 --- a/gnu/lib/libopcodes/arch/sh5el/config.h +++ b/gnu/lib/libopcodes/arch/sh5el/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -57,7 +57,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 @@ -114,10 +114,10 @@ #define HAVE_SYS_PARAM_H 1 /* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 +/* #undef HAVE_SYS_STAT_H */ /* Define if you have the <sys/types.h> header file. */ -#define HAVE_SYS_TYPES_H 1 +/* #undef HAVE_SYS_TYPES_H */ /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -129,7 +129,7 @@ #define PACKAGE "opcodes" /* Version number of package */ -#define VERSION "2.13.2.1" +#define VERSION "2.14" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ @@ -141,5 +141,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 */ |
