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/usr.bin/binutils/ld | |
| parent | 29b106093d1a13304d41928abd4859d56dd4a941 (diff) | |
MD glue for binutils on sh5.
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/sh5el/config.h | 17 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/sh5el/defs.mk | 8 |
2 files changed, 11 insertions, 14 deletions
diff --git a/gnu/usr.bin/binutils/ld/arch/sh5el/config.h b/gnu/usr.bin/binutils/ld/arch/sh5el/config.h index 019ada05299..dbe8ea82245 100644 --- a/gnu/usr.bin/binutils/ld/arch/sh5el/config.h +++ b/gnu/usr.bin/binutils/ld/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. */ @@ -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 @@ -74,6 +74,9 @@ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 +/* Define if you have the realpath function. */ +#define HAVE_REALPATH 1 + /* Define if you have the sbrk function. */ #define HAVE_SBRK 1 @@ -131,12 +134,6 @@ /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define if you have the <sys/types.h> header file. */ -#define HAVE_SYS_TYPES_H 1 - /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -147,7 +144,7 @@ #define PACKAGE "ld" /* Version number of package */ -#define VERSION "2.13.2.1" +#define VERSION "2.14" /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ @@ -159,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 */ /* Use b modifier when opening binary files? */ /* #undef USE_BINARY_FOPEN */ diff --git a/gnu/usr.bin/binutils/ld/arch/sh5el/defs.mk b/gnu/usr.bin/binutils/ld/arch/sh5el/defs.mk index 32f204a5ca5..858520a033d 100644 --- a/gnu/usr.bin/binutils/ld/arch/sh5el/defs.mk +++ b/gnu/usr.bin/binutils/ld/arch/sh5el/defs.mk @@ -1,11 +1,11 @@ # 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 # -G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/ld -I. +G_DEFS=-DHAVE_CONFIG_H -I. -I/usr/src/tools/binutils/../../gnu/dist/binutils/ld -I. G_EMUL=shlelf32_nbsd G_EMULATION_OFILES=eshlelf32_nbsd.o eshelf32_nbsd.o eshelf64_nbsd.o eshlelf64_nbsd.o eshelf_nbsd.o eshlelf_nbsd.o -G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" +G_INCLUDES=-D_GNU_SOURCE -I. -I/usr/src/tools/binutils/../../gnu/dist/binutils/ld -I../bfd -I/usr/src/tools/binutils/../../gnu/dist/binutils/ld/../bfd -I/usr/src/tools/binutils/../../gnu/dist/binutils/ld/../include -I/usr/src/tools/binutils/../../gnu/dist/binutils/ld/../intl -I../intl -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 eshlelf32_nbsd.o eshelf32_nbsd.o eshelf64_nbsd.o eshlelf64_nbsd.o eshelf_nbsd.o eshlelf_nbsd.o G_STRINGIFY=astring.sed G_TEXINFOS=ld.texinfo -G_target_alias=sh64le--netbsd +G_target_alias=sh5le--netbsd |
