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 8.4.0.



details:   https://anonhg.NetBSD.org/src/rev/ccf186b58c11
branches:  trunk
changeset: 745756:ccf186b58c11
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 11 08:29:44 2020 +0000

description:
merge GCC 8.4.0.

diffstat:

 external/gpl3/gcc/dist/INSTALL/build.html                                               |     4 +-
 external/gpl3/gcc/dist/INSTALL/configure.html                                           |    76 +-
 external/gpl3/gcc/dist/INSTALL/download.html                                            |     5 +-
 external/gpl3/gcc/dist/INSTALL/prerequisites.html                                       |    17 +-
 external/gpl3/gcc/dist/LAST_UPDATED                                                     |     2 +-
 external/gpl3/gcc/dist/MD5SUMS                                                          |  2135 ++++--
 external/gpl3/gcc/dist/NEWS                                                             |   448 +-
 external/gpl3/gcc/dist/gcc/ChangeLog                                                    |  3125 +++++++++-
 external/gpl3/gcc/dist/gcc/Makefile.in                                                  |     3 +-
 external/gpl3/gcc/dist/gcc/alias.c                                                      |    34 +-
 external/gpl3/gcc/dist/gcc/builtins.c                                                   |     7 +-
 external/gpl3/gcc/dist/gcc/cfgexpand.c                                                  |     6 +-
 external/gpl3/gcc/dist/gcc/config.gcc                                                   |    54 +-
 external/gpl3/gcc/dist/gcc/config/aarch64/driver-aarch64.c                              |    47 +-
 external/gpl3/gcc/dist/gcc/config/alpha/alpha.h                                         |     2 +-
 external/gpl3/gcc/dist/gcc/config/arm/arm.c                                             |   126 +-
 external/gpl3/gcc/dist/gcc/config/arm/arm.h                                             |     2 +-
 external/gpl3/gcc/dist/gcc/config/arm/arm.md                                            |   127 +-
 external/gpl3/gcc/dist/gcc/config/arm/t-rtems                                           |    11 +-
 external/gpl3/gcc/dist/gcc/config/i386/cpuid.h                                          |    17 +
 external/gpl3/gcc/dist/gcc/config/i386/darwin64.h                                       |    58 -
 external/gpl3/gcc/dist/gcc/config/i386/i386.c                                           |   342 +-
 external/gpl3/gcc/dist/gcc/config/i386/i386.h                                           |    31 +-
 external/gpl3/gcc/dist/gcc/config/i386/i386.md                                          |    19 +-
 external/gpl3/gcc/dist/gcc/config/i386/t-darwin                                         |     2 -
 external/gpl3/gcc/dist/gcc/config/i386/t-darwin64                                       |     2 -
 external/gpl3/gcc/dist/gcc/config/mips/mips.c                                           |    15 +-
 external/gpl3/gcc/dist/gcc/config/pa/pa.c                                               |   299 +-
 external/gpl3/gcc/dist/gcc/config/pa/pa.h                                               |    18 +-
 external/gpl3/gcc/dist/gcc/config/riscv/riscv.c                                         |    36 +-
 external/gpl3/gcc/dist/gcc/config/rs6000/darwin64.h                                     |    32 -
 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c                                       |   295 +-
 external/gpl3/gcc/dist/gcc/config/rs6000/t-darwin64                                     |     2 -
 external/gpl3/gcc/dist/gcc/config/rs6000/t-darwin8                                      |     3 -
 external/gpl3/gcc/dist/gcc/config/sh/sh.c                                               |    22 +-
 external/gpl3/gcc/dist/gcc/config/sparc/sparc.md                                        |     5 +-
 external/gpl3/gcc/dist/gcc/configure                                                    |    20 +-
 external/gpl3/gcc/dist/gcc/configure.ac                                                 |    15 +-
 external/gpl3/gcc/dist/gcc/cp/decl.c                                                    |    68 +-
 external/gpl3/gcc/dist/gcc/doc/cpp.1                                                    |     2 +-
 external/gpl3/gcc/dist/gcc/doc/extend.texi                                              |    19 +-
 external/gpl3/gcc/dist/gcc/doc/fsf-funding.7                                            |     2 +-
 external/gpl3/gcc/dist/gcc/doc/g++.1                                                    |    41 +-
 external/gpl3/gcc/dist/gcc/doc/gcc.1                                                    |    41 +-
 external/gpl3/gcc/dist/gcc/doc/gcov-tool.1                                              |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gcov.1                                                   |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gfdl.7                                                   |     2 +-
 external/gpl3/gcc/dist/gcc/doc/gfortran.1                                               |    40 +-
 external/gpl3/gcc/dist/gcc/doc/gpl.7                                                    |     2 +-
 external/gpl3/gcc/dist/gcc/doc/invoke.texi                                              |    16 +-
 external/gpl3/gcc/dist/gcc/dse.c                                                        |     7 +-
 external/gpl3/gcc/dist/gcc/dwarf2out.c                                                  |   101 +-
 external/gpl3/gcc/dist/gcc/expr.c                                                       |    21 +-
 external/gpl3/gcc/dist/gcc/gengtype-lex.c                                               |   114 +-
 external/gpl3/gcc/dist/gcc/opts-global.c                                                |     6 +-
 external/gpl3/gcc/dist/gcc/opts.c                                                       |     8 +
 external/gpl3/gcc/dist/gcc/output.h                                                     |     6 +
 external/gpl3/gcc/dist/gcc/rtlanal.c                                                    |    10 +-
 external/gpl3/gcc/dist/gcc/toplev.c                                                     |    28 +
 external/gpl3/gcc/dist/gcc/tree-cfg.c                                                   |    46 +-
 external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c                                               |     8 +-
 external/gpl3/gcc/dist/gcc/var-tracking.c                                               |     2 +-
 external/gpl3/gcc/dist/gcc/varasm.c                                                     |    82 +-
 external/gpl3/gcc/dist/libcpp/init.c                                                    |    20 +
 external/gpl3/gcc/dist/libcpp/internal.h                                                |     4 +
 external/gpl3/gcc/dist/libgcc/config.host                                               |     6 +-
 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc |     5 +-
 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h  |    15 +-
 external/gpl3/gcc/dist/libstdc++-v3/Makefile.in                                         |     1 +
 external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4                                        |    69 +-
 external/gpl3/gcc/dist/libstdc++-v3/configure                                           |   406 +-
 external/gpl3/gcc/dist/libstdc++-v3/configure.ac                                        |     3 +
 external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algobase.h                         |    12 +-
 external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_queue.h                            |     8 +-
 74 files changed, 6556 insertions(+), 2133 deletions(-)

