Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc initial mknative-gcc for GCC 5.3 and alpha...



details:   https://anonhg.NetBSD.org/src/rev/aa15b09e1bfe
branches:  trunk
changeset: 344249:aa15b09e1bfe
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Mar 18 07:29:40 2016 +0000

description:
initial mknative-gcc for GCC 5.3 and alpha/powerpc.

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h   |    4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/alpha/config.h                |    5 +-
 external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h |    4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/powerpc/config.h              |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/alpha/auto-target.h                 |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/alpha/defs.mk                       |    6 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h               |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk                     |    4 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk               |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h            |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk             |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/config.h                     |   23 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/libgomp.spec                 |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/libgomp_f.h                  |    9 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/omp.h                        |   55 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/config.h                   |   23 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/libgomp.spec               |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/libgomp_f.h                |    9 +-
 external/gpl3/gcc/lib/libgomp/arch/powerpc/omp.h                      |   55 +-
 external/gpl3/gcc/lib/libiberty/arch/alpha/config.h                   |   33 +-
 external/gpl3/gcc/lib/libiberty/arch/powerpc/config.h                 |   33 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h             |  122 ++++-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/cxxabi_tweaks.h         |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk                 |   25 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h               |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-posix.h            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-single.h           |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr.h                  |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h           |  126 ++++-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/cxxabi_tweaks.h       |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/defs.mk               |   25 +-
 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         |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gthr.h                |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h                  |  264 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h                   |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h                 |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk                      |   31 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/gtyp-input.list              |   30 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h             |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/tm.h                         |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h                |  266 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/bversion.h                 |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h               |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/defs.mk                    |   35 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/gtyp-input.list            |   30 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/plugin-version.h           |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/tm.h                       |    8 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/alpha/config.h                  |   15 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h                |   17 +-
 52 files changed, 1153 insertions(+), 337 deletions(-)

diffs (truncated from 3327 to 300 lines):

diff -r 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h       Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h       Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libbacktrace/arch/alpha/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/alpha/config.h    Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/alpha/config.h    Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h     Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h     Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libbacktrace/arch/powerpc/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/config.h  Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/powerpc/config.h  Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/arch/alpha/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/alpha/auto-target.h     Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/alpha/auto-target.h     Fri Mar 18 07:29:40 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. */
 /* #undef USE_EMUTLS */
diff -r 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/arch/alpha/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/alpha/defs.mk   Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/alpha/defs.mk   Fri Mar 18 07:29:40 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= ${GNUHOSTDIST}/libgcc/config/alpha/qrnnd.S 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 -mieee -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 -mieee -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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h   Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc/auto-target.h   Fri Mar 18 07:29:40 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. */
 /* #undef USE_EMUTLS */
diff -r 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk Fri Mar 18 07:29:40 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 
 #
 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk   Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk   Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h        Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h        Fri Mar 18 07:29:40 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 70a8dbb996b9 -r aa15b09e1bfe external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk Fri Mar 18 03:08:25 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/defs.mk Fri Mar 18 07:29:40 2016 +0000
@@ -1,5 +1,8 @@



Home | Main Index | Thread Index | Old Index