From: ebotcazou Date: Fri, 22 Apr 2005 06:41:34 +0000 (+0000) Subject: * doc/invoke.texi (SPARC options): Document that -mapp-regs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c9c1069ad957dd15039195c8228fbc7e076667e;p=thirdparty%2Fgcc.git * doc/invoke.texi (SPARC options): Document that -mapp-regs is turned off by default on Solaris. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98544 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7701aca3548..751f33e64c49 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 1b686309aed3..56a0fc35cfcb 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