diffs (truncated from 16926 to 300 lines):

diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/INSTALL/build.html
--- a/external/gpl3/gcc/dist/INSTALL/build.html Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/build.html Wed Mar 11 08:29:44 2020 +0000
@@ -116,7 +116,7 @@
 </p>
 <p>The solution is not to use such a directory for building GCC.
 </p>
-<p>Similarly, when building from SVN or snapshots, or if you modify
+<p>Similarly, when building from the source repository or snapshots, or if you modify
 <samp>*.l</samp> files, you need the Flex lexical analyzer generator
 installed.  If you do not modify <samp>*.l</samp> files, releases contain
 the Flex-generated files and you do not need Flex installed to build
@@ -124,7 +124,7 @@
 build machinery, not of GCC itself) that is used even if you only
 build the C front end.
 </p>
-<p>When building from SVN or snapshots, or if you modify Texinfo
+<p>When building from the source repository or snapshots, or if you modify Texinfo
 documentation, you need version 4.7 or later of Texinfo installed if you
 want Info documentation to be regenerated.  Releases contain Info
 documentation pre-built for the unmodified documentation in the release.
diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/INSTALL/configure.html
--- a/external/gpl3/gcc/dist/INSTALL/configure.html     Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/configure.html     Wed Mar 11 08:29:44 2020 +0000
@@ -91,9 +91,10 @@
 <p>We use <var>srcdir</var> to refer to the toplevel source directory for
 GCC; we use <var>objdir</var> to refer to the toplevel build/object directory.
 </p>
