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 initial import of GCC 4.8.5 sources. t...



details:   https://anonhg.NetBSD.org/src/rev/32a0c322dc02
branches:  FSF
changeset: 746658:32a0c322dc02
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 24 14:02:39 2015 +0000

description:
initial import of GCC 4.8.5 sources.  these GCC PRs (at least) are
fixed in this release:

64882 46102 58123 65409 59626 61058 65680 64487 65721 65727
52306 64768 56273 57653 59990 60656 61634 63844 64199 64493
64495 65549 57059 57569 57748 58369 62642 63608 64037 65550
65693 65220 45187 64409 61977 64513 64634 65368 66233 66470
65072 65327 65543 65279 63593 65063 65518 66123 66140 59016
64479 64557 64979 66215 66275 66481 39423 64766 63733 52714
60898 61138 63744 57023 39722 45402 52579 52664 60718 62044
59513 35330 37440 43701

see:
  https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.8.5
for more details.

diffstat:

 external/gpl3/gcc/dist/ChangeLog                                 |     9 +
 external/gpl3/gcc/dist/INSTALL/binaries.html                     |   199 +-
 external/gpl3/gcc/dist/INSTALL/build.html                        |   512 +-
 external/gpl3/gcc/dist/INSTALL/configure.html                    |  2208 +++------
 external/gpl3/gcc/dist/INSTALL/download.html                     |   161 +-
 external/gpl3/gcc/dist/INSTALL/finalinstall.html                 |   279 +-
 external/gpl3/gcc/dist/INSTALL/gfdl.html                         |   460 +-
 external/gpl3/gcc/dist/INSTALL/index.html                        |   260 +-
 external/gpl3/gcc/dist/INSTALL/old.html                          |   302 +-
 external/gpl3/gcc/dist/INSTALL/prerequisites.html                |   541 +-
 external/gpl3/gcc/dist/INSTALL/specific.html                     |  1900 ++++----
 external/gpl3/gcc/dist/INSTALL/test.html                         |   389 +-
 external/gpl3/gcc/dist/LAST_UPDATED                              |     2 +-
 external/gpl3/gcc/dist/MD5SUMS                                   |   807 ++-
 external/gpl3/gcc/dist/NEWS                                      |   205 +-
 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                             |  1127 +++++-
 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/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/pa/pa-linux.h                  |     2 +-
 external/gpl3/gcc/dist/gcc/config/pa/pa.c                        |    67 +-
 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/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                |  1558 ++++++-
 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/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                     |    39 +-
 external/gpl3/gcc/dist/gcc/doc/cpp.1                             |    83 +-
 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                     |    41 +-
 external/gpl3/gcc/dist/gcc/doc/g++.1                             |   997 ++--
 external/gpl3/gcc/dist/gcc/doc/gc-analyze.1                      |    39 +-
 external/gpl3/gcc/dist/gcc/doc/gcc.1                             |   997 ++--
 external/gpl3/gcc/dist/gcc/doc/gcc.info                          |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gcc.texi                          |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gccinstall.info                   |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gccint.info                       |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gccint.texi                       |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gcj-dbtool.1                      |    39 +-
 external/gpl3/gcc/dist/gcc/doc/gcj.1                             |    73 +-
 external/gpl3/gcc/dist/gcc/doc/gcj.info                          |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gcov.1                            |    45 +-
 external/gpl3/gcc/dist/gcc/doc/gcov.texi                         |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gfdl.7                            |   646 ++-
 external/gpl3/gcc/dist/gcc/doc/gfortran.1                        |    67 +-
 external/gpl3/gcc/dist/gcc/doc/gij.1                             |    39 +-
 external/gpl3/gcc/dist/gcc/doc/gpl.7                             |    93 +-
 external/gpl3/gcc/dist/gcc/doc/grmic.1                           |    43 +-
 external/gpl3/gcc/dist/gcc/doc/install.texi                      |     2 +-
 external/gpl3/gcc/dist/gcc/doc/invoke.texi                       |    35 +-
 external/gpl3/gcc/dist/gcc/doc/jcf-dump.1                        |    39 +-
 external/gpl3/gcc/dist/gcc/doc/jv-convert.1                      |    39 +-
 external/gpl3/gcc/dist/gcc/doc/md.texi                           |    21 +
 external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1                  |    39 +-
 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                        |   177 +-
 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/rtlanal.c                             |    13 +-
 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/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/libitm/ChangeLog                          |     4 +
 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                    |     9 +
 external/gpl3/gcc/dist/libsanitizer/configure                    |    85 +-
 external/gpl3/gcc/dist/libsanitizer/configure.ac                 |     3 +-
 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 +
 183 files changed, 10453 insertions(+), 7427 deletions(-)

