From: Eric Botcazou Date: Fri, 22 Apr 2005 06:52:33 +0000 (+0200) Subject: invoke.texi (SPARC options): Document that -mapp-regs is turned off by default on... X-Git-Tag: releases/gcc-3.3.6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925479e5f321656c38ee105bf09d7f4b2675f7b6;p=thirdparty%2Fgcc.git 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: r98547 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1767e2cfef8e..597f907c9d11 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-06 James E. Wilson PR target/20670 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 819203be617c..834853682fcf 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5675,7 +5675,7 @@ These @samp{-m} switches 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