-<p>If you obtained the sources via SVN, <var>srcdir</var> must refer to the top
-<samp>gcc</samp> directory, the one where the <samp>MAINTAINERS</samp> file can be
-found, and not its <samp>gcc</samp> subdirectory, otherwise the build will fail.
+<p>If you obtained the sources by cloning the repository, <var>srcdir</var>
+must refer to the top <samp>gcc</samp> directory, the one where the
+<samp>MAINTAINERS</samp> file can be found, and not its <samp>gcc</samp>
+subdirectory, otherwise the build will fail.
 </p>
 <p>If either <var>srcdir</var> or <var>objdir</var> is located on an automounted NFS
 file system, the shell&rsquo;s built-in <code>pwd</code> command will return
@@ -1050,7 +1051,7 @@
 <dt><code>--enable-generated-files-in-srcdir</code></dt>
 <dd><p>Neither the .c and .h files that are generated from Bison and flex nor the
 info manuals and man pages that are built from the .texi files are present
-in the SVN development tree.  When building GCC from that development tree,
+in the repository development tree.  When building GCC from that development tree,
 or from one of our snapshots, those generated files are placed in your
 build directory, which allows for the source to be in a readonly
 directory.
@@ -1343,42 +1344,51 @@
 </p>
 </dd>
 <dt><code>--enable-checking</code></dt>
+<dt><code>--disable-checking</code></dt>
 <dt><code>--enable-checking=<var>list</var></code></dt>
-<dd><p>When you specify this option, the compiler is built to perform internal
-consistency checks of the requested complexity.  This does not change the
-generated code, but adds error checking within the compiler.  This will
-slow down the compiler and may only work properly if you are building
-the compiler with GCC.  This is &lsquo;<samp>yes,extra</samp>&rsquo; by default when building
-from SVN or snapshots, but &lsquo;<samp>release</samp>&rsquo; for releases.  The default
-for building the stage1 compiler is &lsquo;<samp>yes</samp>&rsquo;.  More control
-over the checks may be had by specifying <var>list</var>.  The categories of
-checks available are &lsquo;<samp>yes</samp>&rsquo; (most common checks
-&lsquo;<samp>assert,misc,tree,gc,rtlflag,runtime</samp>&rsquo;), &lsquo;<samp>no</samp>&rsquo; (no checks at
-all), &lsquo;<samp>all</samp>&rsquo; (all but &lsquo;<samp>valgrind</samp>&rsquo;), &lsquo;<samp>release</samp>&rsquo; (cheapest
-checks &lsquo;<samp>assert,runtime</samp>&rsquo;) or &lsquo;<samp>none</samp>&rsquo; (same as &lsquo;<samp>no</samp>&rsquo;).
-Individual checks can be enabled with these flags &lsquo;<samp>assert</samp>&rsquo;,
-&lsquo;<samp>df</samp>&rsquo;, &lsquo;<samp>fold</samp>&rsquo;, &lsquo;<samp>gc</samp>&rsquo;, &lsquo;<samp>gcac</samp>&rsquo;, &lsquo;<samp>misc</samp>&rsquo;, &lsquo;<samp>rtl</samp>&rsquo;,
-&lsquo;<samp>rtlflag</samp>&rsquo;, &lsquo;<samp>runtime</samp>&rsquo;, &lsquo;<samp>tree</samp>&rsquo;, &lsquo;<samp>extra</samp>&rsquo; and &lsquo;<samp>valgrind</samp>&rsquo;.
-&lsquo;<samp>extra</samp>&rsquo; adds for &lsquo;<samp>misc</samp>&rsquo; checking extra checks that might affect
-code generation and should therefore not differ between stage1 and later
-stages.
+<dd><p>This option controls performing internal consistency checks in the compiler.
+It does not change the generated code, but adds error checking of the
+requested complexity.  This slows down the compiler and may only work
+properly if you are building the compiler with GCC.
+</p>
+<p>When the option is not specified, the active set of checks depends on context.
+Namely, bootstrap stage 1 defaults to &lsquo;<samp>--enable-checking=yes</samp>&rsquo;, builds
+from release branches or release archives default to
+&lsquo;<samp>--enable-checking=release</samp>&rsquo;, and otherwise
+&lsquo;<samp>--enable-checking=yes,extra</samp>&rsquo; is used.  When the option is
+specified without a <var>list</var>, the result is the same as
+&lsquo;<samp>--enable-checking=yes</samp>&rsquo;.  Likewise, &lsquo;<samp>--disable-checking</samp>&rsquo; is
+equivalent to &lsquo;<samp>--enable-checking=no</samp>&rsquo;.
 </p>
