aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-05-18 10:11:04 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-05-18 08:11:04 +0000
commitd14f5ecbef10097fc7c2a8805b97411e8c6a1e82 (patch)
treeb86ca4f95aa5bef26df27abb17252933447b14de /gcc
parentf63a84952123b44a6ba5058bef94adae1b20121a (diff)
downloadgcc-d14f5ecbef10097fc7c2a8805b97411e8c6a1e82.zip
gcc-d14f5ecbef10097fc7c2a8805b97411e8c6a1e82.tar.gz
gcc-d14f5ecbef10097fc7c2a8805b97411e8c6a1e82.tar.bz2
invoke.texi (SPARC options): Document that -mapp-regs is the default on Solaris too.
* doc/invoke.texi (SPARC options): Document that -mapp-regs is the default on Solaris too. From-SVN: r99890
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9b66685..3a1e606 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -3,6 +3,8 @@
* config/sparc/sol2.h (TARGET_DEFAULT): Add back MASK_APP_REGS.
* config/sparc/sol2-64.h (TARGET_DEFAULT): Likewise.
* config/sparc/sp-elf.h (TARGET_DEFAULT): Delete.
+ * doc/invoke.texi (SPARC options): Document that -mapp-regs is
+ the default on Solaris too.
2005-05-17 Daniel Berlin <dberlin@dberlin.org>
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 96e3823..1306317 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11678,7 +11678,7 @@ These @samp{-m} options are supported on the SPARC:
@opindex mapp-regs
Specify @option{-mapp-regs} to generate output using the global registers
2 through 4, which the SPARC SVR4 ABI reserves for applications. This
-is the default, except on Solaris.
+is the default.
To be fully SVR4 ABI compliant at the cost of some performance loss,
specify @option{-mno-app-regs}. You should compile libraries and system