Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc mknative gcc7 for ppc and arm64.



details:   https://anonhg.NetBSD.org/src/rev/941e4940f4af
branches:  trunk
changeset: 448179:941e4940f4af
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 24 08:56:43 2019 +0000

description:
mknative gcc7 for ppc and arm64.

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/aarch64/backtrace-supported.h |   10 +-
 external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/aarch64/auto-target.h               |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/aarch64/defs.mk                     |   10 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h               |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk                     |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/defs.mk             |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk             |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/aarch64/config.h                   |   33 ++-
 external/gpl3/gcc/lib/libgomp/arch/aarch64/libgomp_f.h                |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/aarch64/omp.h                      |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/config.h                   |   35 ++-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/libgomp_f.h                |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/omp.h                      |    4 +-
 external/gpl3/gcc/lib/libobjc/arch/aarch64/defs.mk                    |    6 +-
 external/gpl3/gcc/lib/libobjc/arch/powerpc/defs.mk                    |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/c++config.h           |  146 ++++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/cxxabi_tweaks.h       |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk               |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/gthr-posix.h          |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/gthr-single.h         |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/gthr.h                |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h           |  148 ++++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/cxxabi_tweaks.h       |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/defs.mk               |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gthr-posix.h          |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gthr-single.h         |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gthr.h                |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/auto-host.h                |   58 +++-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/bversion.h                 |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/defs.mk                    |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/gtyp-input.list            |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/insn-modes.h               |  131 ++++----
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/plugin-version.h           |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h                |   58 +++-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/bversion.h                 |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h               |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/defs.mk                    |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/gtyp-input.list            |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/insn-modes.h               |   36 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/plugin-version.h           |   10 +-
 external/gpl3/gcc/usr.bin/include/arch/aarch64.mk                     |    4 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/aarch64/config.h                |    8 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h                |   10 +-
 49 files changed, 643 insertions(+), 350 deletions(-)

diffs (truncated from 2608 to 300 lines):

diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libbacktrace/arch/aarch64/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/aarch64/backtrace-supported.h     Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/aarch64/backtrace-supported.h     Thu Jan 24 08:56:43 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h     Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h     Thu Jan 24 08:56:43 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/arch/aarch64/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/aarch64/auto-target.h   Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/aarch64/auto-target.h   Thu Jan 24 08:56:43 2019 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.93 2018/09/04 06:40:37 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* auto-target.h.  Generated from config.in by configure.  */
@@ -26,9 +26,6 @@
 /* Define if the system-provided CRTs are present on Solaris. */
 /* #undef HAVE_SOLARIS_CRTS */
 
-/* Define if the system-provided CRTs are present on Solaris. */
-/* #undef HAVE_SOLARIS_CRTS */
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
@@ -79,3 +76,9 @@
 
 /* Define to 1 if the target use emutls for thread-local storage. */
 /* #undef USE_EMUTLS */
+
+/* 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 */
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/arch/aarch64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/aarch64/defs.mk Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/aarch64/defs.mk Thu Jan 24 08:56:43 2019 +0000
@@ -1,15 +1,15 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include 
 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/aarch64/sync-cache.c ${GNUHOSTDIST}/libgcc/config/aarch64/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/divtf3.c 
