diff options
author | Richard Henderson <rth@redhat.com> | 2002-05-16 20:48:25 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-16 20:48:25 -0700 |
commit | 5ccff482ca955b271c20e46e63c4d8e8ede19699 (patch) | |
tree | 7c55222caadceb7ac764fa6f8407519d20984e14 | |
parent | 0b17ab2f5b1184fdb568786f791bc0613e574241 (diff) | |
download | gcc-5ccff482ca955b271c20e46e63c4d8e8ede19699.zip gcc-5ccff482ca955b271c20e46e63c4d8e8ede19699.tar.gz gcc-5ccff482ca955b271c20e46e63c4d8e8ede19699.tar.bz2 |
* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
From-SVN: r53538
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/unicosmk.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3cb9b0..980e173 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-05-16 Richard Henderson <rth@redhat.com> + * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo. + +2002-05-16 Richard Henderson <rth@redhat.com> + * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c, conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c, diff --git a/gcc/config/alpha/unicosmk.h b/gcc/config/alpha/unicosmk.h index 8ed0f72..4be7be5 100644 --- a/gcc/config/alpha/unicosmk.h +++ b/gcc/config/alpha/unicosmk.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ builtin_define ("_LD64"); \ builtin_define ("__UNICOSMK__"); \ builtin_define ("__INT_MAX__=9223372036854775807"); \ - builtin_define ("__SHRT_MAX__=2147483647") \ + builtin_define ("__SHRT_MAX__=2147483647"); \ } while (0) #define SHORT_TYPE_SIZE 32 |