[pch] Fix largefile.c on sparc and sparc64

Richard Henderson rth@redhat.com
Mon Nov 8 23:04:00 GMT 2004


On Sun, Nov 07, 2004 at 01:21:03PM -0500, Jakub Jelinek wrote:
> > +#elif defined(__sparc__) && defined(__LP64__)
> > +# define TRY_EMPTY_VM_SPACE    0x8000000000
> > +#elif defined(__sparc__)
> > +# define TRY_EMPTY_VM_SPACE    0x60000000

Where's the VM hole for sun4c?  Does this give enough room?


r~



More information about the Gcc-patches mailing list