aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.1
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-06 17:31:01 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-06 17:31:01 -0700
commit956d69504d77d301015532d2f0564213f0efc706 (patch)
treeec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/gcc.1
parent27b6b158c29b45fd80c2f104d5da1f4bc818d7ab (diff)
downloadgcc-956d69504d77d301015532d2f0564213f0efc706.zip
gcc-956d69504d77d301015532d2f0564213f0efc706.tar.gz
gcc-956d69504d77d301015532d2f0564213f0efc706.tar.bz2
Merge from gcc-2.8
From-SVN: r16987
Diffstat (limited to 'gcc/gcc.1')
-rw-r--r--gcc/gcc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc.1 b/gcc/gcc.1
index 7e83981..9999507 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