Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src switch everyone to binutils 2.14. it's confirmed to work on...
details: https://anonhg.NetBSD.org/src/rev/16e932c6c372
branches: trunk
changeset: 555873:16e932c6c372
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Dec 03 10:26:45 2003 +0000
description:
switch everyone to binutils 2.14. it's confirmed to work on all the
platforms that actually build at the moment...
diffstat:
gnu/usr.bin/binutils/common/arch/alpha/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/alpha/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/arm/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/arm/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/armeb/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/armeb/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/hppa/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/hppa/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/i386/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/i386/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/m68000/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/m68000/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/m68k/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/m68k/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/mipseb/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/mipseb/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/mipsel/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/mipsel/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/powerpc/config.h | 16 +---
gnu/usr.bin/binutils/common/arch/powerpc/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/sh3eb/config.h | 56 ++++++++----------
gnu/usr.bin/binutils/common/arch/sh3eb/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/sh3el/config.h | 56 ++++++++----------
gnu/usr.bin/binutils/common/arch/sh3el/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/sparc/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/sparc/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/sparc64/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/sparc64/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/vax/config.h | 56 ++++++++----------
gnu/usr.bin/binutils/common/arch/vax/defs.mk | 8 +-
gnu/usr.bin/binutils/common/arch/x86_64/config.h | 20 ++----
gnu/usr.bin/binutils/common/arch/x86_64/defs.mk | 8 +-
gnu/usr.bin/binutils/gas/arch/alpha/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/alpha/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/arm/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/arm/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/armeb/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/armeb/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/hppa/config.h | 27 +++++++--
gnu/usr.bin/binutils/gas/arch/hppa/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/i386/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/i386/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/m68000/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/m68000/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/m68k/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/m68k/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/mipseb/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/mipseb/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/mipsel/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/mipsel/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/powerpc/config.h | 21 ++++++-
gnu/usr.bin/binutils/gas/arch/powerpc/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/sh3eb/config.h | 69 ++++++++++++++---------
gnu/usr.bin/binutils/gas/arch/sh3eb/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/sh3el/config.h | 69 ++++++++++++++---------
gnu/usr.bin/binutils/gas/arch/sh3el/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/sparc/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/sparc/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/sparc64/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/sparc64/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/vax/config.h | 69 ++++++++++++++---------
gnu/usr.bin/binutils/gas/arch/vax/defs.mk | 2 +-
gnu/usr.bin/binutils/gas/arch/x86_64/config.h | 25 ++++++-
gnu/usr.bin/binutils/gas/arch/x86_64/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/alpha/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/alpha/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/arm/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/arm/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/armeb/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/armeb/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/hppa/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/hppa/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/i386/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/i386/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/m68000/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/m68000/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/m68k/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/m68k/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/mipseb/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/mipseb/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/mipsel/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/mipsel/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/powerpc/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/powerpc/gconfig.h | 4 +-
gnu/usr.bin/binutils/gprof/arch/sh3eb/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/sh3eb/gconfig.h | 36 ++++++------
gnu/usr.bin/binutils/gprof/arch/sh3el/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/sh3el/gconfig.h | 36 ++++++------
gnu/usr.bin/binutils/gprof/arch/sparc/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/sparc/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/sparc64/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/sparc64/gconfig.h | 8 +-
gnu/usr.bin/binutils/gprof/arch/vax/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/vax/gconfig.h | 36 ++++++------
gnu/usr.bin/binutils/gprof/arch/x86_64/defs.mk | 2 +-
gnu/usr.bin/binutils/gprof/arch/x86_64/gconfig.h | 8 +-
gnu/usr.bin/binutils/ld/arch/alpha/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/alpha/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/arm/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/arm/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/armeb/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/armeb/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/hppa/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/hppa/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/hppa/ldemul-list.h | 3 +
gnu/usr.bin/binutils/ld/arch/i386/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/i386/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/m68000/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/m68000/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/m68k/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/m68k/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/mipseb/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/mipsel/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/powerpc/config.h | 13 +--
gnu/usr.bin/binutils/ld/arch/powerpc/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/sh3eb/config.h | 51 ++++++++---------
gnu/usr.bin/binutils/ld/arch/sh3eb/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/sh3el/config.h | 51 ++++++++---------
gnu/usr.bin/binutils/ld/arch/sh3el/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/sparc/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/sparc/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/sparc64/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/sparc64/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/vax/config.h | 51 ++++++++---------
gnu/usr.bin/binutils/ld/arch/vax/defs.mk | 2 +-
gnu/usr.bin/binutils/ld/arch/x86_64/config.h | 17 ++---
gnu/usr.bin/binutils/ld/arch/x86_64/defs.mk | 2 +-
share/mk/bsd.own.mk | 38 ++++--------
130 files changed, 943 insertions(+), 854 deletions(-)
diffs (truncated from 5667 to 300 lines):
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/alpha/config.h
--- a/gnu/usr.bin/binutils/common/arch/alpha/config.h Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/alpha/config.h Wed Dec 03 10:26:45 2003 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.2 2003/11/27 10:52:53 mrg Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -32,9 +32,6 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #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. */
/* #undef size_t */
@@ -63,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 getc_unlocked function. */
#define HAVE_GETC_UNLOCKED 1
@@ -140,12 +137,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
@@ -156,7 +147,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-#define VERSION "2.13.2.1"
+#define VERSION "2.14"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -168,7 +159,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 */
/* Does the platform use an executable suffix? */
/* #undef HAVE_EXECUTABLE_SUFFIX */
@@ -212,3 +203,6 @@
/* Configured target name. */
#define TARGET "alpha--netbsd"
+/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
+#define TARGET_PREPENDS_UNDERSCORE 0
+
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/alpha/defs.mk
--- a/gnu/usr.bin/binutils/common/arch/alpha/defs.mk Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/alpha/defs.mk Wed Dec 03 10:26:45 2003 +0000
@@ -1,7 +1,7 @@
# 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.2 2003/11/27 10:52:53 mrg Exp
#
-G_VERSION=2.13.2.1
+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_PROGRAMS=size objdump ar strings ranlib objcopy addr2line readelf nm-new strip-new cxxfilt
@@ -27,5 +27,5 @@
G_nm_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
G_strip_new_OBJECTS=objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
G_strip_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
-G_cxxfilt_OBJECTS=
-G_cxxfilt_DEPENDENCIES=cplus-dem.o underscore.o ../libiberty/libiberty.a
+G_cxxfilt_OBJECTS=cxxfilt.o bucomm.o version.o filemode.o
+G_cxxfilt_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/arm/config.h
--- a/gnu/usr.bin/binutils/common/arch/arm/config.h Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/arm/config.h Wed Dec 03 10:26:45 2003 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
+/* Generated from: NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -32,9 +32,6 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #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. */
/* #undef size_t */
@@ -63,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 getc_unlocked function. */
#define HAVE_GETC_UNLOCKED 1
@@ -140,12 +137,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
@@ -156,7 +147,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-#define VERSION "2.13.2.1"
+#define VERSION "2.14"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -168,7 +159,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 */
/* Does the platform use an executable suffix? */
/* #undef HAVE_EXECUTABLE_SUFFIX */
@@ -212,3 +203,6 @@
/* Configured target name. */
#define TARGET "arm--netbsdelf"
+/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
+#define TARGET_PREPENDS_UNDERSCORE 0
+
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/arm/defs.mk
--- a/gnu/usr.bin/binutils/common/arch/arm/defs.mk Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/arm/defs.mk Wed Dec 03 10:26:45 2003 +0000
@@ -1,7 +1,7 @@
# 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.2 2003/11/27 10:52:53 mrg Exp
#
-G_VERSION=2.13.2.1
+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_PROGRAMS=size objdump ar strings ranlib objcopy addr2line readelf nm-new strip-new cxxfilt
@@ -27,5 +27,5 @@
G_nm_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
G_strip_new_OBJECTS=objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
G_strip_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
-G_cxxfilt_OBJECTS=
-G_cxxfilt_DEPENDENCIES=cplus-dem.o underscore.o ../libiberty/libiberty.a
+G_cxxfilt_OBJECTS=cxxfilt.o bucomm.o version.o filemode.o
+G_cxxfilt_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/armeb/config.h
--- a/gnu/usr.bin/binutils/common/arch/armeb/config.h Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/armeb/config.h Wed Dec 03 10:26:45 2003 +0000
@@ -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.2 2003/11/27 10:52:53 mrg Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -32,9 +32,6 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #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. */
/* #undef size_t */
@@ -63,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 getc_unlocked function. */
#define HAVE_GETC_UNLOCKED 1
@@ -140,12 +137,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
@@ -156,7 +147,7 @@
#define PACKAGE "binutils"
/* Version number of package */
-#define VERSION "2.13.2.1"
+#define VERSION "2.14"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */
@@ -168,7 +159,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 */
/* Does the platform use an executable suffix? */
/* #undef HAVE_EXECUTABLE_SUFFIX */
@@ -212,3 +203,6 @@
/* Configured target name. */
#define TARGET "armeb--netbsdelf"
+/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
+#define TARGET_PREPENDS_UNDERSCORE 0
+
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/armeb/defs.mk
--- a/gnu/usr.bin/binutils/common/arch/armeb/defs.mk Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/armeb/defs.mk Wed Dec 03 10:26:45 2003 +0000
@@ -1,7 +1,7 @@
# 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.2 2003/11/27 10:52:53 mrg Exp
#
-G_VERSION=2.13.2.1
+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_PROGRAMS=size objdump ar strings ranlib objcopy addr2line readelf nm-new strip-new cxxfilt
@@ -27,5 +27,5 @@
G_nm_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
G_strip_new_OBJECTS=objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
G_strip_new_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
-G_cxxfilt_OBJECTS=
-G_cxxfilt_DEPENDENCIES=cplus-dem.o underscore.o ../libiberty/libiberty.a
+G_cxxfilt_OBJECTS=cxxfilt.o bucomm.o version.o filemode.o
+G_cxxfilt_DEPENDENCIES=../bfd/libbfd.la ../libiberty/libiberty.a
diff -r 5cb7f5912418 -r 16e932c6c372 gnu/usr.bin/binutils/common/arch/hppa/config.h
--- a/gnu/usr.bin/binutils/common/arch/hppa/config.h Wed Dec 03 06:53:48 2003 +0000
+++ b/gnu/usr.bin/binutils/common/arch/hppa/config.h Wed Dec 03 10:26:45 2003 +0000
@@ -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.2 2003/11/27 10:52:53 mrg Exp */
/* config.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -32,9 +32,6 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #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. */
/* #undef size_t */
@@ -69,7 +66,7 @@
#define HAVE_GETC_UNLOCKED 1
/* Define if you have the getcwd function. */
-/* #undef HAVE_GETCWD */
+#define HAVE_GETCWD 1
/* Define if you have the getpagesize function. */
#define HAVE_GETPAGESIZE 1
@@ -87,7 +84,7 @@
#define HAVE_SETENV 1
/* Define if you have the setlocale function. */
-/* #undef HAVE_SETLOCALE */
+#define HAVE_SETLOCALE 1
Home |
Main Index |
Thread Index |
Old Index