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.5. needs mknative as som...
details: https://anonhg.NetBSD.org/src/rev/214c12afe5b1
branches: trunk
changeset: 445582:214c12afe5b1
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Nov 04 00:38:12 2018 +0000
description:
merge GCC 6.5. needs mknative as some new files appeared.
diffstat:
external/gpl3/gcc/dist/.gitignore | 51 -
external/gpl3/gcc/dist/INSTALL/binaries.html | 190 +-
external/gpl3/gcc/dist/INSTALL/build.html | 522 +-
external/gpl3/gcc/dist/INSTALL/configure.html | 2606 ++++++---
external/gpl3/gcc/dist/INSTALL/download.html | 163 +-
external/gpl3/gcc/dist/INSTALL/finalinstall.html | 283 +-
external/gpl3/gcc/dist/INSTALL/gfdl.html | 459 +-
external/gpl3/gcc/dist/INSTALL/index.html | 260 +-
external/gpl3/gcc/dist/INSTALL/old.html | 308 +-
external/gpl3/gcc/dist/INSTALL/prerequisites.html | 555 +-
external/gpl3/gcc/dist/INSTALL/specific.html | 2098 ++++----
external/gpl3/gcc/dist/INSTALL/test.html | 393 +-
external/gpl3/gcc/dist/LAST_UPDATED | 2 +-
external/gpl3/gcc/dist/MD5SUMS | 1789 ++++--
external/gpl3/gcc/dist/NEWS | 743 +-
external/gpl3/gcc/dist/gcc/ChangeLog | 2527 +++++++++-
external/gpl3/gcc/dist/gcc/alias.c | 3 +-
external/gpl3/gcc/dist/gcc/builtins.c | 2 +-
external/gpl3/gcc/dist/gcc/cfgexpand.c | 8 +-
external/gpl3/gcc/dist/gcc/config.gcc | 8 +-
external/gpl3/gcc/dist/gcc/config/arm/arm-cores.def | 12 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.c | 45 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.h | 11 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.md | 9 +-
external/gpl3/gcc/dist/gcc/config/arm/freebsd.h | 5 +-
external/gpl3/gcc/dist/gcc/config/i386/constraints.md | 4 +-
external/gpl3/gcc/dist/gcc/config/i386/i386-protos.h | 4 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.c | 319 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.h | 10 +
external/gpl3/gcc/dist/gcc/config/i386/i386.md | 113 +-
external/gpl3/gcc/dist/gcc/config/i386/predicates.md | 6 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.c | 62 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.h | 40 +-
external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h | 4 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c | 547 +-
external/gpl3/gcc/dist/gcc/config/rs6000/sysv4.h | 44 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc.md | 12 +-
external/gpl3/gcc/dist/gcc/configure | 45 +-
external/gpl3/gcc/dist/gcc/configure.ac | 19 +-
external/gpl3/gcc/dist/gcc/cp/decl.c | 34 +-
external/gpl3/gcc/dist/gcc/doc/aot-compile.1 | 24 +-
external/gpl3/gcc/dist/gcc/doc/cpp.1 | 14 +-
external/gpl3/gcc/dist/gcc/doc/cpp.info | Bin
external/gpl3/gcc/dist/gcc/doc/cppinternals.info | Bin
external/gpl3/gcc/dist/gcc/doc/extend.texi | 89 +-
external/gpl3/gcc/dist/gcc/doc/fsf-funding.7 | 24 +-
external/gpl3/gcc/dist/gcc/doc/g++.1 | 412 +-
external/gpl3/gcc/dist/gcc/doc/gc-analyze.1 | 24 +-
external/gpl3/gcc/dist/gcc/doc/gcc.1 | 412 +-
external/gpl3/gcc/dist/gcc/doc/gcc.info | Bin
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 | 24 +-
external/gpl3/gcc/dist/gcc/doc/gcj.1 | 32 +-
external/gpl3/gcc/dist/gcc/doc/gcj.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcov-tool.1 | 4 +-
external/gpl3/gcc/dist/gcc/doc/gcov.1 | 17 +-
external/gpl3/gcc/dist/gcc/doc/gcov.texi | 11 +-
external/gpl3/gcc/dist/gcc/doc/gfdl.7 | 28 +-
external/gpl3/gcc/dist/gcc/doc/gfortran.1 | 28 +-
external/gpl3/gcc/dist/gcc/doc/gij.1 | 24 +-
external/gpl3/gcc/dist/gcc/doc/gpl.7 | 32 +-
external/gpl3/gcc/dist/gcc/doc/grmic.1 | 28 +-
external/gpl3/gcc/dist/gcc/doc/invoke.texi | 85 +-
external/gpl3/gcc/dist/gcc/doc/jcf-dump.1 | 24 +-
external/gpl3/gcc/dist/gcc/doc/jv-convert.1 | 24 +-
external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1 | 24 +-
external/gpl3/gcc/dist/gcc/dse.c | 3 +
external/gpl3/gcc/dist/gcc/dwarf2out.c | 2 +
external/gpl3/gcc/dist/gcc/expr.c | 61 +-
external/gpl3/gcc/dist/gcc/final.c | 4 +-
external/gpl3/gcc/dist/gcc/gcc.c | 21 +-
external/gpl3/gcc/dist/gcc/gengtype-lex.c | 370 +-
external/gpl3/gcc/dist/gcc/graphite.h | 2 +
external/gpl3/gcc/dist/gcc/hwint.h | 1 +
external/gpl3/gcc/dist/gcc/opts-global.c | 12 +-
external/gpl3/gcc/dist/gcc/opts.c | 34 +-
external/gpl3/gcc/dist/gcc/rtlanal.c | 2 +-
external/gpl3/gcc/dist/gcc/toplev.c | 3 +-
external/gpl3/gcc/dist/gcc/tree-cfg.c | 57 +-
external/gpl3/gcc/dist/gcc/varasm.c | 7 +-
external/gpl3/gcc/dist/libcpp/lex.c | 2 +-
external/gpl3/gcc/dist/libdecnumber/.gitignore | 1 -
external/gpl3/gcc/dist/libgcc/config.host | 2 +-
external/gpl3/gcc/dist/libgcc/configure | 2 +-
external/gpl3/gcc/dist/libgomp/libgomp.info | Bin
external/gpl3/gcc/dist/libiberty/.gitignore | 2 -
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc | 3 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.h | 4 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cc | 43 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc | 15 +-
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc | 2 +-
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_platform_linux.cc | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/configure | 36 +-
external/gpl3/gcc/dist/libstdc++-v3/configure.ac | 6 +
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_pair.h | 23 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/complex | 10 +-
97 files changed, 10641 insertions(+), 5790 deletions(-)
diffs (truncated from 28774 to 300 lines):
diff -r 3e57a0653e30 -r 214c12afe5b1 external/gpl3/gcc/dist/.gitignore
--- a/external/gpl3/gcc/dist/.gitignore Sun Nov 04 00:12:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-*.diff
-*.patch
-*.orig
-*.rej
-
-*~
-.#*
-*#
-
-*.flt
-*.gmo
-*.info
-*.la
-*.lo
-*.o
-*.pyc
-*.tmp
-
-.deps
-.libs
-
-autom4te.cache
-config.cache
-config.h
-config.intl
-config.log
-config.status
-libtool
-POTFILES
-*-POTFILES
-
-TAGS
-TAGS.sub
-
-.local.vimrc
-.lvimrc
-
-.clang-format
-
-.gdbinit
-.gdb_history
-
-# ignore core files, but not java/net/protocol/core/
-core
-!core/
-
-lost+found
-
-# ignore ./contrib/gcc_update output
-LAST_UPDATED
-REVISION
diff -r 3e57a0653e30 -r 214c12afe5b1 external/gpl3/gcc/dist/INSTALL/binaries.html
--- a/external/gpl3/gcc/dist/INSTALL/binaries.html Sun Nov 04 00:12:20 2018 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/binaries.html Sun Nov 04 00:38:12 2018 +0000
@@ -1,98 +1,150 @@
-<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.
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- 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.-->
-<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>
+ funds for GNU development. -->
+<!-- Created by GNU Texinfo 6.4, 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>
+
+
</head>
-<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
+
+<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
various platforms where creating them by yourself is not easy due to various
reasons.
-
- <p>Please note that we did not create these binaries, nor do we
+</p>
+<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.
-
- <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>;
+</p>
+<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><a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1 AIX 7.1)</a>.
-</ul>
-
- <li>DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
+</li><li> <a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1
+AIX 7.1)</a>.
+</li></ul>
- <li>HP-UX:
- <ul>
-<li><a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
-</ul>
+</li><li> DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
- <li>Solaris 2 (SPARC, Intel):
- <ul>
-<li><a href="https://www.opencsw.org/">OpenCSW</a>
+</li><li> HP-UX:
+<ul>
+<li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
+</li></ul>
- <li><a href="http://jupiterrise.com/tgcware/">TGCware</a>
-</ul>
+</li><li> Solaris 2 (SPARC, Intel):
+<ul>
+<li> <a href="https://www.opencsw.org/">OpenCSW</a>
- <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="http://jupiterrise.com/tgcware/">TGCware</a>
+</li></ul>
- <li><a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
+</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> and
+<a href="http://mingw-w64.org/">mingw-w64</a> projects.
+</li></ul>
+
+</li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
number of platforms.
- <li>The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
-links to GNU Fortran binaries for several platforms.
-</ul>
+</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>
- <p><hr />
+<hr />
+<p>
<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 3e57a0653e30 -r 214c12afe5b1 external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Sun Nov 04 00:12:20 2018 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Sun Nov 04 00:38:12 2018 +0000
@@ -1,385 +1,467 @@
-<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.
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- 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
Home |
Main Index |
Thread Index |
Old Index