From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16695 invoked by alias); 10 Aug 2007 15:26:12 -0000 Received: (qmail 16622 invoked by uid 22791); 10 Aug 2007 15:26:11 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Aug 2007 15:26:01 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id A7FFB309E0E; Fri, 10 Aug 2007 15:26:09 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Fri, 10 Aug 2007 15:26:09 +0000 (UTC) Received: from jennifer.localdomain ([192.168.7.224]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Aug 2007 08:25:58 -0700 Message-ID: <46BC8300.4080407@avtrex.com> Date: Fri, 10 Aug 2007 15:26:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: "Maciej W. Rozycki" Cc: Richard Sandiford , GCJ-patches , GCC Patches Subject: Re: [Patch] libffi: Add MIPS64 support. References: <46BA9F13.2090003@avtrex.com> <87r6mddo7z.fsf@firetop.home> <46BB3754.30105@avtrex.com> <87wsw4d7h4.fsf@firetop.home> <46BB4F54.108@avtrex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00671.txt.bz2 Maciej W. Rozycki wrote: > Also -- if anybody is interested in MIPS new ABI changes relevant to GCJ, > then I have some patches which I was able to bring up to version 4.1.2. > Unfortunately I have too many other tasks on my head now, so I may not be > able to port them up to the current version any time soon, but I would be > happy if they proved useful for someone or found their way up to the trunk > eventually. I have some Ada patches too. ;-) > Assuming that you have a copyright assignment for GCC, please send the gcj patches to java-patches@gcc.gnu.org. I am going to work on GCJ next. Currently gcj works well enough that a simple Hello world program works on n32. There is a problem in boehm-gc that prevents n64 from working. Finding and fixing that will be my next project. Thanks, David Daney