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 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~


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