Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/gpl3/gcc Apply patch (requested by mrg in ticket...
details: https://anonhg.NetBSD.org/src/rev/949cfb2edeb4
branches: netbsd-7
changeset: 799606:949cfb2edeb4
user: snj <snj%NetBSD.org@localhost>
date: Sat Oct 31 21:35:13 2015 +0000
description:
Apply patch (requested by mrg in ticket #1005):
Update gcc to 4.8.5.
diffstat:
external/gpl3/gcc/dist/ChangeLog | 9 +
external/gpl3/gcc/dist/INSTALL/binaries.html | 8 +-
external/gpl3/gcc/dist/INSTALL/build.html | 2 +-
external/gpl3/gcc/dist/INSTALL/configure.html | 2 +-
external/gpl3/gcc/dist/INSTALL/download.html | 2 +-
external/gpl3/gcc/dist/INSTALL/finalinstall.html | 2 +-
external/gpl3/gcc/dist/INSTALL/gfdl.html | 2 +-
external/gpl3/gcc/dist/INSTALL/index.html | 4 +-
external/gpl3/gcc/dist/INSTALL/old.html | 2 +-
external/gpl3/gcc/dist/INSTALL/prerequisites.html | 2 +-
external/gpl3/gcc/dist/INSTALL/specific.html | 167 +-
external/gpl3/gcc/dist/INSTALL/test.html | 2 +-
external/gpl3/gcc/dist/LAST_UPDATED | 2 +-
external/gpl3/gcc/dist/MD5SUMS | 807 +-
external/gpl3/gcc/dist/NEWS | 3876 +++++----
external/gpl3/gcc/dist/config/ChangeLog | 4 +
external/gpl3/gcc/dist/configure | 2 +-
external/gpl3/gcc/dist/configure.ac | 2 +-
external/gpl3/gcc/dist/contrib/ChangeLog | 4 +
external/gpl3/gcc/dist/contrib/reghunt/ChangeLog | 4 +
external/gpl3/gcc/dist/contrib/regression/ChangeLog | 4 +
external/gpl3/gcc/dist/fixincludes/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/BASE-VER | 2 +-
external/gpl3/gcc/dist/gcc/ChangeLog | 1119 ++-
external/gpl3/gcc/dist/gcc/DATESTAMP | 2 +-
external/gpl3/gcc/dist/gcc/alias.c | 210 +-
external/gpl3/gcc/dist/gcc/builtins.c | 41 +
external/gpl3/gcc/dist/gcc/c-family/ChangeLog | 21 +
external/gpl3/gcc/dist/gcc/c-family/c-common.c | 3 +-
external/gpl3/gcc/dist/gcc/c-family/c-opts.c | 6 +
external/gpl3/gcc/dist/gcc/c/ChangeLog | 13 +
external/gpl3/gcc/dist/gcc/c/c-typeck.c | 3 +-
external/gpl3/gcc/dist/gcc/cfgexpand.c | 2 +-
external/gpl3/gcc/dist/gcc/combine.c | 4 +-
external/gpl3/gcc/dist/gcc/common/config/riscv/riscv-common.c | 82 +-
external/gpl3/gcc/dist/gcc/config.gcc | 30 +-
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.md | 12 +-
external/gpl3/gcc/dist/gcc/config/aarch64/atomics.md | 12 +-
external/gpl3/gcc/dist/gcc/config/aarch64/iterators.md | 3 +
external/gpl3/gcc/dist/gcc/config/alpha/alpha.c | 7 +-
external/gpl3/gcc/dist/gcc/config/alpha/alpha.md | 99 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.c | 16 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.h | 4 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.md | 40 +-
external/gpl3/gcc/dist/gcc/config/avr/avr.c | 3 +-
external/gpl3/gcc/dist/gcc/config/avr/avr.md | 50 +-
external/gpl3/gcc/dist/gcc/config/i386/avx2intrin.h | 18 +
external/gpl3/gcc/dist/gcc/config/i386/emmintrin.h | 16 +
external/gpl3/gcc/dist/gcc/config/i386/i386.c | 82 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.md | 52 +-
external/gpl3/gcc/dist/gcc/config/i386/predicates.md | 9 +-
external/gpl3/gcc/dist/gcc/config/i386/sse.md | 12 +-
external/gpl3/gcc/dist/gcc/config/microblaze/linux.h | 3 +
external/gpl3/gcc/dist/gcc/config/mips/netbsd.h | 5 +
external/gpl3/gcc/dist/gcc/config/pa/pa-linux.h | 2 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.c | 67 +-
external/gpl3/gcc/dist/gcc/config/riscv/constraints.md | 7 +-
external/gpl3/gcc/dist/gcc/config/riscv/crti.asm | 42 -
external/gpl3/gcc/dist/gcc/config/riscv/crtn.asm | 38 -
external/gpl3/gcc/dist/gcc/config/riscv/default-32.h | 22 +
external/gpl3/gcc/dist/gcc/config/riscv/div.S | 121 -
external/gpl3/gcc/dist/gcc/config/riscv/elf.h | 2 +-
external/gpl3/gcc/dist/gcc/config/riscv/linux.h | 2 +-
external/gpl3/gcc/dist/gcc/config/riscv/linux64.h | 3 +-
external/gpl3/gcc/dist/gcc/config/riscv/netbsd.h | 5 +-
external/gpl3/gcc/dist/gcc/config/riscv/opcode-riscv.h | 5 +-
external/gpl3/gcc/dist/gcc/config/riscv/peephole.md | 48 +-
external/gpl3/gcc/dist/gcc/config/riscv/riscv-fp.c | 178 -
external/gpl3/gcc/dist/gcc/config/riscv/riscv-opc.h | 2093 ++--
external/gpl3/gcc/dist/gcc/config/riscv/riscv-protos.h | 14 +-
external/gpl3/gcc/dist/gcc/config/riscv/riscv.c | 926 +-
external/gpl3/gcc/dist/gcc/config/riscv/riscv.h | 246 +-
external/gpl3/gcc/dist/gcc/config/riscv/riscv.md | 262 +-
external/gpl3/gcc/dist/gcc/config/riscv/riscv.opt | 18 +-
external/gpl3/gcc/dist/gcc/config/riscv/sync.md | 21 +-
external/gpl3/gcc/dist/gcc/config/riscv/t-elf | 5 +-
external/gpl3/gcc/dist/gcc/config/riscv/t-linux64 | 5 +-
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.md | 4 +-
external/gpl3/gcc/dist/gcc/config/rs6000/crypto.md | 13 +-
external/gpl3/gcc/dist/gcc/config/rs6000/default64.h | 10 +-
external/gpl3/gcc/dist/gcc/config/rs6000/driver-rs6000.c | 8 +-
external/gpl3/gcc/dist/gcc/config/rs6000/htm.md | 289 +-
external/gpl3/gcc/dist/gcc/config/rs6000/htmxlintrin.h | 3 +-
external/gpl3/gcc/dist/gcc/config/rs6000/linux64.h | 8 +-
external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h | 12 +
external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h | 108 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-builtin.def | 105 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-cpus.def | 4 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-tables.opt | 5 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c | 1562 +++-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.h | 8 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.md | 12 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.opt | 28 +-
external/gpl3/gcc/dist/gcc/config/rs6000/t-fprules | 6 -
external/gpl3/gcc/dist/gcc/config/rs6000/t-linux | 14 +-
external/gpl3/gcc/dist/gcc/config/rs6000/vsx.md | 17 +-
external/gpl3/gcc/dist/gcc/config/s390/2827.md | 8 +-
external/gpl3/gcc/dist/gcc/config/s390/s390.c | 288 +-
external/gpl3/gcc/dist/gcc/config/s390/s390.md | 25 +
external/gpl3/gcc/dist/gcc/config/s390/s390.opt | 12 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.md | 32 +-
external/gpl3/gcc/dist/gcc/config/sh/t-sh | 6 +-
external/gpl3/gcc/dist/gcc/configure | 14 +-
external/gpl3/gcc/dist/gcc/configure.ac | 14 +-
external/gpl3/gcc/dist/gcc/cp/ChangeLog | 27 +
external/gpl3/gcc/dist/gcc/cp/decl2.c | 2 +-
external/gpl3/gcc/dist/gcc/cp/name-lookup.c | 2 +-
external/gpl3/gcc/dist/gcc/cp/parser.c | 7 +-
external/gpl3/gcc/dist/gcc/cp/semantics.c | 13 +-
external/gpl3/gcc/dist/gcc/cp/typeck.c | 6 +
external/gpl3/gcc/dist/gcc/df.h | 28 +-
external/gpl3/gcc/dist/gcc/doc/aot-compile.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/cpp.1 | 4 +-
external/gpl3/gcc/dist/gcc/doc/cpp.info | Bin
external/gpl3/gcc/dist/gcc/doc/cpp.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/cppinternals.info | Bin
external/gpl3/gcc/dist/gcc/doc/cppinternals.texi | 4 +-
external/gpl3/gcc/dist/gcc/doc/extend.texi | 34 +-
external/gpl3/gcc/dist/gcc/doc/fsf-funding.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/g++.1 | 192 +-
external/gpl3/gcc/dist/gcc/doc/gc-analyze.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcc.1 | 192 +-
external/gpl3/gcc/dist/gcc/doc/gcc.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/gccint.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcj-dbtool.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcj.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcj.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcov.1 | 4 +-
external/gpl3/gcc/dist/gcc/doc/gcov.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/gfdl.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gfortran.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gij.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gpl.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/grmic.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/install.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/invoke.texi | 37 +-
external/gpl3/gcc/dist/gcc/doc/jcf-dump.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/jv-convert.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/md.texi | 21 +
external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1 | 2 +-
external/gpl3/gcc/dist/gcc/dse.c | 8 +
external/gpl3/gcc/dist/gcc/dwarf2out.c | 55 +-
external/gpl3/gcc/dist/gcc/expr.c | 228 +-
external/gpl3/gcc/dist/gcc/expr.h | 11 +-
external/gpl3/gcc/dist/gcc/fold-const.c | 34 +-
external/gpl3/gcc/dist/gcc/gcc.c | 2 +-
external/gpl3/gcc/dist/gcc/gcov-dump.c | 2 +-
external/gpl3/gcc/dist/gcc/gcov.c | 2 +-
external/gpl3/gcc/dist/gcc/gengtype-lex.c | 114 +-
external/gpl3/gcc/dist/gcc/ipa-inline-analysis.c | 16 +-
external/gpl3/gcc/dist/gcc/ipa.c | 12 +-
external/gpl3/gcc/dist/gcc/ira.c | 13 +-
external/gpl3/gcc/dist/gcc/jump.c | 25 +-
external/gpl3/gcc/dist/gcc/lra.c | 18 +-
external/gpl3/gcc/dist/gcc/lto-streamer-out.c | 3 +
external/gpl3/gcc/dist/gcc/lto/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/objc/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/objcp/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/omp-low.c | 46 +-
external/gpl3/gcc/dist/gcc/tree-cfg.c | 8 +
external/gpl3/gcc/dist/gcc/tree-data-ref.c | 7 +-
external/gpl3/gcc/dist/gcc/tree-data-ref.h | 5 +
external/gpl3/gcc/dist/gcc/tree-eh.c | 16 +-
external/gpl3/gcc/dist/gcc/tree-predcom.c | 34 +-
external/gpl3/gcc/dist/gcc/tree-ssa-dom.c | 3 +
external/gpl3/gcc/dist/gcc/tree-ssa-forwprop.c | 12 +-
external/gpl3/gcc/dist/gcc/tree-ssa-tail-merge.c | 2 +-
external/gpl3/gcc/dist/gcc/tree-stdarg.c | 47 +-
external/gpl3/gcc/dist/gcc/tree-vect-loop.c | 5 +-
external/gpl3/gcc/dist/gcc/tree-vect-slp.c | 141 +-
external/gpl3/gcc/dist/gcc/tree-vect-stmts.c | 32 +-
external/gpl3/gcc/dist/gcc/tree-vrp.c | 4 +-
external/gpl3/gcc/dist/gcc/var-tracking.c | 101 +-
external/gpl3/gcc/dist/gcc/varasm.c | 25 +-
external/gpl3/gcc/dist/gcc/web.c | 65 +-
external/gpl3/gcc/dist/gnattools/ChangeLog | 4 +
external/gpl3/gcc/dist/include/ChangeLog | 4 +
external/gpl3/gcc/dist/intl/ChangeLog | 4 +
external/gpl3/gcc/dist/libbacktrace/ChangeLog | 9 +
external/gpl3/gcc/dist/libbacktrace/configure | 133 +-
external/gpl3/gcc/dist/libbacktrace/configure.ac | 5 +-
external/gpl3/gcc/dist/libcpp/ChangeLog | 13 +
external/gpl3/gcc/dist/libcpp/files.c | 12 +-
external/gpl3/gcc/dist/libdecnumber/ChangeLog | 4 +
external/gpl3/gcc/dist/libgcc/ChangeLog | 16 +
external/gpl3/gcc/dist/libgcc/config/arm/bpabi-v6m.S | 8 +-
external/gpl3/gcc/dist/libgcc/config/arm/bpabi.S | 36 +-
external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c | 12 +-
external/gpl3/gcc/dist/libgcc/config/libbid/ChangeLog | 4 +
external/gpl3/gcc/dist/libgomp/ChangeLog | 12 +
external/gpl3/gcc/dist/libgomp/libgomp.info | Bin
external/gpl3/gcc/dist/libiberty/ChangeLog | 4 +
external/gpl3/gcc/dist/libiberty/make-temp-file.c | 4 +-
external/gpl3/gcc/dist/libitm/ChangeLog | 4 +
external/gpl3/gcc/dist/libmudflap/ChangeLog | 4 +
external/gpl3/gcc/dist/libobjc/ChangeLog | 4 +
external/gpl3/gcc/dist/libsanitizer/ChangeLog | 9 +
external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc | 7 +
external/gpl3/gcc/dist/libsanitizer/configure | 85 +-
external/gpl3/gcc/dist/libsanitizer/configure.ac | 3 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc | 4 +-
external/gpl3/gcc/dist/libssp/ChangeLog | 4 +
external/gpl3/gcc/dist/libstdc++-v3/ChangeLog | 45 +
external/gpl3/gcc/dist/libstdc++-v3/include/std/future | 3 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/istream | 5 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/ostream | 5 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/scoped_allocator | 10 +
external/gpl3/gcc/dist/lto-plugin/ChangeLog | 4 +
external/gpl3/gcc/dist/maintainer-scripts/ChangeLog | 4 +
external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhfeb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7eb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hf/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hfeb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/gcov-iov.h | 2 +-
external/gpl3/gcc/lib/libiberty/arch/armeb/config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gstdint.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++config.h | 2 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gstdint.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/bversion.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/defs.mk | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/libcpp/arch/armeb/config.h | 6 +-
external/gpl3/gcc/usr.bin/libdecnumber/arch/armeb/config.h | 6 +-
405 files changed, 9674 insertions(+), 6700 deletions(-)
diffs (truncated from 27557 to 300 lines):
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/ChangeLog
--- a/external/gpl3/gcc/dist/ChangeLog Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/ChangeLog Sat Oct 31 21:35:13 2015 +0000
@@ -1,3 +1,12 @@
+2015-06-23 Release Manager
+
+ * GCC 4.8.5 released.
+
+2015-05-03 Matthias Klose <doko%ubuntu.com@localhost>
+
+ * configure.ac: Match $host configured with triplets.
+ * configure: Regenerate.
+
2014-12-19 Release Manager
* GCC 4.8.4 released.
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/binaries.html
--- a/external/gpl3/gcc/dist/INSTALL/binaries.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/binaries.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -75,11 +75,7 @@
<li>Solaris 2 (SPARC, Intel):
<ul>
-<li><a href="http://www.sunfreeware.com/">Sunfreeware</a>
-
- <li><a href="http://www.blastwave.org/">Blastwave</a>
-
- <li><a href="http://www.opencsw.org/">OpenCSW</a>
+<li><a href="http://www.opencsw.org/">OpenCSW</a>
<li><a href="http://jupiterrise.com/tgcware/">TGCware</a>
</ul>
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/configure.html
--- a/external/gpl3/gcc/dist/INSTALL/configure.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/configure.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/download.html
--- a/external/gpl3/gcc/dist/INSTALL/download.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/download.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/finalinstall.html
--- a/external/gpl3/gcc/dist/INSTALL/finalinstall.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/finalinstall.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/gfdl.html
--- a/external/gpl3/gcc/dist/INSTALL/gfdl.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/gfdl.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/index.html
--- a/external/gpl3/gcc/dist/INSTALL/index.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/index.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -86,7 +86,7 @@
<p><hr />
<p><a href="./index.html">Return to the GCC Installation page</a>
- <p>Copyright © 1988-2013 Free Software Foundation, Inc.
+ <p>Copyright © 1988-2015 Free Software Foundation, Inc.
<pre class="sp">
</pre>
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/old.html
--- a/external/gpl3/gcc/dist/INSTALL/old.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/old.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/prerequisites.html
--- a/external/gpl3/gcc/dist/INSTALL/prerequisites.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/prerequisites.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff -r e7d892111cca -r 949cfb2edeb4 external/gpl3/gcc/dist/INSTALL/specific.html
--- a/external/gpl3/gcc/dist/INSTALL/specific.html Sun Oct 18 09:06:04 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/specific.html Sat Oct 31 21:35:13 2015 +0000
@@ -7,7 +7,7 @@
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -50,6 +50,7 @@
information have to.
<ul>
+<li><a href="#aarch64x-x-x">aarch64*-*-*</a>
<li><a href="#alpha-x-x">alpha*-*-*</a>
<li><a href="#alpha-dec-osf51">alpha*-dec-osf5.1</a>
<li><a href="#amd64-x-solaris210">amd64-*-solaris2.10</a>
@@ -124,7 +125,19 @@
<p><!-- -------- host/target specific issues start here ---------------- -->
<hr />
-<h3 class="heading"><a name="TOC0"></a><a name="alpha_002dx_002dx"></a>alpha*-*-*</h3>
+<h3 class="heading"><a name="TOC0"></a><a name="aarch64x_002dx_002dx"></a>aarch64*-*-*</h3>
+
+<p>To enable a workaround for the Cortex-A53 erratum number 835769 by default
+(for all CPUs regardless of -mcpu option given) at configure time use the
+<samp><span class="option">--enable-fix-cortex-a53-835769</span></samp> option. This will enable the fix by
+default and can be explicitly disabled during during compilation by passing the
+<samp><span class="option">-mno-fix-cortex-a53-835769</span></samp> option. Conversely,
+<samp><span class="option">--disable-fix-cortex-a53-835769</span></samp> will disable the workaround by
+default. The workaround is disabled by default if neither of
+<samp><span class="option">--enable-fix-cortex-a53-835769</span></samp> or
+<samp><span class="option">--disable-fix-cortex-a53-835769</span></samp> is given at configure time.
+
+<h3 class="heading"><a name="TOC1"></a><a name="alpha_002dx_002dx"></a>alpha*-*-*</h3>
<p>This section contains general configuration information for all
alpha-based platforms using ELF (in particular, ignore this section for
@@ -138,7 +151,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC1"></a><a name="alpha_002ddec_002dosf51"></a>alpha*-dec-osf5.1</h3>
+<h3 class="heading"><a name="TOC2"></a><a name="alpha_002ddec_002dosf51"></a>alpha*-dec-osf5.1</h3>
<p>Systems using processors that implement the DEC Alpha architecture and
are running the DEC/Compaq/HP Unix (DEC OSF/1, Digital UNIX, or Compaq/HP
@@ -151,13 +164,13 @@
<p><hr />
-<h3 class="heading"><a name="TOC2"></a><a name="amd64_002dx_002dsolaris210"></a>amd64-*-solaris2.1[0-9]*</h3>
+<h3 class="heading"><a name="TOC3"></a><a name="amd64_002dx_002dsolaris210"></a>amd64-*-solaris2.1[0-9]*</h3>
<p>This is a synonym for ‘<samp><span class="samp">x86_64-*-solaris2.1[0-9]*</span></samp>’.
<p><hr />
-<h3 class="heading"><a name="TOC3"></a><a name="arm_002dx_002deabi"></a>arm-*-eabi</h3>
+<h3 class="heading"><a name="TOC4"></a><a name="arm_002dx_002deabi"></a>arm-*-eabi</h3>
<p>ARM-family processors. Subtargets that use the ELF object format
require GNU binutils 2.13 or newer. Such subtargets include:
@@ -166,7 +179,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC4"></a><a name="avr"></a>avr</h3>
+<h3 class="heading"><a name="TOC5"></a><a name="avr"></a>avr</h3>
<p>ATMEL AVR-family micro controllers. These are used in embedded
applications. There are no standard Unix configurations.
@@ -192,7 +205,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC5"></a><a name="bfin"></a>Blackfin</h3>
+<h3 class="heading"><a name="TOC6"></a><a name="bfin"></a>Blackfin</h3>
<p>The Blackfin processor, an Analog Devices DSP.
See “Blackfin Options” in the main manual
@@ -202,7 +215,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC6"></a><a name="cr16"></a>CR16</h3>
+<h3 class="heading"><a name="TOC7"></a><a name="cr16"></a>CR16</h3>
<p>The CR16 CompactRISC architecture is a 16-bit architecture. This architecture is
used in embedded applications.
@@ -217,7 +230,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC7"></a><a name="cris"></a>CRIS</h3>
+<h3 class="heading"><a name="TOC8"></a><a name="cris"></a>CRIS</h3>
<p>CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip
series. These are used in embedded applications.
@@ -243,7 +256,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC8"></a><a name="dos"></a>DOS</h3>
+<h3 class="heading"><a name="TOC9"></a><a name="dos"></a>DOS</h3>
<p>Please have a look at the <a href="binaries.html">binaries page</a>.
@@ -254,14 +267,14 @@
<p><hr />
-<h3 class="heading"><a name="TOC9"></a><a name="epiphany_002dx_002delf"></a>epiphany-*-elf</h3>
+<h3 class="heading"><a name="TOC10"></a><a name="epiphany_002dx_002delf"></a>epiphany-*-elf</h3>
<p>Adapteva Epiphany.
This configuration is intended for embedded systems.
<p><hr />
-<h3 class="heading"><a name="TOC10"></a><a name="x_002dx_002dfreebsd"></a>*-*-freebsd*</h3>
+<h3 class="heading"><a name="TOC11"></a><a name="x_002dx_002dfreebsd"></a>*-*-freebsd*</h3>
<p>Support for FreeBSD 1 was discontinued in GCC 3.2. Support for
FreeBSD 2 (and any mutant a.out variants of FreeBSD 3) was
@@ -298,7 +311,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC11"></a><a name="h8300_002dhms"></a>h8300-hms</h3>
+<h3 class="heading"><a name="TOC12"></a><a name="h8300_002dhms"></a>h8300-hms</h3>
<p>Renesas H8/300 series of processors.
@@ -311,7 +324,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC12"></a><a name="hppa_002dhp_002dhpux"></a>hppa*-hp-hpux*</h3>
+<h3 class="heading"><a name="TOC13"></a><a name="hppa_002dhp_002dhpux"></a>hppa*-hp-hpux*</h3>
<p>Support for HP-UX version 9 and older was discontinued in GCC 3.4.
@@ -363,7 +376,7 @@
<p><hr />
-<h3 class="heading"><a name="TOC13"></a><a name="hppa_002dhp_002dhpux10"></a>hppa*-hp-hpux10</h3>
+<h3 class="heading"><a name="TOC14"></a><a name="hppa_002dhp_002dhpux10"></a>hppa*-hp-hpux10</h3>
<p>For hpux10.20, we <em>highly</em> recommend you pick up the latest sed patch
Home |
Main Index |
Thread Index |
Old Index