Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils regenerate binutils for powerpc64.
details: https://anonhg.NetBSD.org/src/rev/31671613442c
branches: trunk
changeset: 770678:31671613442c
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Oct 29 11:05:45 2011 +0000
description:
regenerate binutils for powerpc64.
diffstat:
external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd_stdint.h | 4 +-
external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h | 2 +-
external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h | 63 ++---
external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk | 18 +-
external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h | 102 ++++++---
external/gpl3/binutils/usr.bin/gas/arch/powerpc64/defs.mk | 7 +-
external/gpl3/binutils/usr.bin/gprof/arch/powerpc64/defs.mk | 4 +-
external/gpl3/binutils/usr.bin/gprof/arch/powerpc64/gconfig.h | 44 ++-
external/gpl3/binutils/usr.bin/ld/arch/powerpc64/config.h | 84 +++++--
external/gpl3/binutils/usr.bin/ld/arch/powerpc64/defs.mk | 6 +-
10 files changed, 199 insertions(+), 135 deletions(-)
diffs (truncated from 641 to 300 lines):
diff -r 3ee990157502 -r 31671613442c external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd_stdint.h
--- a/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd_stdint.h Sat Oct 29 10:51:16 2011 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd_stdint.h Sat Oct 29 11:05:45 2011 +0000
@@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
-/* generated for powerpc64--netbsd-gcc (GCC) 4.1.3 20080704 (prerelease) (NetBSD nb2 20081120) */
+/* generated for powerpc64--netbsd-gcc (NetBSD nb1 20110620) 4.5.3 */
#ifndef GCC_GENERATED_STDINT_H
#define GCC_GENERATED_STDINT_H 1
diff -r 3ee990157502 -r 31671613442c external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h
--- a/external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h Sat Oct 29 10:51:16 2011 +0000
+++ b/external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h Sat Oct 29 11:05:45 2011 +0000
@@ -251,7 +251,7 @@
/* #undef HAVE_WIN32_PSTATUS_T */
/* Define to 1 if you have the <zlib.h> header file. */
-/* #undef HAVE_ZLIB_H */
+#define HAVE_ZLIB_H 1
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
diff -r 3ee990157502 -r 31671613442c external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h
--- a/external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h Sat Oct 29 10:51:16 2011 +0000
+++ b/external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h Sat Oct 29 11:05:45 2011 +0000
@@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-binutils,v 1.7 2009/11/09 13:50:41 skrll Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.in by configure. */
/* config.in. Generated from configure.in by autoheader. */
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
@@ -75,9 +75,6 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
-/* Is fopen64 available? */
-/* #undef HAVE_FOPEN64 */
-
/* Define to 1 if you have the `getc_unlocked' function. */
#define HAVE_GETC_UNLOCKED 1
@@ -108,9 +105,6 @@
/* Define to 1 if you have the `setmode' function. */
#define HAVE_SETMODE 1
-/* Is stat64 available? */
-/* #undef HAVE_STAT64 */
-
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -178,12 +172,15 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@@ -201,31 +198,6 @@
/* Use b modifier when opening binary files? */
/* #undef USE_BINARY_FOPEN */
-/* Version number of package */
-#define VERSION "2.19.1"
-
-/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
- `char[]'. */
-#define YYTEXT_POINTER 1
-
-/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-
-/* Enable LFS */
-/* #undef _LARGEFILE64_SOURCE */
-
-/* Define to 1 if on MINIX. */
-/* #undef _MINIX */
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
-/* #undef _POSIX_1_SOURCE */
-
-/* Define to 1 if you need to in order for `stat' and other things to work. */
-/* #undef _POSIX_SOURCE */
-
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
@@ -247,3 +219,26 @@
# define __EXTENSIONS__ 1
#endif
+
+/* Version number of package */
+#define VERSION "2.21.1"
+
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+ `char[]'. */
+#define YYTEXT_POINTER 1
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+/* #undef _FILE_OFFSET_BITS */
+
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
diff -r 3ee990157502 -r 31671613442c external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk
--- a/external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk Sat Oct 29 10:51:16 2011 +0000
+++ b/external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk Sat Oct 29 11:05:45 2011 +0000
@@ -1,18 +1,18 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-binutils,v 1.7 2009/11/09 13:50:41 skrll Exp
+# Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp
# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
#
-G_VERSION=2.19.1
+G_VERSION=2.21.1
G_DEFS=-DHAVE_CONFIG_H
-G_INCLUDES=-I. -I${GNUHOSTDIST}/binutils -I../bfd -I${GNUHOSTDIST}/binutils/../bfd -I${GNUHOSTDIST}/binutils/../include -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 windmc.1 c++filt.1
+G_INCLUDES=
+G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line readelf elfedit 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 elfedit.1 windres.1 windmc.1 c++filt.1
G_TEXINFOS=binutils.texi
-G_PKGVERSION=(NetBSD Binutils)
+G_PKGVERSION=(NetBSD Binutils nb1)
G_REPORT_BUGS_TEXI=@uref{http://www.NetBSD.org/support/send-pr.html}
G_size_OBJECTS=size.o bucomm.o version.o filemode.o
G_size_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la
-G_objdump_OBJECTS=objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o
+G_objdump_OBJECTS=objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o
G_objdump_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la ../opcodes/libopcodes.la
G_ar_OBJECTS=arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o
G_ar_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la
@@ -24,8 +24,10 @@
G_objcopy_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la
G_addr2line_OBJECTS=addr2line.o bucomm.o version.o filemode.o
G_addr2line_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la
-G_readelf_OBJECTS=readelf.o version.o unwind-ia64.o dwarf.o
+G_readelf_OBJECTS=readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o
G_readelf_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a
+G_elfedit_OBJECTS=elfedit.o version.o elfcomm.o
+G_elfedit_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a
G_nm_new_OBJECTS=nm.o bucomm.o version.o filemode.o
G_nm_new_DEPENDENCIES=./../intl/libintl.a ../libiberty/libiberty.a ../bfd/libbfd.la
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
diff -r 3ee990157502 -r 31671613442c external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h
--- a/external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h Sat Oct 29 10:51:16 2011 +0000
+++ b/external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h Sat Oct 29 11:05:45 2011 +0000
@@ -1,10 +1,13 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.in by configure. */
/* config.in. Generated from configure.in by autoheader. */
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+
/* Define if using AIX 5.2 value for C_WEAKEXT. */
/* #undef AIX_WEAK_SUPPORT */
@@ -51,6 +54,10 @@
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#define HAVE_DECL_GETOPT 1
+/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
+ don't. */
+#define HAVE_DECL_MEMPCPY 0
+
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
don't. */
#define HAVE_DECL_VSNPRINTF 1
@@ -76,9 +83,6 @@
/* Define to 1 if you have the `sbrk' function. */
#define HAVE_SBRK 1
-/* Define to 1 if you have the <stdarg.h> header file. */
-#define HAVE_STDARG_H 1
-
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -91,20 +95,32 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
+/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
+/* #undef HAVE_ST_MTIM_TV_NSEC */
+
+/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
+/* #undef HAVE_ST_MTIM_TV_SEC */
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
+/* Define to 1 if you have the <time.h> header file. */
+#define HAVE_TIME_H 1
+
+/* Define if <time.h> has struct tm.tm_gmtoff. */
+#define HAVE_TM_GMTOFF 1
+
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unlink' function. */
#define HAVE_UNLINK 1
-/* Define to 1 if you have the <varargs.h> header file. */
-/* #undef HAVE_VARARGS_H */
+/* Define to 1 if you have the <zlib.h> header file. */
+#define HAVE_ZLIB_H 1
/* Using i386 COFF? */
/* #undef I386COFF */
@@ -185,6 +201,9 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
@@ -193,7 +212,7 @@
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@@ -238,35 +257,6 @@
/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
/* #undef USE_E_MIPS_ABI_O32 */
-/* Using cgen code? */
-/* #undef USING_CGEN */
-
-/* Version number of package */
-#define VERSION "2.19.1"
-
-/* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
-#define WORDS_BIGENDIAN 1
-
-/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
- `char[]'. */
-#define YYTEXT_POINTER 1
-
-/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-
-/* Define to 1 if on MINIX. */
-/* #undef _MINIX */
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
-/* #undef _POSIX_1_SOURCE */
Home |
Main Index |
Thread Index |
Old Index