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 alpha, hpaa, ia64, mips*, ...



details:   https://anonhg.NetBSD.org/src/rev/7b61457769d9
branches:  trunk
changeset: 448476:7b61457769d9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 04 02:58:39 2019 +0000

description:
mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.

diffstat:

 external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h    |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h     |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h     |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/backtrace-supported.h |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/mips64el/backtrace-supported.h |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h   |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/mipsel/backtrace-supported.h   |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h    |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h    |   12 +-
 external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h      |   12 +-
 external/gpl3/gcc/lib/libgcc/arch/alpha/auto-target.h                  |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/alpha/defs.mk                        |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/alpha/gthr-defs.mk                   |    9 +
 external/gpl3/gcc/lib/libgcc/arch/hppa/auto-target.h                   |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk                         |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/hppa/gthr-defs.mk                    |    9 +
 external/gpl3/gcc/lib/libgcc/arch/i386/defs.mk                         |    3 +-
 external/gpl3/gcc/lib/libgcc/arch/ia64/auto-target.h                   |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk                         |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/ia64/gthr-defs.mk                    |    9 +
 external/gpl3/gcc/lib/libgcc/arch/mips64eb/auto-target.h               |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64eb/defs.mk                     |    7 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64eb/gthr-defs.mk                |    9 +
 external/gpl3/gcc/lib/libgcc/arch/mips64el/auto-target.h               |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64el/defs.mk                     |    7 +-
 external/gpl3/gcc/lib/libgcc/arch/mips64el/gthr-defs.mk                |    9 +
 external/gpl3/gcc/lib/libgcc/arch/mipseb/auto-target.h                 |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/mipseb/defs.mk                       |    7 +-
 external/gpl3/gcc/lib/libgcc/arch/mipseb/gthr-defs.mk                  |    9 +
 external/gpl3/gcc/lib/libgcc/arch/mipsel/auto-target.h                 |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/mipsel/defs.mk                       |    7 +-
 external/gpl3/gcc/lib/libgcc/arch/mipsel/gthr-defs.mk                  |    9 +
 external/gpl3/gcc/lib/libgcc/arch/powerpc/defs.mk                      |    3 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3eb/auto-target.h                  |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3eb/defs.mk                        |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3eb/gthr-defs.mk                   |    9 +
 external/gpl3/gcc/lib/libgcc/arch/sh3el/auto-target.h                  |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3el/defs.mk                        |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/sh3el/gthr-defs.mk                   |    9 +
 external/gpl3/gcc/lib/libgcc/arch/sparc/defs.mk                        |    3 +-
 external/gpl3/gcc/lib/libgcc/arch/vax/auto-target.h                    |   11 +-
 external/gpl3/gcc/lib/libgcc/arch/vax/defs.mk                          |    5 +-
 external/gpl3/gcc/lib/libgcc/arch/vax/gthr-defs.mk                     |    9 +
 external/gpl3/gcc/lib/libgcc/arch/x86_64/defs.mk                       |    3 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk                |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h             |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/defs.mk                 |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h              |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/defs.mk                 |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h              |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/defs.mk             |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/defs.mk             |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h          |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/defs.mk               |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h            |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/defs.mk               |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h            |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/defs.mk                |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h             |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/defs.mk                |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h             |    6 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/defs.mk                  |    8 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h               |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/config.h                      |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/libgomp_f.h                   |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/alpha/omp.h                         |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/hppa/config.h                       |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/hppa/libgomp_f.h                    |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/hppa/omp.h                          |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/ia64/config.h                       |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/ia64/libgomp_f.h                    |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/ia64/omp.h                          |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64eb/config.h                   |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64eb/libgomp_f.h                |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64eb/omp.h                      |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64el/config.h                   |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64el/libgomp_f.h                |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/mips64el/omp.h                      |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/mipseb/config.h                     |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/mipseb/libgomp_f.h                  |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/mipseb/omp.h                        |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/mipsel/config.h                     |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/mipsel/libgomp_f.h                  |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/mipsel/omp.h                        |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/config.h                      |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/libgomp_f.h                   |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3eb/omp.h                         |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/config.h                      |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/libgomp_f.h                   |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/sh3el/omp.h                         |    4 +-
 external/gpl3/gcc/lib/libgomp/arch/vax/config.h                        |   35 +-
 external/gpl3/gcc/lib/libgomp/arch/vax/libgomp_f.h                     |    6 +-
 external/gpl3/gcc/lib/libgomp/arch/vax/omp.h                           |    4 +-
 external/gpl3/gcc/lib/libobjc/arch/alpha/defs.mk                       |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/hppa/defs.mk                        |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/i386/defs.mk                        |    3 +-
 external/gpl3/gcc/lib/libobjc/arch/ia64/defs.mk                        |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/mips64eb/defs.mk                    |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/mips64el/defs.mk                    |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/mipseb/defs.mk                      |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/mipsel/defs.mk                      |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/powerpc/defs.mk                     |    3 +-
 external/gpl3/gcc/lib/libobjc/arch/sh3eb/defs.mk                       |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/sh3el/defs.mk                       |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/sparc/defs.mk                       |    3 +-
 external/gpl3/gcc/lib/libobjc/arch/vax/defs.mk                         |    7 +-
 external/gpl3/gcc/lib/libobjc/arch/x86_64/defs.mk                      |    3 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h              |  144 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/cxxabi_tweaks.h          |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk                  |   12 +-
 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            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr.h                   |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h               |  144 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/cxxabi_tweaks.h           |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/defs.mk                   |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h                 |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-posix.h              |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-single.h             |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr.h                    |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/i386/defs.mk                   |    3 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h               |  144 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/cxxabi_tweaks.h           |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/defs.mk                   |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gstdint.h                 |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr-posix.h              |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr-single.h             |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr.h                    |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h           |  142 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/cxxabi_tweaks.h       |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/defs.mk               |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gthr-posix.h          |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gthr-single.h         |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gthr.h                |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h           |  142 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/cxxabi_tweaks.h       |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/defs.mk               |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h             |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gthr-posix.h          |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gthr-single.h         |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gthr.h                |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h             |  144 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/cxxabi_tweaks.h         |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/defs.mk                 |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gstdint.h               |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-posix.h            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-single.h           |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr.h                  |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h             |  144 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/cxxabi_tweaks.h         |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/defs.mk                 |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gstdint.h               |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-posix.h            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-single.h           |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr.h                  |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/defs.mk                |    3 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h              |  142 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/cxxabi_tweaks.h          |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/defs.mk                  |   12 +-
 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            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gthr.h                   |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h              |  142 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/cxxabi_tweaks.h          |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/defs.mk                  |   12 +-
 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            |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gthr.h                   |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/defs.mk                  |    3 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h                |  148 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/cxxabi_tweaks.h            |   10 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/defs.mk                    |   12 +-
 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              |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gthr.h                     |    6 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/defs.mk                 |    3 +-
 external/gpl3/gcc/usr.bin/common-target/arch/alpha.mk                  |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/hppa.mk                   |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/i386.mk                   |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/ia64.mk                   |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/mips64eb.mk               |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/mips64el.mk               |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/mipseb.mk                 |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/mipsel.mk                 |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/powerpc.mk                |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/sh3eb.mk                  |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/sh3el.mk                  |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/sparc.mk                  |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/vax.mk                    |    5 +
 external/gpl3/gcc/usr.bin/common-target/arch/x86_64.mk                 |    5 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h                   |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h                    |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h                  |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk                       |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/gtyp-input.list               |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/insn-modes.h                  |   25 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h              |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h                    |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h                     |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h                   |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk                        |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/gtyp-input.list                |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/insn-modes.h                   |   25 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h               |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h                   |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/auto-host.h                    |   62 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/bversion.h                     |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/configargs.h                   |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/defs.mk                        |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/gtyp-input.list                |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/insn-modes.h                   |   29 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/plugin-version.h               |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h                |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/bversion.h                 |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk                    |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/gtyp-input.list            |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/insn-modes.h               |  111 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/plugin-version.h           |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h                |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/bversion.h                 |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h               |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk                    |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/gtyp-input.list            |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/insn-modes.h               |  111 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h           |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h                  |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/bversion.h                   |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h                 |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/defs.mk                      |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/gtyp-input.list              |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/insn-modes.h                 |  111 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/plugin-version.h             |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/auto-host.h                  |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/bversion.h                   |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h                 |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/defs.mk                      |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/gtyp-input.list              |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/insn-modes.h                 |  111 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/plugin-version.h             |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h                |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/auto-host.h                   |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/bversion.h                    |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h                  |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/defs.mk                       |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/gtyp-input.list               |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/insn-modes.h                  |   66 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/plugin-version.h              |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/auto-host.h                   |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/bversion.h                    |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h                  |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/defs.mk                       |   26 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/gtyp-input.list               |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/insn-modes.h                  |   66 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h              |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h                  |    2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h                     |   58 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/bversion.h                      |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h                    |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/defs.mk                         |  853 +++++++++-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/gtyp-input.list                 |   17 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/insn-modes.h                    |   23 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/plugin-version.h                |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h                 |    4 +-
 external/gpl3/gcc/usr.bin/include/arch/mips64eb.mk                     |    6 +-
 external/gpl3/gcc/usr.bin/include/arch/mips64el.mk                     |    6 +-
 external/gpl3/gcc/usr.bin/include/arch/mipseb.mk                       |    6 +-
 external/gpl3/gcc/usr.bin/include/arch/mipsel.mk                       |    6 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/alpha/config.h                   |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/hppa/config.h                    |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/ia64/config.h                    |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/mips64eb/config.h                |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h                |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/mipseb/config.h                  |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/mipsel/config.h                  |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/sh3eb/config.h                   |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/sh3el/config.h                   |   10 +-
 external/gpl3/gcc/usr.bin/libcpp/arch/vax/config.h                     |   10 +-
 284 files changed, 4272 insertions(+), 1607 deletions(-)

diffs (truncated from 13979 to 300 lines):

diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h       Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h       Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h        Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h        Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h        Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h        Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/backtrace-supported.h    Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/backtrace-supported.h    Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/mips64el/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/mips64el/backtrace-supported.h    Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/mips64el/backtrace-supported.h    Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h      Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h      Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/mipsel/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/mipsel/backtrace-supported.h      Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/mipsel/backtrace-supported.h      Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h       Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h       Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h       Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h       Mon Feb 04 02:58:39 2019 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.97 2019/02/01 09:27:23 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2012-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -11,13 +11,13 @@
 met:
 
     (1) Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer. 
+    notice, this list of conditions and the following disclaimer.
 
     (2) Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
-    distribution.  
-    
+    distribution.
+
     (3) The name of the author may not be used to
     endorse or promote products derived from this software without
     specific prior written permission.
diff -r 2e8a252b7b4d -r 7b61457769d9 external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h
--- a/external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h Mon Feb 04 02:49:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h Mon Feb 04 02:58:39 2019 +0000




Home | Main Index | Thread Index | Old Index