NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-mac68k/51923: /usr/libexec/cc1: Cannot allocate memory
The following reply was made to PR port-mac68k/51923; it has been noted by GNATS.
From: Rin Okuyama <rokuyama%rk.phys.keio.ac.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-mac68k/51923: /usr/libexec/cc1: Cannot allocate memory
Date: Wed, 1 Feb 2017 07:46:56 +0900
On 2017/02/01 6:30, Michael van Elst wrote:
> Something like SYSPTSIZE. There might be other hardcoded values that
> don't work anymore if you increase the address space (and not just the
> text size limit).
I guess that SYSPTSIZE has already been obsoleted:
% find sys common -type f | xargs grep SYSPTSIZE | grep -v vmparam.h
sys/arch/mac68k/mac68k/genassym.cf:define SYSPTSIZE SYSPTSIZE
sys/arch/vax/vax/pmap.c: printf("SYSPTSIZE %x usrptsize %lx\n",
Probably we can remove it as well as USRPTSIZE.
VM_{MIN,MAX} stuff seems OK to me. Do we have other hardcoded constants?
Thanks,
Rin
Home |
Main Index |
Thread Index |
Old Index