Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc Results of an mknative run for ia64



details:   https://anonhg.NetBSD.org/src/rev/541a2deee309
branches:  trunk
changeset: 337496:541a2deee309
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Apr 17 12:41:46 2015 +0000

description:
Results of an mknative run for ia64

diffstat:

 external/gpl3/gcc/lib/crtstuff/arch/ia64.mk                        |   2 +-
 external/gpl3/gcc/lib/libasan/Makefile                             |   8 +
 external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h |   4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h              |   4 +-
 external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk                     |   6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h          |   4 +-
 external/gpl3/gcc/lib/libiberty/arch/ia64/config.h                 |   4 +-
 external/gpl3/gcc/lib/libiberty/defs.mk                            |   4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h           |  52 +++++-----
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gstdint.h             |   4 +-
 external/gpl3/gcc/usr.bin/gcc/Makefile                             |   5 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/auto-host.h                |  14 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/bversion.h                 |   4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/configargs.h               |   4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/defs.mk                    |   4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/plugin-version.h           |  10 +-
 16 files changed, 75 insertions(+), 58 deletions(-)

diffs (truncated from 481 to 300 lines):

diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/crtstuff/arch/ia64.mk
--- a/external/gpl3/gcc/lib/crtstuff/arch/ia64.mk       Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/arch/ia64.mk       Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber -I${GNUHOSTDIST}/gcc/../libbacktrace  
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Fri Apr 17 12:41:46 2015 +0000
@@ -56,4 +56,12 @@
 LIBDPLIBS+=    stdc++ ${.CURDIR}/../libstdc++-v3
 LIBDPLIBS+=    pthread ${.CURDIR}/../../../../../lib/libpthread
 
+.if ${MACHINE_ARCH} == "vax"
+COPTS.asan_allocator2.cc += -O1
+COPTS.sanitizer_mac.cc += -O1
+COPTS.sanitizer_netbsd.cc += -O1
+COPTS.sanitizer_printf.cc += -O1
+COPTS.sanitizer_stackdepot.cc += -O1
+.endif
+
 .include <bsd.lib.mk>
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h        Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h        Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 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.
@@ -44,7 +44,7 @@
    should work, 0 if it will not.  Libraries may #include this to make
    other arrangements.  */
 
-#define BACKTRACE_SUPPORTED 0
+#define BACKTRACE_SUPPORTED 1
 
 /* BACKTRACE_USES_MALLOC will be #define'd as 1 if the backtrace
    library will call malloc as it works, 0 if it will call mmap
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h     Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h     Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 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.  */
@@ -25,7 +25,7 @@
 /* #undef HAVE_GETEXECNAME */
 
 /* Define if _Unwind_GetIPInfo is available. */
-/* #undef HAVE_GETIPINFO */
+#define HAVE_GETIPINFO 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk    Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk    Fri Apr 17 12:41:46 2015 +0000
@@ -1,10 +1,10 @@
 # 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.81 2015/01/31 08:50:01 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
-G_LIB2ADDEH=${GNUHOSTDIST}/libgcc/unwind-sjlj.c ${GNUHOSTDIST}/libgcc/unwind-c.c ${GNUHOSTDIST}/libgcc/unwind-compat.c ${GNUHOSTDIST}/libgcc/config/ia64/fde-netbsd.c ${GNUHOSTDIST}/libgcc/emutls.c
+G_LIB2ADDEH=${GNUHOSTDIST}/libgcc/config/ia64/unwind-ia64.c ${GNUHOSTDIST}/libgcc/unwind-sjlj.c ${GNUHOSTDIST}/libgcc/unwind-c.c ${GNUHOSTDIST}/libgcc/emutls.c
 G_LIB2ADD_ST=
 G_LIB1ASMFUNCS=__divxf3 __divdf3 __divsf3 __divdi3 __moddi3 __udivdi3 __umoddi3 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal __nonlocal_goto __restore_stack_nonlocal __trampoline 
_fixtfdi _fixunstfdi _floatditf
 G_LIB1ASMSRC=ia64/lib1funcs.S
