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-gcc for powerpc64 and GCC 5.4.



details:   https://anonhg.NetBSD.org/src/rev/e55b062b3d0a
branches:  trunk
changeset: 815962:e55b062b3d0a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 09 23:30:18 2016 +0000

description:
mknative-gcc for powerpc64 and GCC 5.4.

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h |    4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h              |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h               |   31 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk                     |    4 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk             |    7 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h                   |   21 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec               |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h                |    7 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h                      |   53 +-
 external/gpl3/gcc/lib/libiberty/arch/powerpc64/config.h                 |   65 ++-
 external/gpl3/gcc/lib/libiberty/defs.mk                                 |    2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h           |  130 ++++-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/cxxabi_tweaks.h       |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk               |   23 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-posix.h          |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-single.h         |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr.h                |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h                |  274 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/bversion.h                 |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/defs.mk                    |   35 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/gtyp-input.list            |   30 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/plugin-version.h           |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/tm.h                       |    8 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/powerpc64/config.h                |   15 +-
 27 files changed, 608 insertions(+), 162 deletions(-)

diffs (truncated from 1750 to 300 lines):

diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h   Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h   Thu Jun 09 23:30:18 2016 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2015 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h        Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h        Thu Jun 09 23:30:18 2016 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -8,6 +8,9 @@
 /* ELF size: 32 or 64 */
 #define BACKTRACE_ELF_SIZE 64
 
+/* Define to 1 if you have the __atomic functions */
+#define HAVE_ATOMIC_FUNCTIONS 1
+
 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
    don't. */
 #define HAVE_DECL_STRNLEN 1
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h Thu Jun 09 23:30:18 2016 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp  */
+/* 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  */
 
 /* auto-target.h.  Generated from config.in by configure.  */
@@ -8,6 +8,9 @@
 /* Define to 1 if the target assembler supports thread-local storage. */
 /* #undef HAVE_CC_TLS */
 
+/* Define to 1 if you have the <ftw.h> header file. */
+#define HAVE_FTW_H 1
+
 /* Define if _Unwind_GetIPInfo is available. */
 #define HAVE_GETIPINFO 1
 
@@ -15,31 +18,37 @@
 #define HAVE_INIT_PRIORITY 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
-/* #undef HAVE_INTTYPES_H */
+#define HAVE_INTTYPES_H 1
 
 /* Define to 1 if you have the <memory.h> header file. */
-/* #undef HAVE_MEMORY_H */
+#define HAVE_MEMORY_H 1
+
+/* 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. */
-/* #undef HAVE_STDINT_H */
+#define HAVE_STDINT_H 1
 
 /* Define to 1 if you have the <stdlib.h> header file. */
-/* #undef HAVE_STDLIB_H */
+#define HAVE_STDLIB_H 1
 
 /* Define to 1 if you have the <strings.h> header file. */
-/* #undef HAVE_STRINGS_H */
+#define HAVE_STRINGS_H 1
 
 /* Define to 1 if you have the <string.h> header file. */
-/* #undef HAVE_STRING_H */
+#define HAVE_STRING_H 1
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
-/* #undef HAVE_SYS_STAT_H */
+#define HAVE_SYS_STAT_H 1
 
 /* Define to 1 if you have the <sys/types.h> header file. */
-/* #undef HAVE_SYS_TYPES_H */
+#define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
-/* #undef HAVE_UNISTD_H */
+#define HAVE_UNISTD_H 1
 
 /* Define if the C compiler is configured for setjmp/longjmp exceptions. */
 /* #undef LIBGCC_SJLJ_EXCEPTIONS */
@@ -69,7 +78,7 @@
 #define SIZEOF_LONG_DOUBLE 16
 
 /* Define to 1 if you have the ANSI C header files. */
-/* #undef STDC_HEADERS */
+#define STDC_HEADERS 1
 
 /* Define to 1 if the target use emutls for thread-local storage. */
 /* #undef USE_EMUTLS */
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk       Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk       Thu Jun 09 23:30:18 2016 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp 
+# 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 
 #
 G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include 
@@ -11,7 +11,7 @@
 G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 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 
