diff options
| author | mrg <mrg@NetBSD.org> | 2003-12-05 02:57:02 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-12-05 02:57:02 +0000 |
| commit | 51b0c7cbfaa07af82c0e507d2ca183a68b2dfb7d (patch) | |
| tree | fdb0f46d1df6e1e3205f48e17744a52aefe504ce /gnu/usr.bin/binutils | |
| parent | 2996b43a0a67007aaabdeaf6511160c31d7d90db (diff) | |
regenerate these such that they (mostly) work..
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/sh3el/config.h | 38 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/sh3el/defs.mk | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gas/arch/sh3el/config.h | 50 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h | 30 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/sh3el/config.h | 36 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk | 6 |
8 files changed, 89 insertions, 89 deletions
diff --git a/gnu/usr.bin/binutils/common/arch/sh3el/config.h b/gnu/usr.bin/binutils/common/arch/sh3el/config.h index 25a4bb48593..94571e2c6ac 100644 --- a/gnu/usr.bin/binutils/common/arch/sh3el/config.h +++ b/gnu/usr.bin/binutils/common/arch/sh3el/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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. */ @@ -30,10 +30,10 @@ /* #undef inline */ /* Define to `long' if <sys/types.h> doesn't define. */ -#define off_t long +/* #undef off_t */ /* Define to `unsigned' if <sys/types.h> doesn't define. */ -#define size_t unsigned +/* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -45,7 +45,7 @@ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ -/* #undef STDC_HEADERS */ +#define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ #define YYTEXT_POINTER 1 @@ -108,37 +108,37 @@ /* #undef HAVE_ARGZ_H */ /* Define if you have the <fcntl.h> header file. */ -/* #undef HAVE_FCNTL_H */ +#define HAVE_FCNTL_H 1 /* Define if you have the <limits.h> header file. */ -/* #undef HAVE_LIMITS_H */ +#define HAVE_LIMITS_H 1 /* Define if you have the <locale.h> header file. */ -/* #undef HAVE_LOCALE_H */ +#define HAVE_LOCALE_H 1 /* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have the <nl_types.h> header file. */ -/* #undef HAVE_NL_TYPES_H */ +#define HAVE_NL_TYPES_H 1 /* Define if you have the <stdlib.h> header file. */ -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* Define if you have the <string.h> header file. */ -/* #undef HAVE_STRING_H */ +#define HAVE_STRING_H 1 /* Define if you have the <strings.h> header file. */ -/* #undef HAVE_STRINGS_H */ +#define HAVE_STRINGS_H 1 /* Define if you have the <sys/file.h> header file. */ -/* #undef HAVE_SYS_FILE_H */ +#define HAVE_SYS_FILE_H 1 /* Define if you have the <sys/param.h> header file. */ -/* #undef HAVE_SYS_PARAM_H */ +#define HAVE_SYS_PARAM_H 1 /* Define if you have the <unistd.h> header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ @@ -153,7 +153,7 @@ /* #undef HAVE_STPCPY */ /* Define if your locale.h file contains LC_MESSAGES. */ -/* #undef HAVE_LC_MESSAGES */ +#define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ #define ENABLE_NLS 1 @@ -186,13 +186,13 @@ /* #undef NEED_DECLARATION_FPRINTF */ /* Define if strstr is not declared in system header files. */ -#define NEED_DECLARATION_STRSTR 1 +/* #undef NEED_DECLARATION_STRSTR */ /* Define if sbrk is not declared in system header files. */ -#define NEED_DECLARATION_SBRK 1 +/* #undef NEED_DECLARATION_SBRK */ /* Define if getenv is not declared in system header files. */ -#define NEED_DECLARATION_GETENV 1 +/* #undef NEED_DECLARATION_GETENV */ /* Define if environ is not declared in system header files. */ #define NEED_DECLARATION_ENVIRON 1 diff --git a/gnu/usr.bin/binutils/common/arch/sh3el/defs.mk b/gnu/usr.bin/binutils/common/arch/sh3el/defs.mk index dac42855c9a..1d6ce1f53c6 100644 --- a/gnu/usr.bin/binutils/common/arch/sh3el/defs.mk +++ b/gnu/usr.bin/binutils/common/arch/sh3el/defs.mk @@ -1,9 +1,9 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp +# Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp # G_VERSION=2.14 -G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/binutils -I. -G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/binutils -I../bfd -I${GNUHOSTDIST}/binutils/../bfd -I${GNUHOSTDIST}/binutils/../include -I${GNUHOSTDIST}/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation +G_DEFS=-DHAVE_CONFIG_H -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/binutils -I. +G_INCLUDES=-D_GNU_SOURCE -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/binutils -I../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/binutils/../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/binutils/../include -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line readelf nm-new strip-new cxxfilt G_man_MANS=addr2line.1 ar.1 dlltool.1 nlmconv.1 nm.1 objcopy.1 objdump.1 ranlib.1 readelf.1 size.1 strings.1 strip.1 windres.1 c++filt.1 G_TEXINFOS=binutils.texi diff --git a/gnu/usr.bin/binutils/gas/arch/sh3el/config.h b/gnu/usr.bin/binutils/gas/arch/sh3el/config.h index 6abe37f91d6..9a0739a55ec 100644 --- a/gnu/usr.bin/binutils/gas/arch/sh3el/config.h +++ b/gnu/usr.bin/binutils/gas/arch/sh3el/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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. */ @@ -27,13 +27,13 @@ /* #undef inline */ /* Define to `long' if <sys/types.h> doesn't define. */ -#define off_t long +/* #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. */ -#define size_t unsigned +/* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -45,7 +45,7 @@ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ -/* #undef STDC_HEADERS */ +#define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ #define YYTEXT_POINTER 1 @@ -102,52 +102,52 @@ /* #undef HAVE_ARGZ_H */ /* Define if you have the <errno.h> header file. */ -/* #undef HAVE_ERRNO_H */ +#define HAVE_ERRNO_H 1 /* Define if you have the <limits.h> header file. */ -/* #undef HAVE_LIMITS_H */ +#define HAVE_LIMITS_H 1 /* Define if you have the <locale.h> header file. */ -/* #undef HAVE_LOCALE_H */ +#define HAVE_LOCALE_H 1 /* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have the <memory.h> header file. */ -/* #undef HAVE_MEMORY_H */ +#define HAVE_MEMORY_H 1 /* Define if you have the <nl_types.h> header file. */ -/* #undef HAVE_NL_TYPES_H */ +#define HAVE_NL_TYPES_H 1 /* Define if you have the <stdarg.h> header file. */ -/* #undef HAVE_STDARG_H */ +#define HAVE_STDARG_H 1 /* Define if you have the <stdlib.h> header file. */ -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* Define if you have the <string.h> header file. */ -/* #undef HAVE_STRING_H */ +#define HAVE_STRING_H 1 /* Define if you have the <strings.h> header file. */ -/* #undef HAVE_STRINGS_H */ +#define HAVE_STRINGS_H 1 /* Define if you have the <sys/param.h> header file. */ -/* #undef HAVE_SYS_PARAM_H */ +#define HAVE_SYS_PARAM_H 1 /* Define if you have the <sys/stat.h> header file. */ -/* #undef HAVE_SYS_STAT_H */ +#define HAVE_SYS_STAT_H 1 /* Define if you have the <sys/types.h> header file. */ -/* #undef HAVE_SYS_TYPES_H */ +#define HAVE_SYS_TYPES_H 1 /* Define if you have the <unistd.h> header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the <varargs.h> header file. */ -/* #undef HAVE_VARARGS_H */ +#define HAVE_VARARGS_H 1 /* Name of package */ #define PACKAGE "gas" @@ -258,7 +258,7 @@ /* #undef HAVE_STPCPY */ /* Define if your locale.h file contains LC_MESSAGES. */ -/* #undef HAVE_LC_MESSAGES */ +#define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ #define ENABLE_NLS 1 @@ -273,20 +273,20 @@ /* #undef BROKEN_ASSERT */ /* Define if strstr is not declared in system header files. */ -#define NEED_DECLARATION_STRSTR 1 +/* #undef NEED_DECLARATION_STRSTR */ /* Define if malloc is not declared in system header files. */ -#define NEED_DECLARATION_MALLOC 1 +/* #undef NEED_DECLARATION_MALLOC */ /* Define if free is not declared in system header files. */ -#define NEED_DECLARATION_FREE 1 +/* #undef NEED_DECLARATION_FREE */ /* Define if sbrk is not declared in system header files. */ -#define NEED_DECLARATION_SBRK 1 +/* #undef NEED_DECLARATION_SBRK */ /* Define if environ is not declared in system header files. */ #define NEED_DECLARATION_ENVIRON 1 /* Define if errno is not declared in system header files. */ -#define NEED_DECLARATION_ERRNO 1 +/* #undef NEED_DECLARATION_ERRNO */ diff --git a/gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk b/gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk index 257f23cc76e..b4c362654be 100644 --- a/gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk +++ b/gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk @@ -1,6 +1,6 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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}/gas -I. -G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/gas -I../bfd -I${GNUHOSTDIST}/gas/config -I${GNUHOSTDIST}/gas/../include -I${GNUHOSTDIST}/gas/.. -I${GNUHOSTDIST}/gas/../bfd -I${GNUHOSTDIST}/gas/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" +G_DEFS=-DHAVE_CONFIG_H -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas -I. +G_INCLUDES=-D_GNU_SOURCE -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas -I../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas/config -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas/../include -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas/.. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas/../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gas/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" G_OBJS=tc-sh.o obj-elf.o atof-ieee.o app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ehopt.o expr.o flonum-konst.o flonum-copy.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o literal.o messages.o output-file.o read.o subsegs.o symbols.o write.o listing.o ecoff.o stabs.o sb.o macro.o diff --git a/gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk b/gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk index 969a8cdeb0a..f82a96581cd 100644 --- a/gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk +++ b/gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk @@ -1,7 +1,7 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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}/gprof -I. +G_DEFS=-DHAVE_CONFIG_H -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/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 mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o -G_INCLUDES=-D_GNU_SOURCE -DDEBUG -I../bfd -I${GNUHOSTDIST}/gprof/../include -I${GNUHOSTDIST}/gprof/../bfd -I${GNUHOSTDIST}/gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/share/locale\"" +G_INCLUDES=-D_GNU_SOURCE -DDEBUG -I../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gprof/../include -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gprof/../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/gprof/../intl -I../intl -I. -DLOCALEDIR="\"/usr/local/share/locale\"" G_TEXINFOS=gprof.texi diff --git a/gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h b/gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h index 77fd9fe6e3b..7d45d424981 100644 --- a/gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h +++ b/gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ /* gconfig.h. Generated automatically by configure. */ /* gconfig.in. Generated automatically from configure.in by autoheader. */ @@ -27,13 +27,13 @@ /* #undef inline */ /* Define to `long' if <sys/types.h> doesn't define. */ -#define off_t long +/* #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. */ -#define size_t unsigned +/* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -45,7 +45,7 @@ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ -/* #undef STDC_HEADERS */ +#define STDC_HEADERS 1 /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ @@ -93,37 +93,37 @@ /* #undef HAVE_ARGZ_H */ /* Define if you have the <limits.h> header file. */ -/* #undef HAVE_LIMITS_H */ +#define HAVE_LIMITS_H 1 /* Define if you have the <locale.h> header file. */ -/* #undef HAVE_LOCALE_H */ +#define HAVE_LOCALE_H 1 /* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have the <nl_types.h> header file. */ -/* #undef HAVE_NL_TYPES_H */ +#define HAVE_NL_TYPES_H 1 /* Define if you have the <stdlib.h> header file. */ -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* Define if you have the <string.h> header file. */ -/* #undef HAVE_STRING_H */ +#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. */ -/* #undef HAVE_SYS_PARAM_H */ +#define HAVE_SYS_PARAM_H 1 /* Define if you have the <sys/stat.h> header file. */ -/* #undef HAVE_SYS_STAT_H */ +#define HAVE_SYS_STAT_H 1 /* Define if you have the <sys/types.h> header file. */ -/* #undef HAVE_SYS_TYPES_H */ +#define HAVE_SYS_TYPES_H 1 /* Define if you have the <unistd.h> header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ @@ -138,7 +138,7 @@ /* #undef HAVE_STPCPY */ /* Define if your locale.h file contains LC_MESSAGES. */ -/* #undef HAVE_LC_MESSAGES */ +#define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ #define ENABLE_NLS 1 diff --git a/gnu/usr.bin/binutils/ld/arch/sh3el/config.h b/gnu/usr.bin/binutils/ld/arch/sh3el/config.h index 62411f8c118..dbe8ea82245 100644 --- a/gnu/usr.bin/binutils/ld/arch/sh3el/config.h +++ b/gnu/usr.bin/binutils/ld/arch/sh3el/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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. */ @@ -27,13 +27,13 @@ /* #undef inline */ /* Define to `long' if <sys/types.h> doesn't define. */ -#define off_t long +/* #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. */ -#define size_t unsigned +/* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -45,7 +45,7 @@ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ -/* #undef STDC_HEADERS */ +#define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ #define YYTEXT_POINTER 1 @@ -102,28 +102,28 @@ #define HAVE_DIRENT_H 1 /* Define if you have the <limits.h> header file. */ -/* #undef HAVE_LIMITS_H */ +#define HAVE_LIMITS_H 1 /* Define if you have the <locale.h> header file. */ -/* #undef HAVE_LOCALE_H */ +#define HAVE_LOCALE_H 1 /* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have the <ndir.h> header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the <nl_types.h> header file. */ -/* #undef HAVE_NL_TYPES_H */ +#define HAVE_NL_TYPES_H 1 /* Define if you have the <stdlib.h> header file. */ -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* Define if you have the <string.h> header file. */ -/* #undef HAVE_STRING_H */ +#define HAVE_STRING_H 1 /* Define if you have the <strings.h> header file. */ -/* #undef HAVE_STRINGS_H */ +#define HAVE_STRINGS_H 1 /* Define if you have the <sys/dir.h> header file. */ /* #undef HAVE_SYS_DIR_H */ @@ -132,10 +132,10 @@ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the <sys/param.h> header file. */ -/* #undef HAVE_SYS_PARAM_H */ +#define HAVE_SYS_PARAM_H 1 /* Define if you have the <unistd.h> header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ @@ -150,7 +150,7 @@ /* #undef HAVE_STPCPY */ /* Define if your locale.h file contains LC_MESSAGES. */ -/* #undef HAVE_LC_MESSAGES */ +#define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ #define ENABLE_NLS 1 @@ -162,16 +162,16 @@ /* #undef USE_BINARY_FOPEN */ /* Define if strstr is not declared in system header files. */ -#define NEED_DECLARATION_STRSTR 1 +/* #undef NEED_DECLARATION_STRSTR */ /* Define if free is not declared in system header files. */ -#define NEED_DECLARATION_FREE 1 +/* #undef NEED_DECLARATION_FREE */ /* Define if sbrk is not declared in system header files. */ -#define NEED_DECLARATION_SBRK 1 +/* #undef NEED_DECLARATION_SBRK */ /* Define if getenv is not declared in system header files. */ -#define NEED_DECLARATION_GETENV 1 +/* #undef NEED_DECLARATION_GETENV */ /* Define if environ is not declared in system header files. */ #define NEED_DECLARATION_ENVIRON 1 diff --git a/gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk b/gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk index 40f89415313..3903ec5aff6 100644 --- a/gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk +++ b/gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk @@ -1,10 +1,10 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 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/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/ld -I. G_EMUL=shlelf_nbsd G_EMULATION_OFILES=eshlelf_nbsd.o eshelf_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/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/ld -I../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/ld/../bfd -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/ld/../include -I/home/mrg/src/netbsd/rosrc/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 eshlelf_nbsd.o eshelf_nbsd.o G_STRINGIFY=astring.sed G_TEXINFOS=ld.texinfo |