@@ -14,7 +14,7 @@
 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 ${GNUHOSTDIST}/libgcc/config/ia64/libgcc-ia64.ver ${GNUHOSTDIST}/libgcc/config/ia64/libgcc-glibc.ver
+G_SHLIB_MAPFILES=libgcc-std.ver ${GNUHOSTDIST}/libgcc/config/ia64/libgcc-ia64.ver
 G_SHLIB_NM_FLAGS=-pg
 G_NOEXCEPTION_FLAGS=-fno-exceptions -fno-rtti -fasynchronous-unwind-tables
 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/ia64/ia64intrin.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h Fri Apr 17 12:41:46 2015 +0000
@@ -1,8 +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.81 2015/01/31 08:50:01 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.3 (4 8) and prerelease (*)'.  */
+   from `4.8.4 (4 8) and  (*)'.  */
 
 #define GCOV_VERSION ((gcov_unsigned_t)0x3430382a)  /* 408* */
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libiberty/arch/ia64/config.h
--- a/external/gpl3/gcc/lib/libiberty/arch/ia64/config.h        Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libiberty/arch/ia64/config.h        Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* config.h.  Generated from config.in by configure.  */
@@ -169,7 +169,7 @@
 #define HAVE_MEMSET 1
 
 /* Define to 1 if you have the `mkstemps' function. */
-/* #undef HAVE_MKSTEMPS */
+#define HAVE_MKSTEMPS 1
 
 /* Define to 1 if you have a working `mmap' system call. */
 #define HAVE_MMAP 1
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libiberty/defs.mk
--- a/external/gpl3/gcc/lib/libiberty/defs.mk   Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libiberty/defs.mk   Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 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 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 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 xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o
diff -r 1335d562bc48 -r 541a2deee309 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h  Fri Apr 17 12:40:17 2015 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h  Fri Apr 17 12:41:46 2015 +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.81 2015/01/31 08:50:01 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -35,7 +35,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20140302
+#define __GLIBCXX__ 20141219
 
 // Macros for various attributes.
 //   _GLIBCXX_PURE
@@ -498,7 +498,7 @@
 /* #undef _GLIBCXX_HAVE_ATANL */
 
 /* Define to 1 if you have the `at_quick_exit' function. */
-/* #undef _GLIBCXX_HAVE_AT_QUICK_EXIT */
+#define _GLIBCXX_HAVE_AT_QUICK_EXIT 1
 
 /* Define to 1 if the target assembler supports thread-local storage. */
 /* #undef _GLIBCXX_HAVE_CC_TLS */
@@ -606,10 +606,10 @@
 /* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
-#define _GLIBCXX_HAVE_FINITE 1
+/* #undef _GLIBCXX_HAVE_FINITE */
 
 /* Define to 1 if you have the `finitef' function. */
-#define _GLIBCXX_HAVE_FINITEF 1
+/* #undef _GLIBCXX_HAVE_FINITEF */
 
 /* Define to 1 if you have the `finitel' function. */
 /* #undef _GLIBCXX_HAVE_FINITEL */
@@ -636,7 +636,7 @@
 /* #undef _GLIBCXX_HAVE_FP_H */
 
 /* Define to 1 if you have the `frexpf' function. */
-#define _GLIBCXX_HAVE_FREXPF 1
+/* #undef _GLIBCXX_HAVE_FREXPF */
 
 /* Define to 1 if you have the `frexpl' function. */
 /* #undef _GLIBCXX_HAVE_FREXPL */
@@ -651,13 +651,13 @@
 /* #undef _GLIBCXX_HAVE_HYPOT */
 
 /* Define to 1 if you have the `hypotf' function. */
-#define _GLIBCXX_HAVE_HYPOTF 1
+/* #undef _GLIBCXX_HAVE_HYPOTF */
 
 /* Define to 1 if you have the `hypotl' function. */
 /* #undef _GLIBCXX_HAVE_HYPOTL */
 
 /* Define if you have the iconv() function. */
-/* #undef _GLIBCXX_HAVE_ICONV */
+#define _GLIBCXX_HAVE_ICONV 1
 
 /* Define to 1 if you have the <ieeefp.h> header file. */
 #define _GLIBCXX_HAVE_IEEEFP_H 1
