aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJanis Johnson <janis@gcc.gnu.org>2001-10-19 16:52:31 +0000
committerJanis Johnson <janis@gcc.gnu.org>2001-10-19 16:52:31 +0000
commit03b272d2c2b68e169d821ad73e9f23ff7925c576 (patch)
tree4973b6903d49cf9dcca9333c83c3e3d18dfee2cb /gcc/doc
parentf223b20263a6831497d9f10d0dbcf5cf2daab398 (diff)
downloadgcc-03b272d2c2b68e169d821ad73e9f23ff7925c576.zip
gcc-03b272d2c2b68e169d821ad73e9f23ff7925c576.tar.gz
gcc-03b272d2c2b68e169d821ad73e9f23ff7925c576.tar.bz2
* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
about 64-bit support from the 3.0_branch version. From-SVN: r46350
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 98404ed..ea43627 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3251,6 +3251,18 @@ This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
2.6 and has been fixed in later (5.x) versions of the assembler,
starting with Solaris 7.
+Starting with Solaris 7, the operating system is capable of executing
+64-bit SPARC V9 binaries. GCC 3.0 doesn't properly support this yet.
+Although some patches or recipes to enable this support have been posted
+to various newsgroups and mailing lists, we recommend against using
+them, since the compiler may either crash or, worse, silently generate
+bad code. If you really need this capability now, you might try a CVS
+version of GCC 3.1, which will fully support this. If all you want is
+code tuned for the UltraSPARC CPU, you should try the
+@option{-mtune=ultrasparc} option instead, which should be safe from
+those bugs and produce code that, unlike full 64-bit code, can still run
+on non-UltraSPARC machines.
+
@html
</p>
<hr>