From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21767 invoked by alias); 21 Jan 2010 15:34:56 -0000 Received: (qmail 21757 invoked by uid 22791); 21 Jan 2010 15:34:55 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jan 2010 15:34:50 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 963B93D8 for ; Thu, 21 Jan 2010 16:34:46 +0100 (CET) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yek7Da6DATvJ for ; Thu, 21 Jan 2010 16:34:45 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 22B5E3D7 for ; Thu, 21 Jan 2010 16:34:45 +0100 (CET) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.3+Sun/8.14.3/Submit) id o0LFYiEq009982; Thu, 21 Jan 2010 16:34:44 +0100 (MET) From: Rainer Orth To: java-patches@gcc.gnu.org Subject: PATCH: Enable interpreter for IRIX 6 Date: Thu, 21 Jan 2010 15:34:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2010-q1/txt/msg00022.txt.bz2 I've had the following patch in my tree for quite some time. I've just run a full regtest on mips-sgi-irix6.5 without and with the patch. Results are good: no new FAILs with it, and all the gij tests pass. Ok for mainline? Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University Tue Sep 4 17:42:04 2007 Rainer Orth * configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter. Index: libjava/configure.host =================================================================== --- libjava/configure.host (revision 156082) +++ libjava/configure.host (working copy) @@ -282,8 +282,6 @@ ;; mips-sgi-irix6* ) sysdeps_dir=mips - # disable interpreter, no closure support for N32 and N64 ABIs - libgcj_interpreter=no ;; arm*-linux* ) slow_pthread_self=no