diffs (truncated from 31252 to 300 lines):

diff -r d3467d1e7676 -r 32a0c322dc02 external/gpl3/gcc/dist/ChangeLog
--- a/external/gpl3/gcc/dist/ChangeLog  Sat Jan 10 00:47:09 2015 +0000
+++ b/external/gpl3/gcc/dist/ChangeLog  Wed Jun 24 14:02:39 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 d3467d1e7676 -r 32a0c322dc02 external/gpl3/gcc/dist/INSTALL/binaries.html
--- a/external/gpl3/gcc/dist/INSTALL/binaries.html      Sat Jan 10 00:47:09 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/binaries.html      Wed Jun 24 14:02:39 2015 +0000
@@ -1,164 +1,111 @@
-<!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.
+<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-2015 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 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>
-
-
+     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" 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&rsquo;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&rsquo;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>;
+     <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://www.perzl.org/aix/";>AIX 5L and 6 Open Source Packages</a>.
-</li></ul>
+          <li><a href="http://www.perzl.org/aix/";>AIX 5L and 6 Open Source Packages</a>. 
+</ul>
 
-</li><li> DOS&mdash;<a href="http://www.delorie.com/djgpp/";>DJGPP</a>.
+     <li>DOS&mdash;<a href="http://www.delorie.com/djgpp/";>DJGPP</a>.
 
-</li><li> Renesas H8/300[HS]&mdash;<a href="http://h8300-hms.sourceforge.net/";>GNU
-Development Tools for the Renesas H8/300[HS] Series</a>.
+     <li>Renesas H8/300[HS]&mdash;<a href="http://h8300-hms.sourceforge.net/";>GNU Development Tools for the Renesas H8/300[HS] Series</a>.
 
-</li><li> HP-UX:
-<ul>
-<li> <a href="http://hpux.connect.org.uk/";>HP-UX Porting Center</a>;
+     <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><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><li> <a href="http://www.sco.com/skunkware/devtools/index.html#gcc";>SCO
-OpenServer/Unixware</a>.
+     <li><a href="http://www.sco.com/skunkware/devtools/index.html#gcc";>SCO OpenServer/Unixware</a>.
 
-</li><li> Solaris 2 (SPARC, Intel):
-<ul>
-<li> <a href="http://www.opencsw.org/";>OpenCSW</a>
+     <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> project. 
+</ul>
 
-</li><li> <a href="ftp://ftp.thewrittenword.com/packages/by-name/";>The
-Written Word</a> offers binaries for
+     <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><a href="./index.html">Return to the GCC Installation page</a>
-</p>
+   <p><hr />
+<p><a href="./index.html">Return to the GCC Installation page</a>
 
-
-
-
+<!-- ***Specific**************************************************************** -->
+<!-- ***Old documentation****************************************************** -->
+<!-- ***GFDL******************************************************************** -->
+<!-- *************************************************************************** -->
+<!-- Part 6 The End of the Document -->
+</body></html>
 
-
-
-</body>
-</html>
diff -r d3467d1e7676 -r 32a0c322dc02 external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Sat Jan 10 00:47:09 2015 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Wed Jun 24 14:02:39 2015 +0000
@@ -1,458 +1,378 @@
-<!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.
+<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-2015 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 5.2, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>Installing GCC</title>
+     funds for GNU development.-->



Home | Main Index | Thread Index | Old Index