@@ -678,7 +678,7 @@
 #define _GLIBCXX_HAVE_ISINF 1
 
 /* Define to 1 if you have the `isinff' function. */
-#define _GLIBCXX_HAVE_ISINFF 1
+/* #undef _GLIBCXX_HAVE_ISINFF */
 
 /* Define to 1 if you have the `isinfl' function. */
 /* #undef _GLIBCXX_HAVE_ISINFL */
@@ -687,7 +687,7 @@
 #define _GLIBCXX_HAVE_ISNAN 1
 
 /* Define to 1 if you have the `isnanf' function. */
-#define _GLIBCXX_HAVE_ISNANF 1
+/* #undef _GLIBCXX_HAVE_ISNANF */
 
 /* Define to 1 if you have the `isnanl' function. */
 /* #undef _GLIBCXX_HAVE_ISNANL */
@@ -708,19 +708,19 @@
 /* #undef _GLIBCXX_HAVE_LIBINTL_H */
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef _GLIBCXX_HAVE_LIMIT_AS */
+#define _GLIBCXX_HAVE_LIMIT_AS 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef _GLIBCXX_HAVE_LIMIT_DATA */
+#define _GLIBCXX_HAVE_LIMIT_DATA 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef _GLIBCXX_HAVE_LIMIT_FSIZE */
+#define _GLIBCXX_HAVE_LIMIT_FSIZE 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef _GLIBCXX_HAVE_LIMIT_RSS */
+#define _GLIBCXX_HAVE_LIMIT_RSS 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef _GLIBCXX_HAVE_LIMIT_VMEM */
+#define _GLIBCXX_HAVE_LIMIT_VMEM 1
 
 /* Define if futex syscall is available. */
 /* #undef _GLIBCXX_HAVE_LINUX_FUTEX */
@@ -777,10 +777,10 @@
 /* #undef _GLIBCXX_HAVE_QFPCLASS */
 
 /* Define to 1 if you have the `quick_exit' function. */
-/* #undef _GLIBCXX_HAVE_QUICK_EXIT */
+#define _GLIBCXX_HAVE_QUICK_EXIT 1
 
 /* Define to 1 if you have the `setenv' function. */
-/* #undef _GLIBCXX_HAVE_SETENV */
+#define _GLIBCXX_HAVE_SETENV 1
 
 /* Define to 1 if you have the `sincos' function. */
 /* #undef _GLIBCXX_HAVE_SINCOS */
@@ -837,10 +837,10 @@
 #define _GLIBCXX_HAVE_STRING_H 1
 
 /* Define to 1 if you have the `strtof' function. */
-/* #undef _GLIBCXX_HAVE_STRTOF */
+#define _GLIBCXX_HAVE_STRTOF 1
 
 /* Define to 1 if you have the `strtold' function. */
-/* #undef _GLIBCXX_HAVE_STRTOLD */
+#define _GLIBCXX_HAVE_STRTOLD 1
 
 /* Define if strxfrm_l is available in <string.h>. */
 /* #undef _GLIBCXX_HAVE_STRXFRM_L */
@@ -910,10 +910,10 @@
 /* #undef _GLIBCXX_HAVE_TANL */
 
 /* 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. */
-/* #undef _GLIBCXX_HAVE_TLS */
+#define _GLIBCXX_HAVE_TLS 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #define _GLIBCXX_HAVE_UNISTD_H 1
@@ -1135,7 +1135,7 @@
 /* #undef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL */
 
 /* Define as const if the declaration of iconv() needs const. */
-/* #undef _GLIBCXX_ICONV_CONST */
+#define _GLIBCXX_ICONV_CONST const
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
@@ -1194,7 +1194,7 @@
 #define _GLIBCXX_FULLY_DYNAMIC_STRING 0
 
 /* Define if gthreads library is available. */
-/* #undef _GLIBCXX_HAS_GTHREADS */
+#define _GLIBCXX_HAS_GTHREADS 1
 



Home | Main Index | Thread Index | Old Index