Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc regen for ppc64



details:   https://anonhg.NetBSD.org/src/rev/aff5360bb980
branches:  trunk
changeset: 451232:aff5360bb980
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 11 02:39:48 2019 +0000

description:
regen for ppc64

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk               |  2 +-
 external/gpl3/gcc/lib/libiberty/defs.mk                           |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h     |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h       |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/symver-config.h |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h         |  2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diffs (74 lines):

diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk       Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk       Sat May 11 02:39:48 2019 +0000
@@ -6,7 +6,7 @@
 G_INTERNAL_CFLAGS=-g -O2 -O2  -DIN_GCC    -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC -g 
-DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector   -fPIC -I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include  
-DHAVE_CC_TLS 
 G_LIB2ADD=${GNUHOSTDIST}/libgcc/config/rs6000/tramp.S enable-execute-stack.c
 G_LIB2ADDEH=${GNUHOSTDIST}/libgcc/unwind-dw2.c ${GNUHOSTDIST}/libgcc/unwind-dw2-fde-dip.c ${GNUHOSTDIST}/libgcc/unwind-sjlj.c ${GNUHOSTDIST}/libgcc/unwind-c.c ${GNUHOSTDIST}/libgcc/emutls.c
-G_LIB2ADD_ST=${GNUHOSTDIST}/libgcc/config/rs6000/crtsavfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtsavgpr.S 
${GNUHOSTDIST}/libgcc/config/rs6000/crtresgpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresxfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresxgpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtsavevr.S 
${GNUHOSTDIST}/libgcc/config/rs6000/crtrestvr.S addkf3-sw.c subkf3-sw.c mulkf3-sw.c divkf3-sw.c negkf2-sw.c unordkf2-sw.c eqkf2-sw.c gekf2-sw.c lekf2-sw.c extendsfkf2-sw.c extenddfkf2-sw.c 
trunckfsf2-sw.c trunckfdf2-sw.c fixkfsi-sw.c fixkfdi-sw.c fixunskfsi-sw.c fixunskfdi-sw.c floatsikf-sw.c floatdikf-sw.c floatunsikf-sw.c floatundikf-sw.c 
${GNUHOSTDIST}/libgcc/config/rs6000/floattikf.c ${GNUHOSTDIST}/libgcc/config/rs6000/floatuntikf.c ${GNUHOSTDIST}/libgcc/config/rs6000/fixkfti.c ${GNUHOSTDIST}/libgcc/config/rs6000/fixunskfti.c 
${GNUHOSTDIST}/libgcc/config/rs6000/extendkftf2-sw.c ${GNUHOSTDIST}/libgcc/config/rs6000/trunctfkf2-sw.c ${GNUHOSTDIST}/libgcc/config/rs6000/sfp-exceptions.c 
${GNUHOSTDIST}/libgcc/config/rs6000/_mulkc3.c ${GNUHOSTDIST}/libgcc/config/rs6000/_divkc3.c  
+G_LIB2ADD_ST=${GNUHOSTDIST}/libgcc/config/rs6000/crtsavfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtsavgpr.S 
${GNUHOSTDIST}/libgcc/config/rs6000/crtresgpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresxfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresxgpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtsavevr.S 
${GNUHOSTDIST}/libgcc/config/rs6000/crtrestvr.S
 G_LIB1ASMFUNCS=
 G_LIB1ASMSRC=
 G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _divmoddi4 _udivdi3 _umoddi3 _udivmoddi4 _udiv_w_sdiv
diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/lib/libiberty/defs.mk
--- a/external/gpl3/gcc/lib/libiberty/defs.mk   Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/lib/libiberty/defs.mk   Sat May 11 02:39:48 2019 +0000
@@ -1,8 +1,8 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.99 2019/02/04 01:46:59 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_ALLOCA=
 G_EXTRA_OFILES=
-G_LIBOBJS=mempcpy.o strverscmp.o
+G_LIBOBJS=mempcpy.o strverscmp.o vfork.o
 G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filename_cmp.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 vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o 
simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o 
xstrndup.o xvasprintf.o
diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h     Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h     Sat May 11 02:39:48 2019 +0000
@@ -1117,7 +1117,7 @@
 #define _GLIBCXX_HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
 #define _GLIBCXX_HAVE_TLS 1
diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h       Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h       Sat May 11 02:39:48 2019 +0000
@@ -2,7 +2,7 @@
 /* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
-/* generated for  powerpc64--netbsd-gcc (NetBSD nb3 20190319) 7.4.0 */
+/* generated for  powerpc64--netbsd-gcc (NetBSD nb4 20181109) 6.5.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/symver-config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/symver-config.h Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/symver-config.h Sat May 11 02:39:48 2019 +0000
@@ -475,7 +475,7 @@
 #define HAVE_TANL 1
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
 #define HAVE_TLS 1
diff -r 895055dd4b75 -r aff5360bb980 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h Sat May 11 02:39:32 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h Sat May 11 02:39:48 2019 +0000
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc64--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20190319' --with-system-zlib --without-isl --enable-__cxa_atexit --enable-libstdcxx-time=rt 
--enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-default-libstdcxx-abi=new --with-mpc-lib=/var/obj/mknative/evbppc-powerpc64/usr/src/external/lgpl3/mpc/lib/libmpc 
--with-mpfr-lib=/var/obj/mknative/evbppc-powerpc64/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbppc-powerpc64/usr/src/external/lgpl3/gmp/lib/libgmp 
--with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64 --enable-tls 
--disable-multilib --disable-libstdcxx-pch --build=powerpc64--netbsd --host=powerpc64--netbsd --with-sysroot=/var/obj/mknative/evbppc-powerpc64/usr/src/destdir.evbppc";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=powerpc64--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20190319' --with-system-zlib --without-isl --enable-__cxa_atexit --enable-libstdcxx-time=rt 
--enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-default-libstdcxx-abi=new --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.evbppc-powerpc64 
--with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.evbppc-powerpc64 --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.evbppc-powerpc64 
--with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64 --enable-tls 
--disable-multilib --disable-libstdcxx-pch --build=powerpc64--netbsd --host=powerpc64--netbsd --with-sysroot=/usr/obj/evbppc-powerpc64/release";
 static const char thread_model[] = "posix";
 
 static const struct {



Home | Main Index | Thread Index | Old Index