Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/gcc4/gcc/config/pa



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.




Home | Main Index | Thread Index | Old Index