Module Name:    src
Committed By:   skrll
Date:           Fri Mar 19 14:01:58 UTC 2010

Modified Files:
        src/gnu/lib/libgcc4/arch: powerpc64.mk
        src/gnu/lib/libstdc++-v3_4/arch/powerpc64: c++config.h
        src/gnu/usr.bin/gcc4/arch/powerpc64: auto-host.h configargs.h
        src/gnu/usr.bin/gcc4/libiberty: defs.mk
        src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64: config.h
Added Files:
        src/gnu/lib/libgcc4/libgcov/arch/powerpc64: defs.mk gcov-iov.h
        src/gnu/usr.bin/gcc4/arch/powerpc64: multilib.h

Log Message:
(re-)run gcc mknative for powerpc64.

Fixes PR/43008.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/lib/libgcc4/arch/powerpc64.mk
cvs rdiff -u -r0 -r1.1 src/gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk \
    src/gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h
cvs rdiff -u -r1.8 -r1.9 \
    src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h
cvs rdiff -u -r1.5 -r1.6 src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h
cvs rdiff -u -r0 -r1.1 src/gnu/usr.bin/gcc4/arch/powerpc64/multilib.h
cvs rdiff -u -r1.10 -r1.11 src/gnu/usr.bin/gcc4/libiberty/defs.mk
cvs rdiff -u -r1.2 -r1.3 \
    src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/lib/libgcc4/arch/powerpc64.mk
diff -u src/gnu/lib/libgcc4/arch/powerpc64.mk:1.2 src/gnu/lib/libgcc4/arch/powerpc64.mk:1.3
--- src/gnu/lib/libgcc4/arch/powerpc64.mk:1.2	Sun Jul  2 22:12:09 2006
+++ src/gnu/lib/libgcc4/arch/powerpc64.mk	Fri Mar 19 14:01:57 2010
@@ -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=

Index: src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h
diff -u src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h:1.8 src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h:1.9
--- src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h:1.8	Tue Feb  5 02:23:26 2008
+++ src/gnu/lib/libstdc++-v3_4/arch/powerpc64/c++config.h	Fri Mar 19 14:01:58 2010
@@ -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.  */
 

Index: src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
diff -u src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h:1.5 src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h:1.6
--- src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h:1.5	Tue Feb  5 02:23:29 2008
+++ src/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h	Fri Mar 19 14:01:58 2010
@@ -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
 
 

Index: src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h
diff -u src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h:1.6 src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h:1.7
--- src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h:1.6	Tue Feb  5 02:23:30 2008
+++ src/gnu/usr.bin/gcc4/arch/powerpc64/configargs.h	Fri Mar 19 14:01:58 2010
@@ -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 {

Index: src/gnu/usr.bin/gcc4/libiberty/defs.mk
diff -u src/gnu/usr.bin/gcc4/libiberty/defs.mk:1.10 src/gnu/usr.bin/gcc4/libiberty/defs.mk:1.11
--- src/gnu/usr.bin/gcc4/libiberty/defs.mk:1.10	Mon Dec 14 03:44:27 2009
+++ src/gnu/usr.bin/gcc4/libiberty/defs.mk	Fri Mar 19 14:01:58 2010
@@ -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

Index: src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h
diff -u src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h:1.2 src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h:1.3
--- src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h:1.2	Tue Oct 24 05:57:31 2006
+++ src/gnu/usr.bin/gcc4/libiberty/arch/powerpc64/config.h	Fri Mar 19 14:01:58 2010
@@ -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

Added files:

Index: src/gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk
diff -u /dev/null src/gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk:1.1
--- /dev/null	Fri Mar 19 14:01:58 2010
+++ src/gnu/lib/libgcc4/libgcov/arch/powerpc64/defs.mk	Fri Mar 19 14:01:57 2010
@@ -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
Index: src/gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h
diff -u /dev/null src/gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h:1.1
--- /dev/null	Fri Mar 19 14:01:58 2010
+++ src/gnu/lib/libgcc4/libgcov/arch/powerpc64/gcov-iov.h	Fri Mar 19 14:01:58 2010
@@ -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 */

Index: src/gnu/usr.bin/gcc4/arch/powerpc64/multilib.h
diff -u /dev/null src/gnu/usr.bin/gcc4/arch/powerpc64/multilib.h:1.1
--- /dev/null	Fri Mar 19 14:01:58 2010
+++ src/gnu/usr.bin/gcc4/arch/powerpc64/multilib.h	Fri Mar 19 14:01:58 2010
@@ -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

Reply via email to