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 GCC 5.3 and sh3*, hppa, m...



details:   https://anonhg.NetBSD.org/src/rev/c47e8f066332
branches:  trunk
changeset: 344251:c47e8f066332
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Mar 18 09:18:04 2016 +0000

description:
mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h |    4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/config.h              |    5 +-
 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h |    4 +-
 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/config.h              |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/hppa/auto-target.h                |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk                      |    6 +-
 external/gpl3/gcc/lib/libgcc/arch/m68000/auto-target.h              |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk                    |    4 +-
 external/gpl3/gcc/lib/libgcc/arch/m68k/auto-target.h                |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/m68k/defs.mk                      |    6 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64eb/auto-target.h            |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64eb/defs.mk                  |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64el/auto-target.h            |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64el/defs.mk                  |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/mipseb/auto-target.h              |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/mipseb/defs.mk                    |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/mipsel/auto-target.h              |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/mipsel/defs.mk                    |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3eb/auto-target.h               |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3eb/defs.mk                     |    6 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3el/auto-target.h               |   33 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3el/defs.mk                     |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/defs.mk              |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h           |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/defs.mk            |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h         |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/defs.mk              |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/gcov-iov.h           |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/defs.mk          |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h       |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/defs.mk          |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h       |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/defs.mk            |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h         |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/defs.mk            |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h         |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/defs.mk             |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/defs.mk             |    9 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/config.h                   |   21 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/libgomp.spec               |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/libgomp_f.h                |    9 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/omp.h                      |   55 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/config.h                   |   21 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/libgomp.spec               |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/libgomp_f.h                |    9 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/omp.h                      |   55 +-
 external/gpl3/gcc/lib/libiberty/arch/sh3eb/config.h                 |   33 +-
 external/gpl3/gcc/lib/libiberty/arch/sh3el/config.h                 |   33 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h           |  240 ++++++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/cxxabi_tweaks.h       |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/defs.mk               |   25 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gthr-posix.h          |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gthr-single.h         |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gthr.h                |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h           |  122 ++++-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/cxxabi_tweaks.h       |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/defs.mk               |   25 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gthr-posix.h          |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gthr-single.h         |    8 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gthr.h                |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h                 |  278 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h                        |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h               |  278 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/tm.h                      |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h                 |  274 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/m68k/tm.h                        |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h             |  274 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/tm.h                    |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h             |  272 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/tm.h                    |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h               |  274 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/tm.h                      |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/auto-host.h               |  272 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/tm.h                      |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/auto-host.h                |  264 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/bversion.h                 |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/defs.mk                    |   31 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/gtyp-input.list            |   30 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/plugin-version.h           |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/tm.h                       |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/auto-host.h                |  264 ++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/bversion.h                 |    8 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/defs.mk                    |   31 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/gtyp-input.list            |   30 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h           |   12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/tm.h                       |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/sh3eb/config.h                |   17 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/sh3el/config.h                |   17 +-
 94 files changed, 3145 insertions(+), 845 deletions(-)

diffs (truncated from 8449 to 300 lines):

diff -r fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h       Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h       Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/config.h    Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/config.h    Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h       Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h       Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/config.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/config.h    Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/config.h    Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libgcc/arch/hppa/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/hppa/auto-target.h      Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/hppa/auto-target.h      Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk    Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk    Fri Mar 18 09:18:04 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/pa/fptr.c 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 -DELF=1 -DLINUX=1 -g 
-DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector 
+G_LIBGCC2_CFLAGS=-O2  -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem 
./include   -fPIC -DELF=1 -DLINUX=1 -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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libgcc/arch/m68000/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/m68000/auto-target.h    Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68000/auto-target.h    Fri Mar 18 09:18:04 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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk  Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk  Fri Mar 18 09:18:04 2016 +0000
@@ -1,5 +1,5 @@
 # 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 
 #
 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    -g -DIN_LIBGCC2 
-fbuilding-libgcc -fno-stack-protector 
+G_LIBGCC2_CFLAGS=-O2  -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem 
./include    -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 fc60716b782e -r c47e8f066332 external/gpl3/gcc/lib/libgcc/arch/m68k/auto-target.h
--- a/external/gpl3/gcc/lib/libgcc/arch/m68k/auto-target.h      Fri Mar 18 07:30:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68k/auto-target.h      Fri Mar 18 09:18:04 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. */



Home | Main Index | Thread Index | Old Index