diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
commit | ad87de1ece2f52d260b582709751ab9f315ab349 (patch) | |
tree | ec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/gcc.1 | |
parent | 8098b1a5d828997acb2555106b3edccc0b43b661 (diff) | |
download | gcc-ad87de1ece2f52d260b582709751ab9f315ab349.tar.gz |
Merge from gcc-2.8
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.1')
-rw-r--r-- | gcc/gcc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc.1 b/gcc/gcc.1 index 7e839815c2b..9999507971c 100644 --- a/gcc/gcc.1 +++ b/gcc/gcc.1 @@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.1.1.2 1997/11/02 08:40:04 law Exp $ +.Id $Id: gcc.1,v 1.2 1997/12/05 22:12:45 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (egcs-1.0) @@ -3998,7 +3998,7 @@ three-way choice. .BI "\-fcall\-used\-" "reg" Treat the register named \c .I reg\c -\& as an allocatable register that is +\& as an allocable register that is clobbered by function calls. It may be allocated for temporaries or variables that do not live across a call. Functions compiled this way will not save and restore the register \c @@ -4015,7 +4015,7 @@ three-way choice. .BI "\-fcall\-saved\-" "reg" Treat the register named \c .I reg\c -\& as an allocatable register saved by +\& as an allocable register saved by functions. It may be allocated even for temporaries or variables that live across a call. Functions compiled this way will save and restore the register \c |