-<p>The &lsquo;<samp>valgrind</samp>&rsquo; check requires the external <code>valgrind</code>
-simulator, available from <a href="http://valgrind.org/";>http://valgrind.org/</a>.  The
-&lsquo;<samp>df</samp>&rsquo;, &lsquo;<samp>rtl</samp>&rsquo;, &lsquo;<samp>gcac</samp>&rsquo; and &lsquo;<samp>valgrind</samp>&rsquo; checks are very expensive.
-To disable all checking, &lsquo;<samp>--disable-checking</samp>&rsquo; or
-&lsquo;<samp>--enable-checking=none</samp>&rsquo; must be explicitly requested.  Disabling
-assertions will make the compiler and runtime slightly faster but
-increase the risk of undetected internal errors causing wrong code to be
-generated.
+<p>The categories of checks available in <var>list</var> are &lsquo;<samp>yes</samp>&rsquo; (most common
+checks &lsquo;<samp>assert,misc,gc,gimple,rtlflag,runtime,tree,types</samp>&rsquo;), &lsquo;<samp>no</samp>&rsquo;
+(no checks at all), &lsquo;<samp>all</samp>&rsquo; (all but &lsquo;<samp>valgrind</samp>&rsquo;), &lsquo;<samp>release</samp>&rsquo;
+(cheapest checks &lsquo;<samp>assert,runtime</samp>&rsquo;) or &lsquo;<samp>none</samp>&rsquo; (same as &lsquo;<samp>no</samp>&rsquo;).
+&lsquo;<samp>release</samp>&rsquo; checks are always on and to disable them
+&lsquo;<samp>--disable-checking</samp>&rsquo; or &lsquo;<samp>--enable-checking=no[,&lt;other checks&gt;]</samp>&rsquo;
+must be explicitly requested.  Disabling assertions makes the compiler and
+runtime slightly faster but increases the risk of undetected internal errors
+causing wrong code to be generated.
+</p>
+<p>Individual checks can be enabled with these flags: &lsquo;<samp>assert</samp>&rsquo;, &lsquo;<samp>df</samp>&rsquo;,
+&lsquo;<samp>extra</samp>&rsquo;, &lsquo;<samp>fold</samp>&rsquo;, &lsquo;<samp>gc</samp>&rsquo;, &lsquo;<samp>gcac</samp>&rsquo;, &lsquo;<samp>gimple</samp>&rsquo;,
+&lsquo;<samp>misc</samp>&rsquo;, &lsquo;<samp>rtl</samp>&rsquo;, &lsquo;<samp>rtlflag</samp>&rsquo;, &lsquo;<samp>runtime</samp>&rsquo;, &lsquo;<samp>tree</samp>&rsquo;,
+&lsquo;<samp>types</samp>&rsquo; and &lsquo;<samp>valgrind</samp>&rsquo;.  &lsquo;<samp>extra</samp>&rsquo; extends &lsquo;<samp>misc</samp>&rsquo;
+checking with extra checks that might affect code generation and should
+therefore not differ between stage1 and later stages in bootstrap.
+</p>
+<p>The &lsquo;<samp>valgrind</samp>&rsquo; check requires the external <code>valgrind</code> simulator,
+available from <a href="http://valgrind.org/";>http://valgrind.org/</a>.  The &lsquo;<samp>rtl</samp>&rsquo; checks are
+expensive and the &lsquo;<samp>df</samp>&rsquo;, &lsquo;<samp>gcac</samp>&rsquo; and &lsquo;<samp>valgrind</samp>&rsquo; checks are very
+expensive.
 </p>
 </dd>
 <dt><code>--disable-stage1-checking</code></dt>
 <dt><code>--enable-stage1-checking</code></dt>
 <dt><code>--enable-stage1-checking=<var>list</var></code></dt>
