This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [pch] Fix largefile.c on sparc and sparc64


On Sun, Nov 07, 2004 at 12:33:26PM -0500, James A. Morrison wrote:
> 
>  This fixes the largefile.c test cases on sparc and sparc64.  It doesn't fix
> all the failures on sparc64, but setting TRY_EMPTY_VM_SPACE to something
> off in never, never land for sparc64 doesn't fix those failures either.

Still you should IMHO set TRY_EMPTY_VM_SPACE to some > 4GB address for
defined(__sparc__) && defined(__LP64__)
and only use 0x60000000 for sparc32.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]