diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1998-09-25 10:56:26 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1998-09-25 10:56:26 -0400 |
commit | ccf82a75b03bf8fac0a0ee3ea1d5c14bcd7bb8a8 (patch) | |
tree | 2495f43bab900a5bbc1cc1cd077452cbde34fa06 | |
parent | 46fb0d7d0fb1325f392198de92b17a7d471d2457 (diff) | |
download | gcc-ccf82a75b03bf8fac0a0ee3ea1d5c14bcd7bb8a8.zip gcc-ccf82a75b03bf8fac0a0ee3ea1d5c14bcd7bb8a8.tar.gz gcc-ccf82a75b03bf8fac0a0ee3ea1d5c14bcd7bb8a8.tar.bz2 |
- update comment to clarify that this file is specific to AIX and 32-bit mode.
From-SVN: r22593
-rw-r--r-- | gcc/config/rs6000/xm-rs6000.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index a027e3a6..1ad9da9 100644 --- a/gcc/config/rs6000/xm-rs6000.h +++ b/gcc/config/rs6000/xm-rs6000.h @@ -1,5 +1,5 @@ -/* Configuration for GNU C-compiler for IBM RS/6000. - Copyright (C) 1990, 1993, 1995 Free Software Foundation, Inc. +/* Configuration for GNU C-compiler for IBM RS/6000 running AIX in 32-bit mode. + Copyright (C) 1990, 1993, 1995, 1998 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). This file is part of GNU CC. @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #define HOST_BITS_PER_SHORT 16 #define HOST_BITS_PER_INT 32 #define HOST_BITS_PER_LONG 32 -#define HOST_BITS_PER_LONGLONG 64 +#define HOST_BITS_PER_LONGLONG 64 #define HOST_WORDS_BIG_ENDIAN |