Subject: CVS commit: src/gnu/dist/gcc4/gcc/config/pa
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 09/23/2006 19:07:19
Module Name:	src
Committed By:	matt
Date:		Sat Sep 23 19:07:19 UTC 2006

Modified Files:
	src/gnu/dist/gcc4/gcc/config/pa: pa.c

Log Message:
Fix problem with cross compiles on LP64 platforms.  When splitting a DI
only compare against HOST_BITS_PER_WIDE_INT if TARGET_64BIT is true.
Otherwise, compare against 32 (as would happen on a IPL32 platform).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/config/pa/pa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.