+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 
 G_SHLIB_MKMAP=${GNUHOSTDIST}/libgcc/mkmap-symver.awk
 G_SHLIB_MKMAP_OPTS=
 G_SHLIB_MAPFILES=libgcc-std.ver
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk       Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk       Thu Jun 09 23:30:18 2016 +0000
@@ -1,5 +1,8 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp 
+# 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 
 #
-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_reset _gcov_dump 
_gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior
+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_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 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h    Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h    Thu Jun 09 23:30:18 2016 +0000
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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 automatically by the program `build/gcov-iov'
-   from `4.8.4 (4 8) and  (*)'.  */
+   from `5.4.0 (5 4) and  (*)'.  */
 
-#define GCOV_VERSION ((gcov_unsigned_t)0x3430382a)  /* 408* */
+#define GCOV_VERSION ((gcov_unsigned_t)0x3530342a)  /* 504* */
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h
--- a/external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h     Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h     Thu Jun 09 23:30:18 2016 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -35,6 +35,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Define to 1 if you have the `dl' library (-ldl). */
+/* #undef HAVE_LIBDL */
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -91,6 +94,9 @@
    */
 #define LT_OBJDIR ".libs/"
 
+/* Define to hold the list of target names suitable for offloading. */
+#define OFFLOAD_TARGETS ""
+
 /* Name of package */
 #define PACKAGE "libgomp"
 
@@ -98,10 +104,10 @@
 #define PACKAGE_BUGREPORT ""
 
 /* Define to the full name of this package. */
-#define PACKAGE_NAME "GNU OpenMP Runtime Library"
+#define PACKAGE_NAME "GNU Offloading and Multi Processing Runtime Library"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
+#define PACKAGE_STRING "GNU Offloading and Multi Processing Runtime Library 1.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libgomp"
@@ -112,6 +118,12 @@
 /* Define to the version of this package. */
 #define PACKAGE_VERSION "1.0"
 
+/* Define to 1 if the NVIDIA plugin is built, 0 if not. */
+#define PLUGIN_NVPTX 0
+
+/* Define if all infrastructure, needed for plugins, is supported. */
+/* #undef PLUGIN_SUPPORT */
+
 /* The size of `char', as computed by sizeof. */
 /* #undef SIZEOF_CHAR */
 
@@ -136,5 +148,8 @@
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #define TIME_WITH_SYS_TIME 1
 
+/* Define to 1 if the target use emutls for thread-local storage. */
+/* #undef USE_EMUTLS */
+
 /* Version number of package */
 #define VERSION "1.0"
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec
--- a/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec Thu Jun 09 23:30:18 2016 +0000
@@ -1,7 +1,7 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp 
+# 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 
 #
 # This spec file is read by gcc when linking.  It is used to specify the
-# standard libraries we need in order to link with -fopenmp.
+# standard libraries we need in order to link with libgomp.
 *link_gomp: -lgomp %{static: }
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h
--- a/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h  Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h  Thu Jun 09 23:30:18 2016 +0000
@@ -1,11 +1,12 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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  */
 
-/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub%redhat.com@localhost>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
diff -r 9e9f45e6defd -r e55b062b3d0a external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h
--- a/external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h        Thu Jun 09 23:28:22 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h        Thu Jun 09 23:30:18 2016 +0000
@@ -1,11 +1,12 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
+/* 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  */
 
-/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth%redhat.com@localhost>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
@@ -26,8 +27,8 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef OMP_H
-#define OMP_H 1
+#ifndef _OMP_H
+#define _OMP_H 1
 
 #ifndef _LIBGOMP_OMP_LOCK_DEFINED
 #define _LIBGOMP_OMP_LOCK_DEFINED 1
@@ -56,6 +57,15 @@
   omp_sched_auto = 4
 } omp_sched_t;
 
+typedef enum omp_proc_bind_t
+{
+  omp_proc_bind_false = 0,
+  omp_proc_bind_true = 1,
+  omp_proc_bind_master = 2,
+  omp_proc_bind_close = 3,
+  omp_proc_bind_spread = 4
+} omp_proc_bind_t;
+
 #ifdef __cplusplus



Home | Main Index | Thread Index | Old Index