From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7280 invoked by alias); 22 Oct 2002 16:26:36 -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 7265 invoked from network); 22 Oct 2002 16:26:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Oct 2002 16:26:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9MG5Gw01836 for ; Tue, 22 Oct 2002 12:05:16 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9MGQXf19298; Tue, 22 Oct 2002 12:26:33 -0400 Received: from localhost.localdomain (vpn50-45.rdu.redhat.com [172.16.50.45]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9MGQWw29756; Tue, 22 Oct 2002 12:26:32 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9M1oRQ02185; Mon, 21 Oct 2002 18:50:27 -0700 Date: Tue, 22 Oct 2002 09:26:00 -0000 From: Kevin Buettner Message-Id: <1021022015026.ZM2184@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "Re: [PATCH RFA] Create new file mips-tdep.h" (Oct 21, 3:15pm) References: <1021004010349.ZM32674@localhost.localdomain> <3DB443AE.2010005@redhat.com> <20021021191521.GA3414@nevyn.them.org> To: Daniel Jacobowitz , Andrew Cagney Subject: Re: [PATCH RFA] Create new file mips-tdep.h Cc: Kevin Buettner , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00406.txt.bz2 On Oct 21, 3:15pm, Daniel Jacobowitz wrote: > On Mon, Oct 21, 2002 at 02:13:02PM -0400, Andrew Cagney wrote: > > >I have some other changes under way in which I will need to know which > > >mips ABI is in use. > > > > > > Can you expand on this? Where, outside of mips-tdep.c will this be needed? > > Well, I've got a patch which depends on Kevin's, in which I need to get > at the tdep information in mips-linux-tdep.c. That's signal frame > support... it was quite a hassle to get it working :) Yep, mips-linux-tdep.c is where I need it too. Kevin