-<dd><p>If no <samp>--enable-checking</samp> option is specified the stage1
-compiler will be built with &lsquo;<samp>yes</samp>&rsquo; checking enabled, otherwise
-the stage1 checking flags are the same as specified by
+<dd><p>This option affects only bootstrap build.  If no <samp>--enable-checking</samp>
+option is specified the stage1 compiler is built with &lsquo;<samp>yes</samp>&rsquo; checking
+enabled, otherwise the stage1 checking flags are the same as specified by
 <samp>--enable-checking</samp>.  To build the stage1 compiler with
 different checking options use <samp>--enable-stage1-checking</samp>.
 The list of checking options is the same as for <samp>--enable-checking</samp>.
diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/INSTALL/download.html
--- a/external/gpl3/gcc/dist/INSTALL/download.html      Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/download.html      Wed Mar 11 08:29:44 2020 +0000
@@ -83,9 +83,8 @@
 <a name="index-Downloading-GCC"></a>
 <a name="index-Downloading-the-Source"></a>
 
-<p>GCC is distributed via <a href="http://gcc.gnu.org/svn.html";>SVN</a> and FTP
-tarballs compressed with <code>gzip</code> or
-<code>bzip2</code>.
+<p>GCC is distributed via <a href="http://gcc.gnu.org/git.html";>git</a> and via
+HTTPS as tarballs compressed with <code>gzip</code> or <code>bzip2</code>.
 </p>
 <p>Please refer to the <a href="http://gcc.gnu.org/releases.html";>releases web page</a>
 for information on how to obtain GCC.
diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/INSTALL/prerequisites.html
--- a/external/gpl3/gcc/dist/INSTALL/prerequisites.html Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/INSTALL/prerequisites.html Wed Mar 11 08:29:44 2020 +0000
@@ -193,8 +193,9 @@
 <p>Necessary when regenerating <samp>Makefile</samp> dependencies in libiberty.
 Necessary when regenerating <samp>libiberty/functions.texi</samp>.
 Necessary when generating manpages from Texinfo manuals.
-Used by various scripts to generate some files included in SVN (mainly
-Unicode-related and rarely changing) from source tables.
+Used by various scripts to generate some files included in the source
+repository (mainly Unicode-related and rarely changing) from source
+tables.
 </p>
 <p>Used by <code>automake</code>.
 </p>
@@ -331,8 +332,8 @@
 <p>Necessary when modifying <samp>*.l</samp> files.
 </p>
 <p>Necessary to build GCC during development because the generated output
-files are not included in the SVN repository.  They are included in
-releases.
+files are not included in the version-controlled source repository.
+They are included in releases.
 </p>
 </dd>
 <dt>Texinfo version 4.7 (or later)</dt>
@@ -345,7 +346,7 @@
 4.8 or later is required for <code>make pdf</code>.
 </p>
 <p>Necessary to build GCC documentation during development because the
-generated output files are not included in the SVN repository.  They are
+generated output files are not included in the repository.  They are
 included in releases.
 </p>
 </dd>
@@ -362,11 +363,11 @@
 files in the directories below <samp>jit/docs</samp>.
 </p>
 </dd>
-<dt>SVN (any version)</dt>
+<dt>git (any version)</dt>
 <dt>SSH (any version)</dt>
 <dd>
-<p>Necessary to access the SVN repository.  Public releases and weekly
-snapshots of the development sources are also available via FTP.
+<p>Necessary to access the source repository.  Public releases and weekly
+snapshots of the development sources are also available via HTTPS.
 </p>
 </dd>
 <dt>GNU diffutils version 2.7 (or later)</dt>
diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/LAST_UPDATED
--- a/external/gpl3/gcc/dist/LAST_UPDATED       Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/LAST_UPDATED       Wed Mar 11 08:29:44 2020 +0000
@@ -1,1 +1,1 @@
-Obtained from SVN: tags/gcc_8_3_0_release revision 269117
+Obtained from git: releases/gcc-8.4.0 revision 8cd3bffead2ed1d1998c190865694f920fbc93ab
diff -r 8ba501d88d54 -r ccf186b58c11 external/gpl3/gcc/dist/MD5SUMS
--- a/external/gpl3/gcc/dist/MD5SUMS    Wed Mar 11 08:15:39 2020 +0000
+++ b/external/gpl3/gcc/dist/MD5SUMS    Wed Mar 11 08:29:44 2020 +0000
@@ -1,5 +1,5 @@
 # This file contains the MD5 checksums of the files in the 
