diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-19 07:34:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-19 07:34:46 +0000 |
commit | 323fbc69caf766e204343fe514267a5d3086d008 (patch) | |
tree | b2dbf2f92fd767f0ed76c45ef7e134f3c9027910 | |
parent | 61efa179612bb3c718269d78fc532c57b4b4447c (diff) | |
download | gcc-323fbc69caf766e204343fe514267a5d3086d008.zip gcc-323fbc69caf766e204343fe514267a5d3086d008.tar.gz gcc-323fbc69caf766e204343fe514267a5d3086d008.tar.bz2 |
install.texi (Specific): No longer refer to age-old versions of binutils and glibc.
* doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
to age-old versions of binutils and glibc.
From-SVN: r246266
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6a39ca..95f52b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-19 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer + to age-old versions of binutils and glibc. + 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org> * doc/contrib.texi (Contributors): Remove duplicate entry for myself. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5781cb0..7e8d3f5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4510,11 +4510,6 @@ This bug is fixed in Sun patch 118683-03 or later. @anchor{sparc-x-linux} @heading sparc-*-linux* -GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4 -or newer on this platform. All earlier binutils and glibc -releases mishandled unaligned relocations on @code{sparc-*-*} targets. - - @html <hr /> @end html |