diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-07 13:18:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-07 13:18:34 +0000 |
commit | 93348822aafe18b25b303aef21697c8e52149975 (patch) | |
tree | ad5cfebb37028019fbec256e1533e1813ab5d0ac /gcc | |
parent | 54c2d93172a41b34c6d74eff8d8ebf4484186bbd (diff) | |
download | gcc-93348822aafe18b25b303aef21697c8e52149975.zip gcc-93348822aafe18b25b303aef21697c8e52149975.tar.gz gcc-93348822aafe18b25b303aef21697c8e52149975.tar.bz2 |
* config/ia64/ia64.c: Fix a comment typo.
From-SVN: r88686
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e264dc..64241c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Kazu Hirata <kazu@cs.umass.edu> + + * config/ia64/ia64.c: Fix a comment typo. + 2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr> * doc/install.texi (*-*-solaris2*): Fix marker for URL. diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 69339d8..5eed721 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -3353,7 +3353,7 @@ ia64_function_arg_advance (CUMULATIVE_ARGS *cum, enum machine_mode mode, } /* Arguments with alignment larger than 8 bytes start at the next even - boundary. On ILP32 HPUX, TFmode arguments start on next even boundery + boundary. On ILP32 HPUX, TFmode arguments start on next even boundary even though their normal alignment is 8 bytes. See ia64_function_arg. */ int |