From 6e32e5b97a009659a9001b98d72785bc3bf43deb Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 22 Apr 2005 08:41:34 +0200 Subject: [PATCH] invoke.texi (SPARC options): Document that -mapp-regs is turned off by default on Solaris. * doc/invoke.texi (SPARC options): Document that -mapp-regs is turned off by default on Solaris. From-SVN: r98544 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7701aca354..751f33e64c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-22 Eric Botcazou + + * doc/invoke.texi (SPARC options): Document that -mapp-regs + is turned off by default on Solaris. + 2005-04-21 Roger Sayle * c-common.h (objc_build_method_signature): Update prototype. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1b686309aed..56a0fc35cfc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11472,7 +11472,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. +is the default, except on Solaris. To be fully SVR4 ABI compliant at the cost of some performance loss, specify @option{-mno-app-regs}. You should compile libraries and system -- 2.30.2