From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24528 invoked by alias); 2 Aug 2004 10:17:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24276 invoked from network); 2 Aug 2004 10:17:21 -0000 Received: from unknown (HELO cuddles.cambridge.redhat.com) (81.96.64.123) by sourceware.org with SMTP; 2 Aug 2004 10:17:21 -0000 Received: from redhat.com (localhost.localdomain [127.0.0.1]) by cuddles.cambridge.redhat.com (8.12.8/8.12.8) with ESMTP id i72AFg2v021989; Mon, 2 Aug 2004 11:15:42 +0100 Received: (from aph@localhost) by redhat.com (8.12.8/8.12.8/Submit) id i72AFbau021985; Mon, 2 Aug 2004 11:15:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16654.5193.518989.691842@cuddles.cambridge.redhat.com> Date: Mon, 02 Aug 2004 10:17:00 -0000 From: Andrew Haley To: Daniel Jacobowitz Cc: Jeff Johnston , gdb-patches@sources.redhat.com Subject: Re: [RFA]: Java Inferior Call Take 2 In-Reply-To: <20040726194953.GA27001@nevyn.them.org> References: <20040617030603.GC23443@nevyn.them.org> <40D20494.2020608@redhat.com> <20040619235857.GA18759@nevyn.them.org> <16598.64375.217285.743094@cuddles.cambridge.redhat.com> <16601.25623.949217.642524@cuddles.cambridge.redhat.com> <20040623134742.GA24612@nevyn.them.org> <40D9FC3B.3030700@redhat.com> <20040623230138.GA6426@nevyn.them.org> <40EB1DDD.4070603@redhat.com> <4105604A.6030302@redhat.com> <20040726194953.GA27001@nevyn.them.org> X-SW-Source: 2004-08/txt/msg00030.txt.bz2 Daniel Jacobowitz writes: > On Mon, Jul 26, 2004 at 03:49:30PM -0400, Jeff Johnston wrote: > > Ping. > > I was waiting for Andrew to try fixing up gcj so that we could avoid > the method name problem. Andrew, are you going to have time to do > that, or should we pursue the hack for now after all? I'd much rather > it be fixed. Sorry Daniel, I've been away. You are right: it should be fixed in gcc. I will do this as soon as I get stuff sorted out. Andrew.