Commit 47876a2a by Jonathan Wakely

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
parent 4ebd56a5
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. * 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 PR target/56028
* config/i386/i386.md (*movti_internal_rex64): Change (o,riF) * config/i386/i386.md (*movti_internal_rex64): Change (o,riF)
...@@ -45,7 +50,7 @@ ...@@ -45,7 +50,7 @@
a narrowing conversion, or widening conversion from signed a narrowing conversion, or widening conversion from signed
to unsigned. to unsigned.
2012-01-21 Uros Bizjak <ubizjak@gmail.com> 2013-01-21 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/56023 PR rtl-optimization/56023
* haifa-sched.c (fix_inter_tick): Do not update ticks of instructions, * haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
...@@ -77,7 +82,7 @@ ...@@ -77,7 +82,7 @@
* config/arm/marvell-pj4.md: Update copyright year. * config/arm/marvell-pj4.md: Update copyright year.
Fix up use of alu to alu_reg and simple_alu_imm. 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. * config/i386/i386.md (enabled): Do not disable fma4 for TARGET_FMA.
...@@ -240,7 +245,7 @@ ...@@ -240,7 +245,7 @@
PR tree-optimization/55273 PR tree-optimization/55273
* loop-iv.c (iv_number_of_iterations): Consider zero iteration case. * 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 PR target/55981
* config/i386/sync.md (atomic_store<mode>): Always generate SWImode * config/i386/sync.md (atomic_store<mode>): Always generate SWImode
...@@ -460,7 +465,7 @@ ...@@ -460,7 +465,7 @@
* config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): New. * config/aarch64/aarch64-simd.md (*aarch64_simd_ld1r<mode>): New.
* config/aarch64/iterators.md (VALLDI): 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> Andi Kleen <ak@linux.intel.com>
PR target/55948 PR target/55948
...@@ -579,7 +584,7 @@ ...@@ -579,7 +584,7 @@
* configure: Regenerate. * configure: Regenerate.
* Makefile.in (TREECHECKING): New. * Makefile.in (TREECHECKING): New.
2012-01-11 Richard Guenther <rguenther@suse.de> 2013-01-11 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44061 PR tree-optimization/44061
* tree-vrp.c (extract_range_basic): Compute zero as * tree-vrp.c (extract_range_basic): Compute zero as
...@@ -769,7 +774,7 @@ ...@@ -769,7 +774,7 @@
* ipa-prop.c (update_indirect_edges_after_inlining): Fix ordering * ipa-prop.c (update_indirect_edges_after_inlining): Fix ordering
issue. issue.
2012-01-08 Jakub Jelinek <jakub@redhat.com> 2013-01-08 Jakub Jelinek <jakub@redhat.com>
Uros Bizjak <ubizjak@gmail.com> Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/55845 PR rtl-optimization/55845
......
...@@ -528,26 +528,18 @@ the executables named @command{cantlr}, @command{runantlr} or ...@@ -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 GCC is distributed via @uref{http://gcc.gnu.org/svn.html,,SVN} and FTP
tarballs compressed with @command{gzip} or tarballs compressed with @command{gzip} or
@command{bzip2}. It is possible to download a full distribution or specific @command{bzip2}.
components.
Please refer to the @uref{http://gcc.gnu.org/releases.html,,releases web page} Please refer to the @uref{http://gcc.gnu.org/releases.html,,releases web page}
for information on how to obtain GCC@. for information on how to obtain GCC@.
The full distribution includes the C, C++, Objective-C, Fortran, Java, The source distribution includes the C, C++, Objective-C, Fortran, Java,
and Ada (in the case of GCC 3.1 and later) compilers. The full and Ada (in the case of GCC 3.1 and later) compilers, as well as
distribution also includes runtime libraries for C++, Objective-C, runtime libraries for C++, Objective-C, Fortran, and Java.
Fortran, and Java. In GCC 3.0 and later versions, the GNU compiler For previous versions these were downloadable as separate components such
testsuites are also included in the full distribution. as the core GCC distribution, which included the C language front end and
shared components, and language-specific distributions including the
If you choose to download specific components, you must download the core language front end and the language runtime (where appropriate).
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.
If you also intend to build binutils (either to upgrade an existing If you also intend to build binutils (either to upgrade an existing
installation or for use in place of the corresponding tools of your installation or for use in place of the corresponding tools of your
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment