Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/FSF]: src/external/gpl3/gcc/dist import GCC 4.8.4 release. this fixes a...
details: https://anonhg.NetBSD.org/src/rev/d3467d1e7676
branches: FSF
changeset: 746657:d3467d1e7676
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jan 10 00:47:09 2015 +0000
description:
import GCC 4.8.4 release. this fixes at least these GCC PRs:
fortran/61407
sanitizer/64265
tree-optimization/64269
middle-end/64225
tree-optimization/61686
bootstrap/64213
rtl-optimization/64037
target/50751
rtl-optimization/64037
target/59593
target/59593
c++/56493
target/64115
middle-end/64111
middle-end/64067
rtl-optimization/63659
libgomp/61200
tree-optimization/61969
tree-optimization/62031
tree-optimization/63379
tree-optimization/63605
middle-end/63665
target/60111
target/63673
target/63947
tree-optimization/62167
tree-optimization/63841
ipa/63838
c++/63455
c++/63415
c++/56710
c++/58624
preprocessor/60436
target/55351
fortran/63938
libgomp/61200
libstdc++/63840
libstdc++/61947
libstdc++/59603
target/56846
libstdc++/57440
diffstat:
external/gpl3/gcc/dist/ChangeLog | 14 +
external/gpl3/gcc/dist/INSTALL/binaries.html | 203 +-
external/gpl3/gcc/dist/INSTALL/build.html | 510 +-
external/gpl3/gcc/dist/INSTALL/configure.html | 2198 +++--
external/gpl3/gcc/dist/INSTALL/download.html | 159 +-
external/gpl3/gcc/dist/INSTALL/finalinstall.html | 283 +-
external/gpl3/gcc/dist/INSTALL/gfdl.html | 460 +-
external/gpl3/gcc/dist/INSTALL/index.html | 260 +-
external/gpl3/gcc/dist/INSTALL/old.html | 306 +-
external/gpl3/gcc/dist/INSTALL/prerequisites.html | 541 +-
external/gpl3/gcc/dist/INSTALL/specific.html | 1899 ++--
external/gpl3/gcc/dist/INSTALL/test.html | 393 +-
external/gpl3/gcc/dist/LAST_UPDATED | 2 +-
external/gpl3/gcc/dist/MD5SUMS | 451 +-
external/gpl3/gcc/dist/Makefile.def | 4 +
external/gpl3/gcc/dist/Makefile.in | 32 +
external/gpl3/gcc/dist/NEWS | 3935 ++++-----
external/gpl3/gcc/dist/config/ChangeLog | 4 +
external/gpl3/gcc/dist/configure | 49 +
external/gpl3/gcc/dist/configure.ac | 3 +
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 | 13 +
external/gpl3/gcc/dist/fixincludes/fixincl.x | 55 +-
external/gpl3/gcc/dist/fixincludes/inclhack.def | 13 +
external/gpl3/gcc/dist/fixincludes/tests/base/assert.h | 7 +
external/gpl3/gcc/dist/gcc/ChangeLog | 447 +
external/gpl3/gcc/dist/gcc/DATESTAMP | 2 +-
external/gpl3/gcc/dist/gcc/DEV-PHASE | 1 -
external/gpl3/gcc/dist/gcc/c-family/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/c/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/config.gcc | 7 +-
external/gpl3/gcc/dist/gcc/config.in | 6 +
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-elf-raw.h | 11 +-
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-linux.h | 11 +-
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-protos.h | 2 +
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.c | 138 +
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.h | 12 +
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.opt | 4 +
external/gpl3/gcc/dist/gcc/config/arm/arm.h | 7 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.md | 25 +-
external/gpl3/gcc/dist/gcc/config/darwin-c.c | 25 +-
external/gpl3/gcc/dist/gcc/config/darwin-driver.c | 35 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.c | 6 +-
external/gpl3/gcc/dist/gcc/config/pa/pa.md | 17 +-
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.h | 6 +
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.md | 56 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-builtin.def | 10 +
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-c.c | 144 +
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-protos.h | 1 +
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c | 41 +-
external/gpl3/gcc/dist/gcc/config/rs6000/vsx.md | 203 +
external/gpl3/gcc/dist/gcc/config/rs6000/xcoff.h | 9 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.c | 2 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.md | 7 +-
external/gpl3/gcc/dist/gcc/config/sparc/leon.md | 14 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc-opts.h | 1 +
external/gpl3/gcc/dist/gcc/config/sparc/sparc.c | 3 +
external/gpl3/gcc/dist/gcc/config/sparc/sparc.h | 40 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc.md | 1 +
external/gpl3/gcc/dist/gcc/config/sparc/sparc.opt | 3 +
external/gpl3/gcc/dist/gcc/config/sparc/t-rtems | 13 +-
external/gpl3/gcc/dist/gcc/configure | 77 +-
external/gpl3/gcc/dist/gcc/configure.ac | 49 +
external/gpl3/gcc/dist/gcc/convert.c | 26 +
external/gpl3/gcc/dist/gcc/cp/ChangeLog | 24 +
external/gpl3/gcc/dist/gcc/cp/parser.c | 2 -
external/gpl3/gcc/dist/gcc/cp/pt.c | 13 +
external/gpl3/gcc/dist/gcc/cp/semantics.c | 7 +-
external/gpl3/gcc/dist/gcc/doc/aot-compile.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/cpp.1 | 83 +-
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 | 116 +-
external/gpl3/gcc/dist/gcc/doc/fsf-funding.7 | 43 +-
external/gpl3/gcc/dist/gcc/doc/g++.1 | 1101 +-
external/gpl3/gcc/dist/gcc/doc/gc-analyze.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/gcc.1 | 1101 +-
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 | 41 +-
external/gpl3/gcc/dist/gcc/doc/gcj.1 | 75 +-
external/gpl3/gcc/dist/gcc/doc/gcj.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcov.1 | 45 +-
external/gpl3/gcc/dist/gcc/doc/gfdl.7 | 646 +-
external/gpl3/gcc/dist/gcc/doc/gfortran.1 | 69 +-
external/gpl3/gcc/dist/gcc/doc/gij.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/gpl.7 | 95 +-
external/gpl3/gcc/dist/gcc/doc/grmic.1 | 45 +-
external/gpl3/gcc/dist/gcc/doc/install.texi | 14 +
external/gpl3/gcc/dist/gcc/doc/invoke.texi | 25 +-
external/gpl3/gcc/dist/gcc/doc/jcf-dump.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/jv-convert.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/md.texi | 6 +-
external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1 | 41 +-
external/gpl3/gcc/dist/gcc/doc/tm.texi | 32 +-
external/gpl3/gcc/dist/gcc/doc/tm.texi.in | 28 +-
external/gpl3/gcc/dist/gcc/expr.c | 12 +-
external/gpl3/gcc/dist/gcc/fold-const.c | 5 +-
external/gpl3/gcc/dist/gcc/gengtype-lex.c | 177 +-
external/gpl3/gcc/dist/gcc/graphite-clast-to-gimple.c | 5 +
external/gpl3/gcc/dist/gcc/graphite-interchange.c | 6 +
external/gpl3/gcc/dist/gcc/graphite-optimize-isl.c | 8 +
external/gpl3/gcc/dist/gcc/graphite-poly.c | 4 +
external/gpl3/gcc/dist/gcc/graphite-sese-to-poly.c | 5 +
external/gpl3/gcc/dist/gcc/ipa-pure-const.c | 2 +-
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 | 85 +-
external/gpl3/gcc/dist/gcc/ree.c | 56 +-
external/gpl3/gcc/dist/gcc/stor-layout.c | 7 +-
external/gpl3/gcc/dist/gcc/tree-data-ref.c | 37 +-
external/gpl3/gcc/dist/gcc/tree-data-ref.h | 5 -
external/gpl3/gcc/dist/gcc/tree-nrv.c | 3 +-
external/gpl3/gcc/dist/gcc/tree-ssa-forwprop.c | 6 +-
external/gpl3/gcc/dist/gcc/tree-ssa-reassoc.c | 5 +-
external/gpl3/gcc/dist/gcc/tree-ssa-strlen.c | 2 +-
external/gpl3/gcc/dist/gcc/tree-ssa-tail-merge.c | 6 +-
external/gpl3/gcc/dist/gcc/tree-vect-slp.c | 22 +-
external/gpl3/gcc/dist/gcc/tree.c | 2 +-
external/gpl3/gcc/dist/gcc/tsan.c | 15 +-
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 | 4 +
external/gpl3/gcc/dist/libcpp/ChangeLog | 25 +
external/gpl3/gcc/dist/libcpp/lex.c | 117 +-
external/gpl3/gcc/dist/libcpp/line-map.c | 10 +-
external/gpl3/gcc/dist/libdecnumber/ChangeLog | 4 +
external/gpl3/gcc/dist/libgcc/ChangeLog | 19 +
external/gpl3/gcc/dist/libgcc/config/libbid/ChangeLog | 4 +
external/gpl3/gcc/dist/libgcc/config/pa/linux-unwind.h | 34 +-
external/gpl3/gcc/dist/libgcc/config/sh/lib1funcs.S | 18 +-
external/gpl3/gcc/dist/libgomp/ChangeLog | 22 +
external/gpl3/gcc/dist/libgomp/configure.tgt | 2 +-
external/gpl3/gcc/dist/libgomp/libgomp.info | Bin
external/gpl3/gcc/dist/libiberty/ChangeLog | 4 +
external/gpl3/gcc/dist/libitm/ChangeLog | 8 +
external/gpl3/gcc/dist/libitm/configure.tgt | 2 +-
external/gpl3/gcc/dist/libitm/libitm.info | Bin
external/gpl3/gcc/dist/libmudflap/ChangeLog | 4 +
external/gpl3/gcc/dist/libobjc/ChangeLog | 4 +
external/gpl3/gcc/dist/libsanitizer/ChangeLog | 4 +
external/gpl3/gcc/dist/libssp/ChangeLog | 4 +
external/gpl3/gcc/dist/libstdc++-v3/ChangeLog | 54 +
external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/os_defines.h | 3 +
external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/os_defines.h | 3 +
external/gpl3/gcc/dist/libstdc++-v3/configure.host | 1 -
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algo.h | 13 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/functional | 2 +-
external/gpl3/gcc/dist/libstdc++-v3/include/std/tuple | 28 +-
external/gpl3/gcc/dist/libstdc++-v3/include/tr1/functional | 4 +-
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/dyncast.cc | 12 +
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/eh_personality.cc | 6 +
external/gpl3/gcc/dist/lto-plugin/ChangeLog | 4 +
external/gpl3/gcc/dist/maintainer-scripts/ChangeLog | 4 +
159 files changed, 10436 insertions(+), 7619 deletions(-)
diffs (truncated from 30895 to 300 lines):
diff -r 96ff43c139ef -r d3467d1e7676 external/gpl3/gcc/dist/ChangeLog
--- a/external/gpl3/gcc/dist/ChangeLog Sun Oct 12 06:58:16 2014 +0000
+++ b/external/gpl3/gcc/dist/ChangeLog Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,17 @@
+2014-12-19 Release Manager
+
+ * GCC 4.8.4 released.
+
+2014-12-08 Richard Biener <rguenther%suse.de@localhost>
+
+ Backport from 4.9 branch
+ 2014-12-04 Tobias Burnus <burnus%net-b.de@localhost>
+
+ * configure.ac: Permit also ISL 0.14 with CLooG.
+ * Makefile.def: Make more dependent on mpfr, mpc, isl, and cloog.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
2014-07-26 Uros Bizjak <ubizjak%gmail.com@localhost>
PR target/47230
diff -r 96ff43c139ef -r d3467d1e7676 external/gpl3/gcc/dist/INSTALL/binaries.html
--- a/external/gpl3/gcc/dist/INSTALL/binaries.html Sun Oct 12 06:58:16 2014 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/binaries.html Sat Jan 10 00:47:09 2015 +0000
@@ -1,115 +1,164 @@
-<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.12">
-<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.
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Copyright (C) 1988-2013 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 5.2, 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.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.indentedblock {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
+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.nocodebreak {white-space:nowrap}
+span.nolinebreak {white-space:nowrap}
+span.roman {font-family:serif; 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" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
+<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.
+</p>
+<ul>
+<li> AIX:
+<ul>
+<li> <a href="http://www.bullfreeware.com">Bull’s Freeware and Shareware Archive for AIX</a>;
- <ul>
-<li>AIX:
- <ul>
-<li><a href="http://www.bullfreeware.com">Bull's Freeware and Shareware Archive for AIX</a>;
-
- <li><a href="http://pware.hvcc.edu">Hudson Valley Community College Open Source Software for IBM System p</a>;
+</li><li> <a href="http://pware.hvcc.edu">Hudson Valley Community College Open Source Software for IBM System p</a>;
- <li><a href="http://www.perzl.org/aix/">AIX 5L and 6 Open Source Packages</a>.
-</ul>
+</li><li> <a href="http://www.perzl.org/aix/">AIX 5L and 6 Open Source Packages</a>.
+</li></ul>
- <li>DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
+</li><li> DOS—<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
- <li>Renesas H8/300[HS]—<a href="http://h8300-hms.sourceforge.net/">GNU Development Tools for the Renesas H8/300[HS] Series</a>.
+</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>HP-UX:
- <ul>
-<li><a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
+</li><li> HP-UX:
+<ul>
+<li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
- <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>.
-</ul>
-
- <li><a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO OpenServer/Unixware</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>Solaris 2 (SPARC, Intel):
- <ul>
-<li><a href="http://www.sunfreeware.com/">Sunfreeware</a>
+</li><li> <a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO
+OpenServer/Unixware</a>.
- <li><a href="http://www.blastwave.org/">Blastwave</a>
+</li><li> Solaris 2 (SPARC, Intel):
+<ul>
+<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>
+</li><li> <a href="http://jupiterrise.com/tgcware/">TGCware</a>
+</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> project.
-</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><a href="ftp://ftp.thewrittenword.com/packages/by-name/">The Written Word</a> offers binaries for
+</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><a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
+</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 />
-<p><a href="./index.html">Return to the GCC Installation page</a>
+<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 96ff43c139ef -r d3467d1e7676 external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Sun Oct 12 06:58:16 2014 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Sat Jan 10 00:47:09 2015 +0000
@@ -1,378 +1,458 @@
-<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.12">
-<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.
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Copyright (C) 1988-2013 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:
Home |
Main Index |
Thread Index |
Old Index