This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [PATCH] boehm-gc: Fix mips64-linux n64 configuration.


I went ahead and checked this into the upstream (to become 7.1) sources.
I did check on an IA64 machine, but I don't see how this could possibly
break non-MIPS platforms.

Hans

> -----Original Message-----
> From: David Daney [mailto:ddaney@avtrex.com] 
> Sent: Friday, August 10, 2007 10:34 PM
> To: GCJ-patches; Boehm, Hans
> Subject: [PATCH] boehm-gc: Fix mips64-linux n64 configuration.
> 
> I have been working on getting libgcj runninng on 
> mips64-linux.  The boehm-gc configuration for the n64 ABI was 
> incorrect causing SIGBUS in GC initialization.  This patch 
> duplicates some of the logic used in the
> Irix5 case.
> 
> With the patch applied I can successfully run a large 
> majority of the libgcj testsuite cases on mips64-linux with -mabi=64.
> 
> Hans,  this patch should probably also be committed to the 
> upstream sources.
> 
> Before committing I will test x86_64-pc-linux-gnu.
> 
> OK to commit if testing shows no regressions?
> 
> 2007-08-10  David Daney  <ddaney@avtrex.com>
> 
>     * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
> 
> 


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