-# gcc-8.3.0.tar.xz tarball.
+# gcc-8.4.0.tar.xz tarball.
 #
 # Besides verifying that all files in the tarball were correctly expanded,
 # it also can be used to determine if any files have changed since the
@@ -17,34 +17,34 @@
 fe60d87048567d4fe8c8a0ed2448bcc8  COPYING.RUNTIME
 d32239bcb673463ab874e80d47fae504  COPYING3
 6a6a8e020838b23406c81b19c1d46df6  COPYING3.LIB
-939203428e4150fb65ff2d726d9cf350  ChangeLog
+64a6cd3229b2ea042dd6b497e9f0160f  ChangeLog
 fd4ecdf5d672efe2b0e409aca9cf9446  ChangeLog.jit
 09538b708302f1735f6fa05b622ecf5e  ChangeLog.tree-ssa
 24ab760126489e69436a43185dc3d202  INSTALL/README
 7a7920a778049383ad2cfa24950f828c  INSTALL/binaries.html
-5526faac085bc50003a67bf7947044df  INSTALL/build.html
-74f77a238297c67d099d1c725845acd1  INSTALL/configure.html
-9eb204fccc53f9692cd335dba43a98f2  INSTALL/download.html
+7fe74ad8024e84ab9ce0a8ab9ce3cd63  INSTALL/build.html
+9ced82896272ecf91bebee3eb23eca2e  INSTALL/configure.html
+6c28e73b4110dc6a65328663798a1c5f  INSTALL/download.html
 ccfa0bb940fa7a0576ce85de83fc53d7  INSTALL/finalinstall.html
 631f316a14d9db82001443ac601bccdb  INSTALL/gfdl.html
 783d099b442557a878b7340e49e773e7  INSTALL/index.html
 c949aa9bf4aae3cb3ccd3c9aa7800a65  INSTALL/old.html
-1cf76015ddd32a5da46b3f8b1ab8382a  INSTALL/prerequisites.html
+a061135fa25c7b53826f14e5058f872a  INSTALL/prerequisites.html
 0301dbd0f16478a586444e6c652443c0  INSTALL/specific.html
 6df1bbd775d96043bac1e66c21fb56c8  INSTALL/test.html
-456208cdbed1d21384d760f9c59e64ea  LAST_UPDATED
+b7e3e7c2885e101f204d5bca55bf122c  LAST_UPDATED
 9dd9f840026a28fd2ac8f123aa287829  MAINTAINERS
 620a4fc4c5e9dcffd0bafd38536651e2  Makefile.def
 a07d40fad9f7fe5dfc303895a00a1bbe  Makefile.in
 c810f503e2367f1389bb607f999d4239  Makefile.tpl
-e0f6d7c134c3a396960c3ecff14795f8  NEWS
+2d713e215690ec96fc4887b92215d7fa  NEWS
 80d26bc3b1ad4f6969a96a24c9181bf5  README
 500b9244caa7a7ab23ece1db37efa76d  compile
 cb74b6c8a93f1e46388212f44c60afed  config-ml.in
 0f6ce63fd3db85c1f6cefec2bb848b41  config.guess
 040359150cf11493f973a46d8a25b06b  config.rpath
 0b16e97e0e2c87cb5ed8832950caf27e  config.sub
-1611ac26793da4a0f35235536b84a601  config/ChangeLog
+c7bb5a606f3fa05d78a5adc2097c04d0  config/ChangeLog
 0fcd4badfe2a2191778bdf5ab94aa40c  config/acinclude.m4
 2ea0edfde0ce5ce69b49317a5650f048  config/acx.m4
 6b030f5cf640bdd401ea739f54a667f8  config/asmcfi.m4
