aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2013-01-22 22:14:33 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2013-01-22 22:14:33 +0000
commit47876a2a26cef4cb524b96b94ac9886f01439417 (patch)
tree5d076f06dccbd086d0e689947d98afb27eff257e
parent4ebd56a55be8cf01aca4fb01a9a9a07db0a66b4b (diff)
downloadgcc-47876a2a26cef4cb524b96b94ac9886f01439417.zip
gcc-47876a2a26cef4cb524b96b94ac9886f01439417.tar.gz
gcc-47876a2a26cef4cb524b96b94ac9886f01439417.tar.bz2
install.texi (Downloading the Source): Update references to downloading separate components.
* doc/install.texi (Downloading the Source): Update references to downloading separate components. From-SVN: r195388
-rw-r--r--gcc/ChangeLog21
-rw-r--r--gcc/doc/install.texi24
2 files changed, 21 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5870b5d..245302a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,8 +1,13 @@
-2012-01-22 Jonathan Wakely <jwakely.gcc@gmail.com>
+2013-01-22 Jonathan Wakely <jwakely.gcc@gmail.com>
+
+ * doc/install.texi (Downloading the Source): Update references to
+ downloading separate components.
+
+2013-01-22 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/extend.texi (__int128): Improve grammar.
-2012-01-22 Uros Bizjak <ubizjak@gmail.com>
+2013-01-22 Uros Bizjak <ubizjak@gmail.com>
PR target/56028
* config/i386/i386.md (*movti_internal_rex64): Change (o,riF)
@@ -45,7 +50,7 @@
a narrowing conversion, or widening conversion from signed
to unsigned.
-2012-01-21 Uros Bizjak <ubizjak@gmail.com>
+2013-01-21 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/56023
* haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
@@ -77,7 +82,7 @@
* config/arm/marvell-pj4.md: Update copyright year.
Fix up use of alu to alu_reg and simple_alu_imm.
-2012-01-21 Uros Bizjak <ubizjak@gmail.com>
+2013-01-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (enabled): Do not disable fma4 for TARGET_FMA.
@@ -240,7 +245,7 @@
PR tree-optimization/55273
* loop-iv.c (iv_number_of_iterations): Consider zero iteration case.
-2012-01-17 Uros Bizjak <ubizjak@gmail.com>
+2013-01-17 Uros Bizjak <ubizjak@gmail.com>
PR target/55981
* config/i386/sync.md (atomic_store<mode>): Always generate SWImode
@@ -460,7 +465,7 @@
* config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): New.
* config/aarch64/iterators.md (VALLDI): New.
-2012-01-14 Uros Bizjak <ubizjak@gmail.com>
+2013-01-14 Uros Bizjak <ubizjak@gmail.com>
Andi Kleen <ak@linux.intel.com>
PR target/55948
@@ -579,7 +584,7 @@
* configure: Regenerate.
* Makefile.in (TREECHECKING): New.
-2012-01-11 Richard Guenther <rguenther@suse.de>
+2013-01-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44061
* tree-vrp.c (extract_range_basic): Compute zero as
@@ -769,7 +774,7 @@
* ipa-prop.c (update_indirect_edges_after_inlining): Fix ordering
issue.
-2012-01-08 Jakub Jelinek <jakub@redhat.com>
+2013-01-08 Jakub Jelinek <jakub@redhat.com>
Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/55845
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 35564ea..8419ca2 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -528,26 +528,18 @@ the executables named @command{cantlr}, @command{runantlr} or
GCC is distributed via @uref{http://gcc.gnu.org/svn.html,,SVN} and FTP
tarballs compressed with @command{gzip} or
-@command{bzip2}. It is possible to download a full distribution or specific
-components.
+@command{bzip2}.
Please refer to the @uref{http://gcc.gnu.org/releases.html,,releases web page}
for information on how to obtain GCC@.
-The full distribution includes the C, C++, Objective-C, Fortran, Java,
-and Ada (in the case of GCC 3.1 and later) compilers. The full
-distribution also includes runtime libraries for C++, Objective-C,
-Fortran, and Java. In GCC 3.0 and later versions, the GNU compiler
-testsuites are also included in the full distribution.
-
-If you choose to download specific components, you must download the core
-GCC distribution plus any language specific distributions you wish to
-use. The core distribution includes the C language front end as well as the
-shared components. Each language has a tarball which includes the language
-front end as well as the language runtime (when appropriate).
-
-Unpack the core distribution as well as any language specific
-distributions in the same directory.
+The source distribution includes the C, C++, Objective-C, Fortran, Java,
+and Ada (in the case of GCC 3.1 and later) compilers, as well as
+runtime libraries for C++, Objective-C, Fortran, and Java.
+For previous versions these were downloadable as separate components such
+as the core GCC distribution, which included the C language front end and
+shared components, and language-specific distributions including the
+language front end and the language runtime (where appropriate).
If you also intend to build binutils (either to upgrade an existing
installation or for use in place of the corresponding tools of your