Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist merge GCC 6.4.0. sanitizer stuff is ...
details: https://anonhg.NetBSD.org/src/rev/4f343f7d4bde
branches: trunk
changeset: 359168:4f343f7d4bde
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Feb 02 03:41:02 2018 +0000
description:
merge GCC 6.4.0. sanitizer stuff is probably busted, but most
other changes merged easily.
docs need to be regenerated with modern versions still.
diffstat:
external/gpl3/gcc/dist/INSTALL/binaries.html | 200 +-
external/gpl3/gcc/dist/INSTALL/build.html | 524 +-
external/gpl3/gcc/dist/INSTALL/configure.html | 2631 +-
external/gpl3/gcc/dist/INSTALL/download.html | 166 +-
external/gpl3/gcc/dist/INSTALL/finalinstall.html | 277 +-
external/gpl3/gcc/dist/INSTALL/gfdl.html | 461 +-
external/gpl3/gcc/dist/INSTALL/index.html | 260 +-
external/gpl3/gcc/dist/INSTALL/old.html | 302 +-
external/gpl3/gcc/dist/INSTALL/prerequisites.html | 561 +-
external/gpl3/gcc/dist/INSTALL/specific.html | 2173 +-
external/gpl3/gcc/dist/INSTALL/test.html | 389 +-
external/gpl3/gcc/dist/LAST_UPDATED | 2 +-
external/gpl3/gcc/dist/MD5SUMS | 49773 +++++----
external/gpl3/gcc/dist/NEWS | 1059 +-
external/gpl3/gcc/dist/config.guess | 11 +-
external/gpl3/gcc/dist/config.sub | 11 +-
external/gpl3/gcc/dist/configure | 218 +-
external/gpl3/gcc/dist/configure.ac | 137 +-
external/gpl3/gcc/dist/gcc/ChangeLog | 26228 ++--
external/gpl3/gcc/dist/gcc/Makefile.in | 233 +-
external/gpl3/gcc/dist/gcc/alias.c | 804 +-
external/gpl3/gcc/dist/gcc/auto-profile.c | 132 +-
external/gpl3/gcc/dist/gcc/builtins.c | 3903 +-
external/gpl3/gcc/dist/gcc/c-family/c-format.c | 231 +-
external/gpl3/gcc/dist/gcc/c-family/c-format.h | 30 +-
external/gpl3/gcc/dist/gcc/c-family/c-opts.c | 87 +-
external/gpl3/gcc/dist/gcc/c-family/c.opt | 723 +-
external/gpl3/gcc/dist/gcc/c/Make-lang.in | 6 +-
external/gpl3/gcc/dist/gcc/cfgexpand.c | 1541 +-
external/gpl3/gcc/dist/gcc/common.opt | 955 +-
external/gpl3/gcc/dist/gcc/common/config/arm/arm-common.c | 2 +-
external/gpl3/gcc/dist/gcc/config.gcc | 234 +-
external/gpl3/gcc/dist/gcc/config.host | 29 +-
external/gpl3/gcc/dist/gcc/config/alpha/alpha.h | 102 +-
external/gpl3/gcc/dist/gcc/config/alpha/elf.h | 4 +-
external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h | 2 +-
external/gpl3/gcc/dist/gcc/config/arc/arc-modes.def | 6 +-
external/gpl3/gcc/dist/gcc/config/arc/arc-protos.h | 9 +-
external/gpl3/gcc/dist/gcc/config/arc/arc.c | 3190 +-
external/gpl3/gcc/dist/gcc/config/arc/arc.h | 131 +-
external/gpl3/gcc/dist/gcc/config/arc/arc.md | 1185 +-
external/gpl3/gcc/dist/gcc/config/arc/arc.opt | 186 +-
external/gpl3/gcc/dist/gcc/config/arm/arm-cores.def | 208 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.c | 4266 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.h | 337 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.md | 810 +-
external/gpl3/gcc/dist/gcc/config/arm/bpabi.h | 13 +-
external/gpl3/gcc/dist/gcc/config/arm/coff.h | 82 -
external/gpl3/gcc/dist/gcc/config/arm/elf.h | 3 +-
external/gpl3/gcc/dist/gcc/config/arm/freebsd.h | 14 +-
external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h | 4 +-
external/gpl3/gcc/dist/gcc/config/arm/t-arm | 2 +-
external/gpl3/gcc/dist/gcc/config/arm/t-rtems | 6 +-
external/gpl3/gcc/dist/gcc/config/arm/thumb2.md | 161 +-
external/gpl3/gcc/dist/gcc/config/freebsd-spec.h | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/cpuid.h | 36 +-
external/gpl3/gcc/dist/gcc/config/i386/driver-i386.c | 34 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.c | 9658 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.h | 299 +-
external/gpl3/gcc/dist/gcc/config/i386/netbsd-elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/netbsd64.h | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/pmm_malloc.h | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/t-djgpp | 8 +
external/gpl3/gcc/dist/gcc/config/m68k/constraints.md | 2 +-
external/gpl3/gcc/dist/gcc/config/m68k/m68k.c | 150 +-
external/gpl3/gcc/dist/gcc/config/m68k/m68k.md | 144 +-
external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h | 11 +-
external/gpl3/gcc/dist/gcc/config/m68k/t-opts | 3 +
external/gpl3/gcc/dist/gcc/config/mips/mips.c | 1657 +-
external/gpl3/gcc/dist/gcc/config/mips/netbsd.h | 2 +-
external/gpl3/gcc/dist/gcc/config/mips/t-mips | 6 +-
external/gpl3/gcc/dist/gcc/config/netbsd-elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/netbsd.h | 2 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.c | 508 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.h | 15 +-
external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h | 2 +-
external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h | 2 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c | 7995 +-
external/gpl3/gcc/dist/gcc/config/rs6000/sysv4.h | 115 +-
external/gpl3/gcc/dist/gcc/config/rs6000/t-netbsd | 2 +-
external/gpl3/gcc/dist/gcc/config/rs6000/t-rs6000 | 3 +-
external/gpl3/gcc/dist/gcc/config/rs6000/vxworksae.h | 7 +-
external/gpl3/gcc/dist/gcc/config/sh/netbsd-elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.c | 697 +-
external/gpl3/gcc/dist/gcc/config/sh/t-sh | 2 +-
external/gpl3/gcc/dist/gcc/config/sparc/constraints.md | 2 +-
external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h | 4 +-
external/gpl3/gcc/dist/gcc/config/sparc/predicates.md | 77 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc.md | 639 +-
external/gpl3/gcc/dist/gcc/config/sparc/sync.md | 2 +-
external/gpl3/gcc/dist/gcc/config/t-linux | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/builtins.md | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/constraints.md | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h | 2 +-
external/gpl3/gcc/dist/gcc/config/vax/vax.c | 83 +-
external/gpl3/gcc/dist/gcc/config/vax/vax.h | 4 +-
external/gpl3/gcc/dist/gcc/config/vax/vax.md | 2 +-
external/gpl3/gcc/dist/gcc/configure | 2636 +-
external/gpl3/gcc/dist/gcc/configure.ac | 647 +-
external/gpl3/gcc/dist/gcc/cp/Make-lang.in | 22 +-
external/gpl3/gcc/dist/gcc/cp/cfns.gperf | 2 +-
external/gpl3/gcc/dist/gcc/cp/cfns.h | 2 +-
external/gpl3/gcc/dist/gcc/cp/except.c | 47 +-
external/gpl3/gcc/dist/gcc/cppdefault.c | 2 +-
external/gpl3/gcc/dist/gcc/debug.h | 50 +-
external/gpl3/gcc/dist/gcc/diagnostic.c | 321 +-
external/gpl3/gcc/dist/gcc/doc/aot-compile.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/cpp.1 | 6 +-
external/gpl3/gcc/dist/gcc/doc/cpp.texi | 15 +-
external/gpl3/gcc/dist/gcc/doc/cppenv.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/cppinternals.info | Bin
external/gpl3/gcc/dist/gcc/doc/cppopts.texi | 4 +-
external/gpl3/gcc/dist/gcc/doc/fsf-funding.7 | 24 +-
external/gpl3/gcc/dist/gcc/doc/gc-analyze.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/gccinstall.info | Bin
external/gpl3/gcc/dist/gcc/doc/gccint.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcj-dbtool.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/gcj.1 | 34 +-
external/gpl3/gcc/dist/gcc/doc/gcj.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcov.texi | 4 +-
external/gpl3/gcc/dist/gcc/doc/gfdl.7 | 33 +-
external/gpl3/gcc/dist/gcc/doc/gfortran.1 | 92 +-
external/gpl3/gcc/dist/gcc/doc/gij.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/gpl.7 | 32 +-
external/gpl3/gcc/dist/gcc/doc/grmic.1 | 30 +-
external/gpl3/gcc/dist/gcc/doc/invoke.texi | 9074 +-
external/gpl3/gcc/dist/gcc/doc/jcf-dump.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/jv-convert.1 | 26 +-
external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1 | 26 +-
external/gpl3/gcc/dist/gcc/dse.c | 723 +-
external/gpl3/gcc/dist/gcc/dwarf2out.c | 5063 +-
external/gpl3/gcc/dist/gcc/except.c | 261 +-
external/gpl3/gcc/dist/gcc/expr.c | 1582 +-
external/gpl3/gcc/dist/gcc/final.c | 201 +-
external/gpl3/gcc/dist/gcc/gcc.c | 855 +-
external/gpl3/gcc/dist/gcc/gcc.h | 10 +-
external/gpl3/gcc/dist/gcc/genemit.c | 346 +-
external/gpl3/gcc/dist/gcc/gengtype-lex.c | 319 +-
external/gpl3/gcc/dist/gcc/genmultilib | 2 +-
external/gpl3/gcc/dist/gcc/genrecog.c | 6651 +-
external/gpl3/gcc/dist/gcc/ggc-common.c | 424 +-
external/gpl3/gcc/dist/gcc/ginclude/stddef.h | 2 +-
external/gpl3/gcc/dist/gcc/ginclude/unwind-arm-common.h | 2 +-
external/gpl3/gcc/dist/gcc/graphite-blocking.c | 291 -
external/gpl3/gcc/dist/gcc/graphite-interchange.c | 675 -
external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c | 2911 +-
external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.h | 26 -
external/gpl3/gcc/dist/gcc/graphite-poly.h | 1567 -
external/gpl3/gcc/dist/gcc/graphite-scop-detection.h | 29 -
external/gpl3/gcc/dist/gcc/graphite-sese-to-poly.h | 32 -
external/gpl3/gcc/dist/gcc/graphite.h | 491 +
external/gpl3/gcc/dist/gcc/hwint.h | 20 +-
external/gpl3/gcc/dist/gcc/objc/Make-lang.in | 3 +-
external/gpl3/gcc/dist/gcc/objcp/Make-lang.in | 3 +-
external/gpl3/gcc/dist/gcc/omega.c | 5567 -
external/gpl3/gcc/dist/gcc/omega.h | 341 -
external/gpl3/gcc/dist/gcc/opts-global.c | 55 +-
external/gpl3/gcc/dist/gcc/opts.c | 428 +-
external/gpl3/gcc/dist/gcc/output.h | 19 +-
external/gpl3/gcc/dist/gcc/reload.c | 207 +-
external/gpl3/gcc/dist/gcc/reload1.c | 192 +-
external/gpl3/gcc/dist/gcc/rtlanal.c | 552 +-
external/gpl3/gcc/dist/gcc/sched-vis.c | 927 -
external/gpl3/gcc/dist/gcc/system.h | 69 +-
external/gpl3/gcc/dist/gcc/target-def.h | 3 +-
external/gpl3/gcc/dist/gcc/targhooks.c | 190 +-
external/gpl3/gcc/dist/gcc/toplev.c | 395 +-
external/gpl3/gcc/dist/gcc/tree-browser.c | 974 -
external/gpl3/gcc/dist/gcc/tree-browser.def | 97 -
external/gpl3/gcc/dist/gcc/tree-cfg.c | 1047 +-
external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c | 439 +-
external/gpl3/gcc/dist/gcc/tree-ssa-copyrename.c | 499 -
external/gpl3/gcc/dist/gcc/var-tracking.c | 1180 +-
external/gpl3/gcc/dist/gcc/varasm.c | 488 +-
external/gpl3/gcc/dist/gnattools/ChangeLog | 279 -
external/gpl3/gcc/dist/gnattools/Makefile.in | 335 -
external/gpl3/gcc/dist/gnattools/configure | 4006 -
external/gpl3/gcc/dist/gnattools/configure.ac | 143 -
external/gpl3/gcc/dist/gotools/ChangeLog | 80 -
external/gpl3/gcc/dist/gotools/Makefile.am | 135 -
external/gpl3/gcc/dist/gotools/Makefile.in | 648 -
external/gpl3/gcc/dist/gotools/README | 13 -
external/gpl3/gcc/dist/gotools/aclocal.m4 | 974 -
external/gpl3/gcc/dist/gotools/config/go.m4 | 92 -
external/gpl3/gcc/dist/gotools/configure | 5308 -
external/gpl3/gcc/dist/gotools/configure.ac | 88 -
external/gpl3/gcc/dist/gotools/go.1 | 12 -
external/gpl3/gcc/dist/gotools/gofmt.1 | 12 -
external/gpl3/gcc/dist/include/objalloc.h | 2 +-
external/gpl3/gcc/dist/intl/configure | 838 +-
external/gpl3/gcc/dist/libbacktrace/configure | 101 +-
external/gpl3/gcc/dist/libcpp/Makefile.in | 2 +-
external/gpl3/gcc/dist/libcpp/configure | 236 +-
external/gpl3/gcc/dist/libcpp/configure.ac | 6 +-
external/gpl3/gcc/dist/libcpp/files.c | 12 +-
external/gpl3/gcc/dist/libcpp/include/cpplib.h | 22 +-
external/gpl3/gcc/dist/libcpp/init.c | 41 +-
external/gpl3/gcc/dist/libcpp/internal.h | 26 +-
external/gpl3/gcc/dist/libcpp/lex.c | 60 +-
external/gpl3/gcc/dist/libcpp/macro.c | 116 +-
external/gpl3/gcc/dist/libdecnumber/configure | 2 +-
external/gpl3/gcc/dist/libgcc/Makefile.in | 31 +-
external/gpl3/gcc/dist/libgcc/config.host | 117 +-
external/gpl3/gcc/dist/libgcc/config/alpha/qrnnd.S | 2 +-
external/gpl3/gcc/dist/libgcc/config/arm/pr-support.c | 2 +-
external/gpl3/gcc/dist/libgcc/config/c6x/pr-support.c | 2 +-
external/gpl3/gcc/dist/libgcc/config/cr16/unwind-cr16.c | 2 +-
external/gpl3/gcc/dist/libgcc/config/i386/morestack.S | 2 +-
external/gpl3/gcc/dist/libgcc/config/i386/t-crtfm | 4 -
external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c | 2 +-
external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S | 2 +-
external/gpl3/gcc/dist/libgcc/config/xtensa/unwind-dw2-xtensa.c | 2 +-
external/gpl3/gcc/dist/libgcc/configure | 163 +-
external/gpl3/gcc/dist/libgcc/unwind-compat.c | 2 +-
external/gpl3/gcc/dist/libgcc/unwind-dw2-fde-dip.c | 8 +-
external/gpl3/gcc/dist/libgcc/unwind-dw2-fde.c | 2 +-
external/gpl3/gcc/dist/libgcc/unwind-dw2.c | 2 +-
external/gpl3/gcc/dist/libgcc/unwind-generic.h | 6 +-
external/gpl3/gcc/dist/libgcc/unwind-seh.c | 2 +-
external/gpl3/gcc/dist/libgcc/unwind-sjlj.c | 2 +-
external/gpl3/gcc/dist/libgomp/Makefile.am | 2 +-
external/gpl3/gcc/dist/libgomp/Makefile.in | 205 +-
external/gpl3/gcc/dist/libgomp/configure | 222 +-
external/gpl3/gcc/dist/libgomp/configure.ac | 12 +-
external/gpl3/gcc/dist/libgomp/libgomp.info | Bin
external/gpl3/gcc/dist/libgomp/oacc-ptx.h | 426 -
external/gpl3/gcc/dist/libgomp/plugin/plugin-host.c | 259 -
external/gpl3/gcc/dist/libgomp/plugin/plugin-host.h | 37 -
external/gpl3/gcc/dist/libiberty/Makefile.in | 13 +-
external/gpl3/gcc/dist/libiberty/config.in | 3 +
external/gpl3/gcc/dist/libiberty/configure | 67 +-
external/gpl3/gcc/dist/libiberty/configure.ac | 9 +-
external/gpl3/gcc/dist/libiberty/floatformat.c | 4 +-
external/gpl3/gcc/dist/libitm/ChangeLog | 1768 -
external/gpl3/gcc/dist/libitm/Makefile.am | 122 -
external/gpl3/gcc/dist/libitm/Makefile.in | 1072 -
external/gpl3/gcc/dist/libitm/aatree.cc | 222 -
external/gpl3/gcc/dist/libitm/aatree.h | 215 -
external/gpl3/gcc/dist/libitm/acinclude.m4 | 465 -
external/gpl3/gcc/dist/libitm/aclocal.m4 | 1009 -
external/gpl3/gcc/dist/libitm/alloc.cc | 129 -
external/gpl3/gcc/dist/libitm/alloc_c.cc | 72 -
external/gpl3/gcc/dist/libitm/alloc_cpp.cc | 164 -
external/gpl3/gcc/dist/libitm/barrier.cc | 44 -
external/gpl3/gcc/dist/libitm/beginend.cc | 693 -
external/gpl3/gcc/dist/libitm/clone.cc | 184 -
external/gpl3/gcc/dist/libitm/common.h | 65 -
external/gpl3/gcc/dist/libitm/config.h.in | 180 -
external/gpl3/gcc/dist/libitm/config/aarch64/sjlj.S | 92 -
external/gpl3/gcc/dist/libitm/config/aarch64/target.h | 45 -
external/gpl3/gcc/dist/libitm/config/alpha/cacheline.h | 38 -
external/gpl3/gcc/dist/libitm/config/alpha/sjlj.S | 112 -
external/gpl3/gcc/dist/libitm/config/alpha/target.h | 44 -
external/gpl3/gcc/dist/libitm/config/arm/hwcap.cc | 67 -
external/gpl3/gcc/dist/libitm/config/arm/hwcap.h | 41 -
external/gpl3/gcc/dist/libitm/config/arm/sjlj.S | 164 -
external/gpl3/gcc/dist/libitm/config/arm/target.h | 49 -
external/gpl3/gcc/dist/libitm/config/generic/asmcfi.h | 53 -
external/gpl3/gcc/dist/libitm/config/generic/cacheline.h | 58 -
external/gpl3/gcc/dist/libitm/config/generic/tls.cc | 40 -
external/gpl3/gcc/dist/libitm/config/generic/tls.h | 82 -
external/gpl3/gcc/dist/libitm/config/linux/alpha/futex_bits.h | 56 -
external/gpl3/gcc/dist/libitm/config/linux/futex.cc | 83 -
external/gpl3/gcc/dist/libitm/config/linux/futex.h | 39 -
external/gpl3/gcc/dist/libitm/config/linux/futex_bits.h | 43 -
external/gpl3/gcc/dist/libitm/config/linux/powerpc/futex_bits.h | 54 -
external/gpl3/gcc/dist/libitm/config/linux/rwlock.cc | 282 -
external/gpl3/gcc/dist/libitm/config/linux/rwlock.h | 81 -
external/gpl3/gcc/dist/libitm/config/linux/sh/futex_bits.h | 50 -
external/gpl3/gcc/dist/libitm/config/linux/sparc/futex_bits.h | 62 -
external/gpl3/gcc/dist/libitm/config/linux/x86/futex_bits.h | 82 -
external/gpl3/gcc/dist/libitm/config/linux/x86/tls.h | 105 -
external/gpl3/gcc/dist/libitm/config/posix/rwlock.cc | 307 -
external/gpl3/gcc/dist/libitm/config/posix/rwlock.h | 97 -
external/gpl3/gcc/dist/libitm/config/powerpc/cacheline.h | 42 -
external/gpl3/gcc/dist/libitm/config/powerpc/sjlj.S | 433 -
external/gpl3/gcc/dist/libitm/config/powerpc/target.h | 140 -
external/gpl3/gcc/dist/libitm/config/s390/sjlj.S | 110 -
external/gpl3/gcc/dist/libitm/config/s390/target.h | 127 -
external/gpl3/gcc/dist/libitm/config/sh/sjlj.S | 122 -
external/gpl3/gcc/dist/libitm/config/sh/target.h | 47 -
external/gpl3/gcc/dist/libitm/config/sparc/cacheline.h | 41 -
external/gpl3/gcc/dist/libitm/config/sparc/sjlj.S | 97 -
external/gpl3/gcc/dist/libitm/config/sparc/target.h | 42 -
external/gpl3/gcc/dist/libitm/config/x86/cacheline.h | 125 -
external/gpl3/gcc/dist/libitm/config/x86/sjlj.S | 224 -
external/gpl3/gcc/dist/libitm/config/x86/target.h | 138 -
external/gpl3/gcc/dist/libitm/config/x86/x86_avx.cc | 91 -
external/gpl3/gcc/dist/libitm/config/x86/x86_sse.cc | 43 -
external/gpl3/gcc/dist/libitm/configure | 20702 ----
external/gpl3/gcc/dist/libitm/configure.ac | 290 -
external/gpl3/gcc/dist/libitm/configure.tgt | 151 -
external/gpl3/gcc/dist/libitm/containers.h | 125 -
external/gpl3/gcc/dist/libitm/dispatch.h | 351 -
external/gpl3/gcc/dist/libitm/eh_cpp.cc | 117 -
external/gpl3/gcc/dist/libitm/libitm.h | 295 -
external/gpl3/gcc/dist/libitm/libitm.info | Bin
external/gpl3/gcc/dist/libitm/libitm.map | 184 -
external/gpl3/gcc/dist/libitm/libitm.spec.in | 3 -
external/gpl3/gcc/dist/libitm/libitm.texi | 774 -
external/gpl3/gcc/dist/libitm/libitm_i.h | 351 -
external/gpl3/gcc/dist/libitm/local.cc | 101 -
external/gpl3/gcc/dist/libitm/local_atomic | 1904 -
external/gpl3/gcc/dist/libitm/local_type_traits | 1901 -
external/gpl3/gcc/dist/libitm/method-gl.cc | 356 -
external/gpl3/gcc/dist/libitm/method-ml.cc | 605 -
external/gpl3/gcc/dist/libitm/method-serial.cc | 335 -
external/gpl3/gcc/dist/libitm/query.cc | 84 -
external/gpl3/gcc/dist/libitm/retry.cc | 335 -
external/gpl3/gcc/dist/libitm/stmlock.h | 122 -
external/gpl3/gcc/dist/libitm/useraction.cc | 81 -
external/gpl3/gcc/dist/libitm/util.cc | 97 -
external/gpl3/gcc/dist/libobjc/configure | 105 +-
external/gpl3/gcc/dist/libobjc/encoding.c | 46 +-
external/gpl3/gcc/dist/libobjc/hash.c | 2 +-
external/gpl3/gcc/dist/libobjc/objects.c | 2 +-
external/gpl3/gcc/dist/libobjc/sendmsg.c | 16 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_allocator.cc | 906 +
external/gpl3/gcc/dist/libsanitizer/asan/asan_allocator2.cc | 790 -
external/gpl3/gcc/dist/libsanitizer/asan/asan_interceptors.cc | 475 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_interceptors.h | 20 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_internal.h | 14 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc | 23 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_mapping.h | 73 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_posix.cc | 45 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc | 600 +-
external/gpl3/gcc/dist/libsanitizer/asan/asan_stack.h | 24 +-
external/gpl3/gcc/dist/libsanitizer/configure | 156 +-
external/gpl3/gcc/dist/libsanitizer/configure.tgt | 5 +
external/gpl3/gcc/dist/libsanitizer/interception/interception.h | 1 -
external/gpl3/gcc/dist/libsanitizer/interception/interception_linux.h | 10 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_common.h | 332 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc | 728 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_flags.cc | 323 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_interception.h | 23 -
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_internal_defs.h | 73 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_libignore.cc | 48 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc | 471 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.h | 12 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cc | 318 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform.h | 42 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h | 89 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc | 134 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | 76 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix.cc | 263 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_common.cc | 19 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cc | 182 +
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_syscall_generic.inc | 5 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_unwind_posix_libcdep.cc | 152 -
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_interceptors.cc | 724 +-
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_interface.cc | 95 +-
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_platform_linux.cc | 126 +-
external/gpl3/gcc/dist/libsanitizer/ubsan/ubsan_value.h | 7 -
external/gpl3/gcc/dist/libssp/configure | 19 +-
external/gpl3/gcc/dist/libstdc++-v3/Makefile.am | 8 +-
external/gpl3/gcc/dist/libstdc++-v3/Makefile.in | 6 +-
external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 | 951 +-
external/gpl3/gcc/dist/libstdc++-v3/config/cpu/aarch64/atomic_word.h | 44 -
external/gpl3/gcc/dist/libstdc++-v3/config/cpu/alpha/atomic_word.h | 33 -
external/gpl3/gcc/dist/libstdc++-v3/config/cpu/ia64/atomic_word.h | 64 -
external/gpl3/gcc/dist/libstdc++-v3/config/cpu/powerpc/atomic_word.h | 38 -
external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/atomic_word.h | 43 -
external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/configure | 2346 +-
external/gpl3/gcc/dist/libstdc++-v3/configure.ac | 5 +-
external/gpl3/gcc/dist/libstdc++-v3/configure.host | 37 +-
external/gpl3/gcc/dist/libstdc++-v3/crossconfig.m4 | 1 +
external/gpl3/gcc/dist/libstdc++-v3/include/bits/boost_concept_check.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/locale_facets.tcc | 18 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algo.h | 184 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algobase.h | 44 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h | 18 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_pair.h | 301 +-
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_queue.h | 66 +-
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/fs_dir.h | 363 -
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/fs_fwd.h | 293 -
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/fs_ops.h | 297 -
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/fs_path.h | 1091 -
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/lfts_config.h | 57 -
external/gpl3/gcc/dist/libstdc++-v3/include/experimental/string_view.tcc | 233 -
external/gpl3/gcc/dist/libstdc++-v3/include/ext/numeric_traits.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/include/ext/rope | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/include/ext/ropeimpl.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/complex | 11 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/mutex | 498 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/atexit_arm.cc | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/eh_arm.cc | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception_ptr.h | 4 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/nested_exception.h | 92 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/unwind-cxx.h | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/src/c++11/mutex.cc | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/src/c++11/random.cc | 2 +-
external/gpl3/gcc/dist/lto-plugin/configure | 2001 +-
397 files changed, 103476 insertions(+), 144818 deletions(-)
diffs (truncated from 322300 to 300 lines):
diff -r 50cbdedab496 -r 4f343f7d4bde external/gpl3/gcc/dist/INSTALL/binaries.html
--- a/external/gpl3/gcc/dist/INSTALL/binaries.html Fri Feb 02 01:58:35 2018 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/binaries.html Fri Feb 02 03:41:02 2018 +0000
@@ -1,164 +1,98 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<!-- Copyright (C) 1988-2015 Free Software Foundation, Inc.
+<html lang="en">
+<head>
+<title>Installing GCC: Binaries</title>
+<meta http-equiv="Content-Type" content="text/html">
+<meta name="description" content="Installing GCC: Binaries">
+<meta name="generator" content="makeinfo 4.13">
+<link title="Top" rel="top" href="#Top">
+<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
+<!--
+Copyright (C) 1988-2017 Free Software Foundation, Inc.
-Permission is granted to copy, distribute and/or modify this document
+ Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, the Front-Cover texts being (a) (see below), and
with the Back-Cover Texts being (b) (see below). A copy of the
-license is included in the section entitled "GNU
-Free Documentation License".
+license is included in the section entitled "GNU Free Documentation License".
(a) The FSF's Front-Cover Text is:
-A GNU Manual
+ A GNU Manual
(b) The FSF's Back-Cover Text is:
-You have freedom to copy and modify this GNU Manual, like GNU
+ You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
- funds for GNU development. -->
-<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>Installing GCC</title>
-
-<meta name="description" content="Installing GCC">
-<meta name="keywords" content="Installing GCC">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="makeinfo">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.indentedblock {margin-right: 0em}
-blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
-blockquote.smallquotation {font-size: smaller}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-div.smalldisplay {margin-left: 3.2em}
-div.smallexample {margin-left: 3.2em}
-div.smalllisp {margin-left: 3.2em}
-kbd {font-style: oblique}
-pre.display {font-family: inherit}
-pre.format {font-family: inherit}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: inherit; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: inherit; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.nolinebreak {white-space: nowrap}
-span.roman {font-family: initial; font-weight: normal}
-span.sansserif {font-family: sans-serif; font-weight: normal}
-ul.no-bullet {list-style: none}
--->
-</style>
-
-
+ funds for GNU development.-->
+<meta http-equiv="Content-Style-Type" content="text/css">
+<style type="text/css"><!--
+ pre.display { font-family:inherit }
+ pre.format { font-family:inherit }
+ pre.smalldisplay { font-family:inherit; font-size:smaller }
+ pre.smallformat { font-family:inherit; font-size:smaller }
+ pre.smallexample { font-size:smaller }
+ pre.smalllisp { font-size:smaller }
+ span.sc { font-variant:small-caps }
+ span.roman { font-family:serif; font-weight:normal; }
+ span.sansserif { font-family:sans-serif; font-weight:normal; }
+--></style>
</head>
-
-<body lang="en">
-<h1 class="settitle" align="center">Installing GCC</h1>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<a name="index-Binaries"></a>
-<a name="index-Installing-GCC_003a-Binaries"></a>
-
-<p>We are often asked about pre-compiled versions of GCC. While we cannot
-provide these for all platforms, below you’ll find links to binaries for
+<body>
+<h1 class="settitle">Installing GCC: Binaries</h1>
+<a name="index-Binaries-1"></a><a name="index-Installing-GCC_003a-Binaries-2"></a>
+We are often asked about pre-compiled versions of GCC. While we cannot
+provide these for all platforms, below you'll find links to binaries for
various platforms where creating them by yourself is not easy due to various
reasons.
-</p>
-<p>Please note that we did not create these binaries, nor do we
+
+ <p>Please note that we did not create these binaries, nor do we
support them. If you have any problems installing them, please
contact their makers.
-</p>
-<ul>
-<li> AIX:
-<ul>
-<li> <a href="http://www.bullfreeware.com">Bull’s Freeware and Shareware Archive for AIX</a>;
-</li><li> <a href="http://pware.hvcc.edu">Hudson Valley Community College Open Source Software for IBM System p</a>;
-
-</li><li> <a href="http://www.perzl.org/aix/">AIX 5L and 6 Open Source Packages</a>.
-</li></ul>
+ <ul>
+<li>AIX:
+ <ul>
+<li><a href="http://www.bullfreeware.com">Bull's Open Source Software Archive for for AIX 5L and AIX 6</a>;
-</li><li> DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
+ <li><a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1 AIX 7.1)</a>.
+</ul>
-</li><li> Renesas H8/300[HS]—<a href="http://h8300-hms.sourceforge.net/">GNU
-Development Tools for the Renesas H8/300[HS] Series</a>.
+ <li>DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
-</li><li> HP-UX:
-<ul>
-<li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
-
-</li><li> <a href="ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/">Binaries for HP-UX 11.00 at Aachen University of Technology</a>.
-</li></ul>
+ <li>HP-UX:
+ <ul>
+<li><a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
+</ul>
-</li><li> <a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO
-OpenServer/Unixware</a>.
+ <li>Solaris 2 (SPARC, Intel):
+ <ul>
+<li><a href="https://www.opencsw.org/">OpenCSW</a>
-</li><li> Solaris 2 (SPARC, Intel):
-<ul>
-<li> <a href="http://www.opencsw.org/">OpenCSW</a>
-
-</li><li> <a href="http://jupiterrise.com/tgcware/">TGCware</a>
-</li></ul>
+ <li><a href="http://jupiterrise.com/tgcware/">TGCware</a>
+</ul>
-</li><li> Microsoft Windows:
-<ul>
-<li> The <a href="http://sourceware.org/cygwin/">Cygwin</a> project;
-</li><li> The <a href="http://www.mingw.org/">MinGW</a> project.
-</li></ul>
+ <li>Microsoft Windows:
+ <ul>
+<li>The <a href="http://sourceware.org/cygwin/">Cygwin</a> project;
+<li>The <a href="http://www.mingw.org/">MinGW</a> and
+<a href="http://mingw-w64.org/">mingw-w64</a> projects.
+</ul>
-</li><li> <a href="ftp://ftp.thewrittenword.com/packages/by-name/">The
-Written Word</a> offers binaries for
-AIX 4.3.3, 5.1 and 5.2,
-GNU/Linux (i386),
-HP-UX 10.20, 11.00, and 11.11, and
-Solaris/SPARC 2.5.1, 2.6, 7, 8, 9 and 10.
-
-</li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
+ <li><a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
number of platforms.
-</li><li> The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
-links to GNU Fortran binaries for several platforms.
-</li></ul>
+ <li>The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
+links to GNU Fortran binaries for several platforms.
+</ul>
-<hr />
-<p>
+ <p><hr />
<p><a href="./index.html">Return to the GCC Installation page</a>
-</p>
-
-
-
+<!-- ***Specific**************************************************************** -->
+<!-- ***Old documentation****************************************************** -->
+<!-- ***GFDL******************************************************************** -->
+<!-- *************************************************************************** -->
+<!-- Part 6 The End of the Document -->
+</body></html>
-
-
-</body>
-</html>
diff -r 50cbdedab496 -r 4f343f7d4bde external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Fri Feb 02 01:58:35 2018 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Fri Feb 02 03:41:02 2018 +0000
@@ -1,467 +1,385 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<!-- Copyright (C) 1988-2015 Free Software Foundation, Inc.
+<html lang="en">
+<head>
+<title>Installing GCC: Building</title>
+<meta http-equiv="Content-Type" content="text/html">
+<meta name="description" content="Installing GCC: Building">
+<meta name="generator" content="makeinfo 4.13">
+<link title="Top" rel="top" href="#Top">
+<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
+<!--
+Copyright (C) 1988-2017 Free Software Foundation, Inc.
-Permission is granted to copy, distribute and/or modify this document
+ Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, the Front-Cover texts being (a) (see below), and
with the Back-Cover Texts being (b) (see below). A copy of the
-license is included in the section entitled "GNU
-Free Documentation License".
+license is included in the section entitled "GNU Free Documentation License".
(a) The FSF's Front-Cover Text is:
-A GNU Manual
+ A GNU Manual
(b) The FSF's Back-Cover Text is:
-You have freedom to copy and modify this GNU Manual, like GNU
+ You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
- funds for GNU development. -->
-<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>Installing GCC</title>
+ funds for GNU development.-->
+<meta http-equiv="Content-Style-Type" content="text/css">
+<style type="text/css"><!--
+ pre.display { font-family:inherit }
+ pre.format { font-family:inherit }
+ pre.smalldisplay { font-family:inherit; font-size:smaller }
+ pre.smallformat { font-family:inherit; font-size:smaller }
+ pre.smallexample { font-size:smaller }
+ pre.smalllisp { font-size:smaller }
+ span.sc { font-variant:small-caps }
+ span.roman { font-family:serif; font-weight:normal; }
+ span.sansserif { font-family:sans-serif; font-weight:normal; }
+--></style>
+</head>
+<body>
+<h1 class="settitle">Installing GCC: Building</h1>
+<a name="index-Installing-GCC_003a-Building-1"></a>
+Now that GCC is configured, you are ready to build the compiler and
+runtime libraries.
-<meta name="description" content="Installing GCC">
-<meta name="keywords" content="Installing GCC">
-<meta name="resource-type" content="document">
Home |
Main Index |
Thread Index |
Old Index