${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c 
${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c 
${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c 
${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfti.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfti.c 
${GNUHOSTDIST}/libgcc/soft-fp/floattitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatuntitf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c 
${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c enable-execute-stack.c
+G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/aarch64/sync-cache.c ${GNUHOSTDIST}/libgcc/config/aarch64/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/divtf3.c 
${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c 
${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c 
${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c 
${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfti.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfti.c 
${GNUHOSTDIST}/libgcc/soft-fp/floattitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatuntitf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c 
${GNUHOSTDIST}/libgcc/soft-fp/extendhftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfhf2.c 
${GNUHOSTDIST}/libgcc/soft-fp/fixhfti.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunshfti.c ${GNUHOSTDIST}/libgcc/soft-fp/floattihf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatuntihf.c 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=
 G_LIB1ASMFUNCS=
 G_LIB1ASMSRC=
-G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _divmoddi4 _udivdi3 _umoddi3 _udivmoddi4 _udiv_w_sdiv
 G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
 G_LIB2FUNCS_EXTRA=
 G_LIBGCC2_CFLAGS=-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 
@@ -18,5 +18,5 @@
 G_SHLIB_MAPFILES=libgcc-std.ver
 G_SHLIB_NM_FLAGS=-pg
 G_NOEXCEPTION_FLAGS=-fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/aarch64/arm_neon.h ${GNUHOSTDIST}/gcc/config/aarch64/arm_acle.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h
-G_CONFIG_LINKS=${GNUHOSTDIST}/libgcc/enable-execute-stack-mprotect.c  enable-execute-stack.c ${GNUHOSTDIST}/libgcc/unwind-generic.h  unwind.h ${GNUHOSTDIST}/libgcc/config/no-unwind.h  
md-unwind-support.h ${GNUHOSTDIST}/libgcc/config/aarch64/sfp-machine.h  sfp-machine.h ${GNUHOSTDIST}/libgcc/gthr-posix.h  gthr-default.h 
+G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/aarch64/arm_fp16.h ${GNUHOSTDIST}/gcc/config/aarch64/arm_neon.h ${GNUHOSTDIST}/gcc/config/aarch64/arm_acle.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h
+G_CONFIGLINKS=
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h   Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h   Thu Jan 24 08:56:43 2019 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.93 2018/09/04 06:40:37 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* auto-target.h.  Generated from config.in by configure.  */
@@ -26,9 +26,6 @@
 /* Define if the system-provided CRTs are present on Solaris. */
 /* #undef HAVE_SOLARIS_CRTS */
 
-/* Define if the system-provided CRTs are present on Solaris. */
-/* #undef HAVE_SOLARIS_CRTS */
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
@@ -79,3 +76,9 @@
 
 /* Define to 1 if the target use emutls for thread-local storage. */
 /* #undef USE_EMUTLS */
+
+/* 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 */
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk Thu Jan 24 08:56:43 2019 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include 
@@ -9,7 +9,7 @@
 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 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _divmoddi4 _udivdi3 _umoddi3 _udivmoddi4 _udiv_w_sdiv
 G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
 G_LIB2FUNCS_EXTRA=
 G_LIBGCC2_CFLAGS=-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 
@@ -19,4 +19,4 @@
 G_SHLIB_NM_FLAGS=-pg
 G_NOEXCEPTION_FLAGS=-fno-exceptions -fno-rtti -fasynchronous-unwind-tables
 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/rs6000/ppc-asm.h ${GNUHOSTDIST}/gcc/config/rs6000/altivec.h ${GNUHOSTDIST}/gcc/config/rs6000/spe.h ${GNUHOSTDIST}/gcc/config/rs6000/ppu_intrinsics.h 
${GNUHOSTDIST}/gcc/config/rs6000/paired.h ${GNUHOSTDIST}/gcc/config/rs6000/spu2vmx.h ${GNUHOSTDIST}/gcc/config/rs6000/vec_types.h ${GNUHOSTDIST}/gcc/config/rs6000/si2vmx.h 
${GNUHOSTDIST}/gcc/config/rs6000/htmintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/htmxlintrin.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h
-G_CONFIG_LINKS=${GNUHOSTDIST}/libgcc/enable-execute-stack-mprotect.c  enable-execute-stack.c ${GNUHOSTDIST}/libgcc/unwind-generic.h  unwind.h ${GNUHOSTDIST}/libgcc/config/no-unwind.h  
md-unwind-support.h ${GNUHOSTDIST}/libgcc/config/rs6000/sfp-machine.h  sfp-machine.h ${GNUHOSTDIST}/libgcc/gthr-posix.h  gthr-default.h 
+G_CONFIGLINKS=
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/defs.mk Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/defs.mk Thu Jan 24 08:56:43 2019 +0000
@@ -1,8 +1,8 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
-G_LIBGCOV_MERGE=_gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_merge_ior _gcov_merge_time_profile _gcov_merge_icall_topn
-G_LIBGCOV_PROFILER=_gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_indirect_call_profiler_v2 
_gcov_time_profiler _gcov_indirect_call_topn_profiler
+G_LIBGCOV_MERGE=_gcov_merge_add _gcov_merge_single _gcov_merge_ior _gcov_merge_time_profile _gcov_merge_icall_topn
+G_LIBGCOV_PROFILER=_gcov_interval_profiler _gcov_interval_profiler_atomic _gcov_pow2_profiler _gcov_pow2_profiler_atomic _gcov_one_value_profiler _gcov_one_value_profiler_atomic 
_gcov_average_profiler _gcov_average_profiler_atomic _gcov_ior_profiler _gcov_ior_profiler_atomic _gcov_indirect_call_profiler_v2 _gcov_time_profiler _gcov_indirect_call_topn_profiler
 G_LIBGCOV_INTERFACE=_gcov_dump _gcov_flush _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_reset
 G_LIBGCOV_DRIVER=_gcov
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/gcov-iov.h      Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/aarch64/gcov-iov.h      Thu Jan 24 08:56:43 2019 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* Generated automatically by the program `build/gcov-iov'
-   from `6.5.0 (6 5) and  (*)'.  */
+   from `7.4.0 (7 4) and  (*)'.  */
 
-#define GCOV_VERSION ((gcov_unsigned_t)0x3630352a)  /* 605* */
+#define GCOV_VERSION ((gcov_unsigned_t)0x4137342a)  /* A74* */
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk Thu Jan 24 08:56:43 2019 +0000
@@ -1,8 +1,8 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp 
-# Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
-G_LIBGCOV_MERGE=_gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_merge_ior _gcov_merge_time_profile _gcov_merge_icall_topn
-G_LIBGCOV_PROFILER=_gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_indirect_call_profiler_v2 
_gcov_time_profiler _gcov_indirect_call_topn_profiler
+G_LIBGCOV_MERGE=_gcov_merge_add _gcov_merge_single _gcov_merge_ior _gcov_merge_time_profile _gcov_merge_icall_topn
+G_LIBGCOV_PROFILER=_gcov_interval_profiler _gcov_interval_profiler_atomic _gcov_pow2_profiler _gcov_pow2_profiler_atomic _gcov_one_value_profiler _gcov_one_value_profiler_atomic 
_gcov_average_profiler _gcov_average_profiler_atomic _gcov_ior_profiler _gcov_ior_profiler_atomic _gcov_indirect_call_profiler_v2 _gcov_time_profiler _gcov_indirect_call_topn_profiler
 G_LIBGCOV_INTERFACE=_gcov_dump _gcov_flush _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_reset
 G_LIBGCOV_DRIVER=_gcov
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h      Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h      Thu Jan 24 08:56:43 2019 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.94 2018/09/04 22:57:25 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* Generated automatically by the program `build/gcov-iov'
-   from `6.5.0 (6 5) and  (*)'.  */
+   from `7.4.0 (7 4) and  (*)'.  */
 
-#define GCOV_VERSION ((gcov_unsigned_t)0x3630352a)  /* 605* */
+#define GCOV_VERSION ((gcov_unsigned_t)0x4137342a)  /* A74* */
diff -r 2213a79c86de -r 941e4940f4af external/gpl3/gcc/lib/libgomp/arch/aarch64/config.h
--- a/external/gpl3/gcc/lib/libgomp/arch/aarch64/config.h       Thu Jan 24 04:50:04 2019 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/aarch64/config.h       Thu Jan 24 08:56:43 2019 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.96 2019/01/19 20:02:06 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -29,9 +29,21 @@
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
+/* Define to 1 if you have the `getegid' function. */
+#define HAVE_GETEGID 1
+
+/* Define to 1 if you have the `geteuid' function. */
+#define HAVE_GETEUID 1
+
+/* Define to 1 if you have the `getgid' function. */
+#define HAVE_GETGID 1
+
 /* Define to 1 if you have the `getloadavg' function. */
 #define HAVE_GETLOADAVG 1
 
+/* Define to 1 if you have the `getuid' function. */
+#define HAVE_GETUID 1
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
@@ -47,6 +59,9 @@
 /* Define to 1 if you have the <pthread.h> header file. */
 #define HAVE_PTHREAD_H 1
 
+/* Define to 1 if you have the `secure_getenv' function. */
+/* #undef HAVE_SECURE_GETENV */
+
 /* Define to 1 if you have the <semaphore.h> header file. */
 #define HAVE_SEMAPHORE_H 1
 
@@ -96,9 +111,21 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to 1 if you have the `__secure_getenv' function. */
+/* #undef HAVE___SECURE_GETENV */
+
+/* Define path to HSA runtime. */
+#define HSA_RUNTIME_LIB ""
+
 /* Define to 1 if GNU symbol versioning is used for libgomp. */
 /* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
 
+/* Define to 1 if building libgomp for an accelerator-only target. */
+/* #undef LIBGOMP_OFFLOADED_ONLY */
+
+/* Define to 1 if libgomp should use POSIX threads. */



Home | Main Index | Thread Index | Old Index