diff options
author | Jeff Sturm <jsturm@one-point.com> | 2001-11-14 03:31:47 +0000 |
---|---|---|
committer | Jeff Sturm <jsturm@gcc.gnu.org> | 2001-11-14 03:31:47 +0000 |
commit | c6fa97288a4081e081edcb4946d8f552bde68f6f (patch) | |
tree | f7fee133d7e27b39234567b418d9a71d8cabadcd /gcc | |
parent | 150f086dd5d99750b5a432953204a7023baab745 (diff) | |
download | gcc-c6fa97288a4081e081edcb4946d8f552bde68f6f.zip gcc-c6fa97288a4081e081edcb4946d8f552bde68f6f.tar.gz gcc-c6fa97288a4081e081edcb4946d8f552bde68f6f.tar.bz2 |
install.texi (sparc-*-linux*): Mention requirements for binutils and glibc.
* doc/install.texi (sparc-*-linux*): Mention requirements for
binutils and glibc.
From-SVN: r47000
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b58f92d..882fa67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Jeff Sturm <jsturm@one-point.com> + + * doc/install.texi (sparc-*-linux*): Mention requirements for + binutils and glibc. + 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk> * Makefile.in (POD2MAN): Don't include --section=1. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a9ec046..2ce3a0b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1562,6 +1562,8 @@ These lists are updated as new information becomes available. @item @uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1} @item +@uref{#sparc-*-linux*,,sparc-*-linux*} +@item @uref{#sparc64-*-*,,sparc64-*-*} @item @uref{#*-*-sysv*,,*-*-sysv*} @@ -3453,6 +3455,17 @@ for this platform, too. </p> <hr> @end html +@heading @anchor{sparc-*-linux*}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 +</p> +<hr> +@end html @heading @anchor{sparc64-*-*}sparc64-*-* GCC version 2.95 is not able to compile code correctly for |