This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] weaken the MMAP check
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 21 Apr 2006 17:24:54 -0600
- Subject: Re: [patch] weaken the MMAP check
- References: <44440426.6060807@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> this patch weakens the MMAP check. We only need MMAP with mmap chosen
Andreas> address ranges, no FIXED one. On HP-UX PA MAP_FIXED does not work.
Andreas> To run gcj_dbtool we fail here on HP-UX PA with an mmap not
Andreas> implemented exception. This patch makes it work.
Andreas> Ok for trunk ?
Ok, thanks.
Tom