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 vax!
details: https://anonhg.NetBSD.org/src/rev/872c53cc4fb5
branches: trunk
changeset: 344353:872c53cc4fb5
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 23 21:24:52 2016 +0000
description:
regen vax!
diffstat:
external/gpl3/gcc/lib/libasan/Makefile | 3 -
external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h | 4 +-
external/gpl3/gcc/lib/libbacktrace/arch/vax/config.h | 5 +-
external/gpl3/gcc/lib/libgcc/arch/vax/auto-target.h | 33 +-
external/gpl3/gcc/lib/libgcc/arch/vax/defs.mk | 6 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/defs.mk | 9 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h | 6 +-
external/gpl3/gcc/lib/libgomp/arch/vax/config.h | 21 +-
external/gpl3/gcc/lib/libgomp/arch/vax/libgomp.spec | 6 +-
external/gpl3/gcc/lib/libgomp/arch/vax/libgomp_f.h | 9 +-
external/gpl3/gcc/lib/libgomp/arch/vax/omp.h | 55 +-
external/gpl3/gcc/lib/libiberty/arch/vax/config.h | 33 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h | 122 +++-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/cxxabi_tweaks.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/defs.mk | 21 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gthr-posix.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gthr-single.h | 8 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gthr.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h | 264 ++++++-
external/gpl3/gcc/usr.bin/gcc/arch/vax/bversion.h | 8 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/defs.mk | 31 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/gtyp-input.list | 30 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/insn-modes.h | 329 ++++++++++
external/gpl3/gcc/usr.bin/gcc/arch/vax/plugin-version.h | 12 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/tm.h | 8 +-
external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h | 15 +-
28 files changed, 899 insertions(+), 165 deletions(-)
diffs (truncated from 1997 to 300 lines):
diff -r 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile Wed Mar 23 21:24:52 2016 +0000
@@ -7,7 +7,6 @@
.PATH: ${ASAN}/asan ${ASAN}/interception ${ASAN}/sanitizer_common
ASAN_SRCS= \
- asan_allocator.cc \
asan_allocator2.cc \
asan_interceptors.cc \
asan_posix.cc \
@@ -15,7 +14,6 @@
asan_rtl.cc \
asan_stats.cc \
asan_globals.cc \
- asan_thread_registry.cc \
asan_fake_stack.cc \
asan_linux.cc \
asan_report.cc \
@@ -42,7 +40,6 @@
sanitizer_stackdepot.cc \
sanitizer_stacktrace.cc \
sanitizer_symbolizer.cc \
- sanitizer_symbolizer_linux.cc \
sanitizer_win.cc
# The linux build does this to avoid preinit sections on shared libraries
diff -r 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h Wed Mar 23 21:24:52 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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libbacktrace/arch/vax/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/vax/config.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/vax/config.h Wed Mar 23 21:24:52 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 32
+/* 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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgcc/arch/vax/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/vax/auto-target.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/vax/auto-target.h Wed Mar 23 21:24:52 2016 +0000
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -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 8
/* 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. */
#define USE_EMUTLS 1
diff -r 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgcc/arch/vax/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/vax/defs.mk Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/vax/defs.mk Wed Mar 23 21:24:52 2016 +0000
@@ -1,6 +1,6 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp
-# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include
G_LIB2ADD= enable-execute-stack.c
@@ -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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/defs.mk Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/defs.mk Wed Mar 23 21:24:52 2016 +0000
@@ -1,5 +1,8 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp
-# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h Wed Mar 23 21:24:52 2016 +0000
@@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 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 */
/* Generated automatically by the program `build/gcov-iov'
- from `4.8.5 (4 8) and (*)'. */
+ from `5.3.0 (5 3) and (*)'. */
-#define GCOV_VERSION ((gcov_unsigned_t)0x3430382a) /* 408* */
+#define GCOV_VERSION ((gcov_unsigned_t)0x3530332a) /* 503* */
diff -r 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgomp/arch/vax/config.h
--- a/external/gpl3/gcc/lib/libgomp/arch/vax/config.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/vax/config.h Wed Mar 23 21:24:52 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 */
/* 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. */
+#define USE_EMUTLS 1
+
/* Version number of package */
#define VERSION "1.0"
diff -r 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgomp/arch/vax/libgomp.spec
--- a/external/gpl3/gcc/lib/libgomp/arch/vax/libgomp.spec Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/vax/libgomp.spec Wed Mar 23 21:24:52 2016 +0000
@@ -1,7 +1,7 @@
# This file is automatically generated. DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp
-# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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
#
# 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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgomp/arch/vax/libgomp_f.h
--- a/external/gpl3/gcc/lib/libgomp/arch/vax/libgomp_f.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/vax/libgomp_f.h Wed Mar 23 21:24:52 2016 +0000
@@ -1,11 +1,12 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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 */
-/* 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 2b988d460098 -r 872c53cc4fb5 external/gpl3/gcc/lib/libgomp/arch/vax/omp.h
--- a/external/gpl3/gcc/lib/libgomp/arch/vax/omp.h Wed Mar 23 21:21:36 2016 +0000
+++ b/external/gpl3/gcc/lib/libgomp/arch/vax/omp.h Wed Mar 23 21:24:52 2016 +0000
@@ -1,11 +1,12 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 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 */
Home |
Main Index |
Thread Index |
Old Index