]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (Downloading the Source): Update references to downloading separate...
authorJonathan Wakely <redi@gcc.gnu.org>
Tue, 22 Jan 2013 22:14:33 +0000 (22:14 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 22 Jan 2013 22:14:33 +0000 (22:14 +0000)
* doc/install.texi (Downloading the Source): Update references to
downloading separate components.

From-SVN: r195388

gcc/ChangeLog
gcc/doc/install.texi

index 5870b5d6604c61c975c1bf81f5633d077e5e5afc..245302af2cfcf0a410e031d90ded1ab15a9cc539 100644 (file)
@@ -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.
 
        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
        * 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
        * 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
        * 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
index 35564ea6b1da5834cc80deedcc693baba7c5a432..8419ca27bc8efb0b9412103a3e344ee118cd6986 100644 (file)
@@ -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