Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu (re-)run gcc mknative for powerpc64.



details:   https://anonhg.NetBSD.org/src/rev/53c8d3ce4f7a
branches:  trunk
changeset: 753174:53c8d3ce4f7a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 19 14:01:57 2010 +0000

description:
(re-)run gcc mknative for powerpc64.

Fixes PR/43008.

diffstat:

 gnu/lib/libgcc4/arch/powerpc64.mk                  |   5 ++-
 gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk     |   5 +++
 gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h  |   8 +++++
 gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h  |   4 +-
 gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h        |  12 ++++----
 gnu/usr.bin/gcc4/arch/powerpc64/configargs.h       |   4 +-
 gnu/usr.bin/gcc4/arch/powerpc64/multilib.h         |  30 ++++++++++++++++++++++
 gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h |   8 ++--
 gnu/usr.bin/gcc4/libiberty/defs.mk                 |   4 +-
 9 files changed, 62 insertions(+), 18 deletions(-)

diffs (203 lines):

diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/lib/libgcc4/arch/powerpc64.mk
--- a/gnu/lib/libgcc4/arch/powerpc64.mk Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/lib/libgcc4/arch/powerpc64.mk Fri Mar 19 14:01:57 2010 +0000
@@ -1,6 +1,6 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp 
-# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include 
 G_LIB2ADD=${GNUHOSTDIST}/gcc/config/rs6000/tramp.asm ${GNUHOSTDIST}/gcc/config/rs6000/ppc64-fp.c ${GNUHOSTDIST}/gcc/config/rs6000/darwin-ldouble.c
@@ -9,6 +9,7 @@
 G_LIB1ASMSRC=
 G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
+G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/rs6000/tramp.asm ${GNUHOSTDIST}/gcc/config/rs6000/ppc64-fp.c ${GNUHOSTDIST}/gcc/config/rs6000/darwin-ldouble.c
 G_LIBGCC2_CFLAGS=-O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -mno-minimal-toc -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
 G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
 G_SHLIB_MKMAP_OPTS=
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk    Fri Mar 19 14:01:57 2010 +0000
@@ -0,0 +1,5 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_LIBGCOV=_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler 
_gcov_pow2_profiler _gcov_one_value_profiler
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h Fri Mar 19 14:01:57 2010 +0000
@@ -0,0 +1,8 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* Generated automatically by the program `build/gcov-iov'
+   from `4.1.3 (4 1) and prerelease (p)'.  */
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x34303170)  /* 401p */
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h
--- a/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h Fri Mar 19 14:01:57 2010 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -107,7 +107,7 @@
 #define __N(msgid)     (msgid)
 
 // End of prewritten config; the discovered settings follow.
-#define __GLIBCXX__ 20080202
+#define __GLIBCXX__ 20080704
 /* config.h.  Generated by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
--- a/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h       Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h       Fri Mar 19 14:01:57 2010 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */
@@ -168,7 +168,7 @@
 
 /* Define if your assembler supports fprnd. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_FPRND */
+#define HAVE_AS_FPRND 1
 #endif
 
 
@@ -234,7 +234,7 @@
 
 /* Define if your assembler supports popcntb field. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_POPCNTB */
+#define HAVE_AS_POPCNTB 1
 #endif
 
 
@@ -246,7 +246,7 @@
 
 /* Define if your assembler supports R_PPC_REL16 relocs. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_REL16 */
+#define HAVE_AS_REL16 1
 #endif
 
 
@@ -757,7 +757,7 @@
 
 /* Define if your assembler supports .weakref. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_GAS_WEAKREF */
+#define HAVE_GAS_WEAKREF 1
 #endif
 
 
@@ -1325,7 +1325,7 @@
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #ifndef USED_FOR_TARGET
-#define WORDS_BIGENDIAN 1
+/* #undef WORDS_BIGENDIAN */
 #endif
 
 
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/usr.bin/gcc4/arch/powerpc64/configargs.h
--- a/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h      Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h      Fri Mar 19 14:01:57 2010 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers 
--build=x86_64-unknown-netbsd4.99.52 --host=powerpc64--netbsd --target=powerpc64--netbsd --enable-__cxa_atexit";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc4/configure --target=powerpc64--netbsd --enable-long-long --enable-threads --enable-__cxa_atexit 
--disable-multilib --disable-symvers --build=i386-unknown-netbsdelf5.0. --host=powerpc64--netbsd";
 static const char thread_model[] = "posix";
 
 static const struct {
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/usr.bin/gcc4/arch/powerpc64/multilib.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/gcc4/arch/powerpc64/multilib.h        Fri Mar 19 14:01:57 2010 +0000
@@ -0,0 +1,30 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+static const char *const multilib_raw[] = {
+". !m64 !m32 !msoft-float;",
+".:../lib m64 !m32 !msoft-float;",
+".:../lib32 !m64 m32 !msoft-float;",
+".:soft-float !m64 !m32 msoft-float;",
+".:../lib32/soft-float !m64 m32 msoft-float;",
+NULL
+};
+
+static const char *const multilib_matches_raw[] = {
+"m64 m64;",
+"m32 m32;",
+"msoft-float msoft-float;",
+NULL
+};
+
+static const char *multilib_extra = "fPIC mstrict-align";
+
+static const char *const multilib_exclusions_raw[] = {
+"m64 !m32 msoft-float;",
+NULL
+};
+
+static const char *multilib_options = "m64/m32 msoft-float";
+
+#define DISABLE_MULTILIB  1
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h
--- a/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h        Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h        Fri Mar 19 14:01:57 2010 +0000
@@ -1,6 +1,6 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.22 2006/06/25 03:06:15 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */
@@ -211,10 +211,10 @@
 #define HAVE_STDLIB_H 1
 
 /* Define to 1 if you have the `stpcpy' function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define to 1 if you have the `stpncpy' function. */
-/* #undef HAVE_STPNCPY */
+#define HAVE_STPNCPY 1
 
 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1
diff -r 24e78e110ee5 -r 53c8d3ce4f7a gnu/usr.bin/gcc4/libiberty/defs.mk
--- a/gnu/usr.bin/gcc4/libiberty/defs.mk        Fri Mar 19 10:54:00 2010 +0000
+++ b/gnu/usr.bin/gcc4/libiberty/defs.mk        Fri Mar 19 14:01:57 2010 +0000
@@ -1,8 +1,8 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.43 2009/12/01 04:59:24 uebayasi Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_ALLOCA=
 G_EXTRA_OFILES=
-G_LIBOBJS=mempcpy.o mkstemps.o strverscmp.o strncmp.o
+G_LIBOBJS=mempcpy.o mkstemps.o strverscmp.o vfork.o strncmp.o
 G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o cp-demint.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o 
getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o 
safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o unlink-if-ordinary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o



Home | Main Index | Thread Index | Old Index