From ccf82a75b03bf8fac0a0ee3ea1d5c14bcd7bb8a8 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 25 Sep 1998 10:56:26 -0400 Subject: [PATCH] - update comment to clarify that this file is specific to AIX and 32-bit mode. From-SVN: r22593 --- gcc/config/rs6000/xm-rs6000.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index a027e3a63cd..1ad9da9a6ee 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 -- 2.30.2