diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-07-03 15:08:44 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2005-07-03 15:08:44 +0000 |
commit | 419df6a2ef100863be73c97ea818b72b0735259f (patch) | |
tree | 9256762e6e4612866371fcc3cb26a21aab773141 /gcc | |
parent | 184afc230ffc198cd51114ee0642841adfa102da (diff) | |
download | gcc-419df6a2ef100863be73c97ea818b72b0735259f.zip gcc-419df6a2ef100863be73c97ea818b72b0735259f.tar.gz gcc-419df6a2ef100863be73c97ea818b72b0735259f.tar.bz2 |
* pa.c (fix_range): Fix typo in comment.
From-SVN: r101555
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33af03c..0b71ab2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * pa.c (fix_range): Fix typo in comment. + 2005-07-03 Kazu Hirata <kazu@codesourcery.com> * tree-vrp.c (extract_range_from_assert): Replace diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index de0f56f..5ed7230 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -306,7 +306,7 @@ fix_range (const char *const_str) REG2 are either register names or register numbers. The effect of this option is to mark the registers in the range from REG1 to REG2 as ``fixed'' so they won't be used by the compiler. This is - used, e.g., to ensure that kernel mode code doesn't use f32-f127. */ + used, e.g., to ensure that kernel mode code doesn't use fr4-fr31. */ i = strlen (const_str); str = (char *) alloca (i + 1); |