@@ -139,7 +139,7 @@
 0163b672c888aaf1c8ad3e867a0ec9f1  config/zlib.m4
 a2a274a8ee83e34774f7a8974c23e0cf  configure
 d6c493da635718ff62d768fc8ab5111f  configure.ac
-9c3593117d1c513ac8c783410113b0e7  contrib/ChangeLog
+f7baec5d48a0aa9ae04960347b744522  contrib/ChangeLog
 5fc435c7928f858246df931ea3f3ece7  contrib/ChangeLog.jit
 7af8d2979bf1a7cfa88e30d05fa22be2  contrib/ChangeLog.tree-ssa
 8498c0cdfe3f444ad6f540ec9e11cbec  contrib/analyze_brprob.py
@@ -166,12 +166,12 @@
 b038940be99369232106ef9e9b15bee3  contrib/filter_params.py
 dfceb883caf21f3071f7309ee0ac8a6b  contrib/gcc.doxy
 55236e85d8087042189b701cd05d84be  contrib/gcc_build
-348fbf0368812a48cf6f92e113b771cc  contrib/gcc_update
+d90e815d97f44b60f8523792bd0e89d7  contrib/gcc_update
 61ad7a180a7895f83d32ef7b15cb8386  contrib/gen_autofdo_event.py
 81de5df29d666c99588d7fe2e7559687  contrib/gennews
 2d35f147fc45f270eb169156cf7550e0  contrib/gimple.vim
 59304fc08afa489baa6b920cc76dc625  contrib/gthr_supp_vxw_5x.c
-faa262624ae1e1aabc8767663dd18c15  contrib/header-tools/ChangeLog
+27140d77e1a71e763c1fde55317008ef  contrib/header-tools/ChangeLog
 1ba821a1e480c2f8ac33b68ca1097770  contrib/header-tools/README
 05ef7fb87e90ba93ee04659be072a357  contrib/header-tools/count-headers
 ba0485a3c721bce9e32407ef996d2a9d  contrib/header-tools/gcc-order-headers
@@ -194,7 +194,7 @@
 87a19b40fbd220938cf6c23c42c255e2  contrib/prepare_patch.sh
 a6f2829359f65be5c182fd414e30fe8a  contrib/prerequisites.md5
 663d159a25cdcd62d1182f124f0dae82  contrib/prerequisites.sha512
-e853ef3f0955cb4a2896ac9db76c4324  contrib/reghunt/ChangeLog
+da46c0c42a0116da3adb629b2baa3d2e  contrib/reghunt/ChangeLog
 cf247a580e49d212518de409793db0a8  contrib/reghunt/bin/gcc-build-full
 724e70ea3e80f87f2a201bbe2f1eef37  contrib/reghunt/bin/gcc-build-simple
 3f2318bae7562a4ad1639e686916a545  contrib/reghunt/bin/gcc-cleanup
@@ -253,7 +253,7 @@
 e2829fc4af4f433a6a328a62d5ce8066  contrib/reghunt/examples/reg-watch
 afd863c2ec84c906e20f9b9787b1f0fe  contrib/reghunt/examples/reg-watch.awk
 8955535523d4b5f48006bcb851ba9b4b  contrib/reghunt/examples/testall
-c3f574b5661a61893872ed12e007240d  contrib/regression/ChangeLog
+a4c3e058eed4fcd238d42149b8751603  contrib/regression/ChangeLog
 30553bfced1b2b46bf7ca01ef6ba69d1  contrib/regression/GCC_Regression_Tester.wdgt/Default.png
 ad38ddd771df222eb9d413e3c7f6a751  contrib/regression/GCC_Regression_Tester.wdgt/Icon.png
 777bd286c147cc02861811f66b9a4440  contrib/regression/GCC_Regression_Tester.wdgt/Info.plist
@@ -269,7 +269,7 @@
 7f6418948396f8250447e3e6182322d8  contrib/repro_fail
 39442479834f1c02d6ce11eab6889b6e  contrib/test_installed
 2c2a06a23394c548bb4afba3c25aacce  contrib/test_recheck
-d4cd6e25d218d26c1eb5aca9e7b82de3  contrib/test_summary
+c650e776de65a2de80bbfb0033641805  contrib/test_summary



Home | Main Index | Thread Index | Old Index