Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu regenerate with a working compiler
details: https://anonhg.NetBSD.org/src/rev/cbb011a88690
branches: trunk
changeset: 555969:cbb011a88690
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Dec 05 04:53:27 2003 +0000
description:
regenerate with a working compiler
diffstat:
gnu/lib/libbfd/arch/sh3eb/config.h | 48 ++++++++++++------------
gnu/lib/libbfd/arch/sh3eb/defs.mk | 6 +-
gnu/lib/libopcodes/arch/sh3eb/config.h | 28 +++++++-------
gnu/usr.bin/binutils/common/arch/sh3eb/config.h | 38 +++++++++---------
gnu/usr.bin/binutils/common/arch/sh3eb/defs.mk | 6 +-
gnu/usr.bin/binutils/gas/arch/sh3eb/config.h | 50 ++++++++++++------------
gnu/usr.bin/binutils/gas/arch/sh3eb/defs.mk | 6 +-
gnu/usr.bin/binutils/gprof/arch/sh3eb/defs.mk | 6 +-
gnu/usr.bin/binutils/gprof/arch/sh3eb/gconfig.h | 30 +++++++-------
gnu/usr.bin/binutils/ld/arch/sh3eb/config.h | 36 +++++++++---------
gnu/usr.bin/binutils/ld/arch/sh3eb/defs.mk | 6 +-
11 files changed, 130 insertions(+), 130 deletions(-)
diffs (truncated from 763 to 300 lines):
diff -r 9d330d54a29c -r cbb011a88690 gnu/lib/libbfd/arch/sh3eb/config.h
--- a/gnu/lib/libbfd/arch/sh3eb/config.h Fri Dec 05 04:51:40 2003 +0000
+++ b/gnu/lib/libbfd/arch/sh3eb/config.h Fri Dec 05 04:53:27 2003 +0000
@@ -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 you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
@@ -120,46 +120,46 @@
#define HAVE_DIRENT_H 1
/* 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 <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 <stddef.h> header file. */
-/* #undef HAVE_STDDEF_H */
+#define HAVE_STDDEF_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 */
/* 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/ndir.h> header file. */
/* #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 <sys/procfs.h> header file. */
/* #undef HAVE_SYS_PROCFS_H */
@@ -168,16 +168,16 @@
/* #undef HAVE_SYS_STAT_H */
/* Define if you have the <sys/time.h> header file. */
-/* #undef HAVE_SYS_TIME_H */
+#define HAVE_SYS_TIME_H 1
/* Define if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */
/* Define if you have the <time.h> header file. */
-/* #undef HAVE_TIME_H */
+#define HAVE_TIME_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 */
@@ -192,7 +192,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
@@ -204,19 +204,19 @@
/* #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 malloc is not declared in system header files. */
-#define NEED_DECLARATION_MALLOC 1
+/* #undef NEED_DECLARATION_MALLOC */
/* Define if realloc is not declared in system header files. */
-#define NEED_DECLARATION_REALLOC 1
+/* #undef NEED_DECLARATION_REALLOC */
/* Define if free is not declared in system header files. */
-#define NEED_DECLARATION_FREE 1
+/* #undef NEED_DECLARATION_FREE */
/* Define if getenv is not declared in system header files. */
-#define NEED_DECLARATION_GETENV 1
+/* #undef NEED_DECLARATION_GETENV */
/* Define if struct core_dumpx has member c_impl */
/* #undef HAVE_ST_C_IMPL */
diff -r 9d330d54a29c -r cbb011a88690 gnu/lib/libbfd/arch/sh3eb/defs.mk
--- a/gnu/lib/libbfd/arch/sh3eb/defs.mk Fri Dec 05 04:51:40 2003 +0000
+++ b/gnu/lib/libbfd/arch/sh3eb/defs.mk Fri Dec 05 04:53:27 2003 +0000
@@ -1,8 +1,8 @@
# 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_libbfd_la_DEPENDENCIES=elf32-sh.lo elf32.lo elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo coff-sh.lo cofflink.lo elf32-sh64.lo elf32-sh64-com.lo elf64-sh64.lo elf64.lo elf64-gen.lo
elf32-gen.lo cpu-sh.lo netbsd-core.lo ofiles
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo
srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo
-G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/bfd -I.
-G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -I${GNUHOSTDIST}/bfd/../intl -I../intl
+G_DEFS=-DHAVE_CONFIG_H -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/bfd -I.
+G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/bfd
-I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/bfd/../include -I/home/mrg/src/netbsd/rosrc/tools/binutils/../../gnu/dist/binutils/bfd/../intl -I../intl
G_TDEFAULTS=-DDEFAULT_VECTOR=bfd_elf32_shnbsd_vec
-DSELECT_VECS='&bfd_elf32_shnbsd_vec,&bfd_elf32_shlnbsd_vec,&shcoff_vec,&shlcoff_vec,&bfd_elf32_sh64lnbsd_vec,&bfd_elf32_sh64nbsd_vec,&bfd_elf64_sh64lnbsd_vec,&bfd_elf64_sh64nbsd_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
-DSELECT_ARCHITECTURES='&bfd_sh_arch' -DHAVE_bfd_elf32_shnbsd_vec -DHAVE_bfd_elf32_shlnbsd_vec -DHAVE_shcoff_vec -DHAVE_shlcoff_vec -DHAVE_bfd_elf32_sh64lnbsd_vec -DHAVE_bfd_elf32_sh64nbsd_vec
-DHAVE_bfd_elf64_sh64lnbsd_vec -DHAVE_bfd_elf64_sh64nbsd_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec
diff -r 9d330d54a29c -r cbb011a88690 gnu/lib/libopcodes/arch/sh3eb/config.h
--- a/gnu/lib/libopcodes/arch/sh3eb/config.h Fri Dec 05 04:51:40 2003 +0000
+++ b/gnu/lib/libopcodes/arch/sh3eb/config.h Fri Dec 05 04:53:27 2003 +0000
@@ -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 you have the __argz_count function. */
/* #undef HAVE___ARGZ_COUNT */
@@ -90,28 +90,28 @@
/* #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 <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 */
@@ -120,7 +120,7 @@
/* #undef HAVE_SYS_TYPES_H */
/* 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 */
@@ -135,7 +135,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 -r 9d330d54a29c -r cbb011a88690 gnu/usr.bin/binutils/common/arch/sh3eb/config.h
--- a/gnu/usr.bin/binutils/common/arch/sh3eb/config.h Fri Dec 05 04:51:40 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/sh3eb/config.h Fri Dec 05 04:53:27 2003 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index