From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5683 invoked by alias); 27 Nov 2001 22:16:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5631 invoked from network); 27 Nov 2001 22:16:14 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 22:16:14 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA23297; Tue, 27 Nov 2001 14:16:11 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id PAA13044; Tue, 27 Nov 2001 15:15:54 -0700 Date: Thu, 15 Nov 2001 07:58:00 -0000 From: Kevin Buettner Message-Id: <1011127221554.ZM13043@ocotillo.lan> In-Reply-To: Daniel Jacobowitz "Re: [PATCH RFC] arm-tdep.c: Define SVR4 link map offset fetcher" (Nov 27, 4:50pm) References: <1011127214311.ZM12873@ocotillo.lan> <20011127165053.A19071@nevyn.them.org> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] arm-tdep.c: Define SVR4 link map offset fetcher MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-11/txt/msg00300.txt.bz2 On Nov 27, 4:50pm, Daniel Jacobowitz wrote: > The exact same numbers work for PowerPC/Linux, by the way. Might want > to add that too. Yeah, it's in one of my trees. Hopefully, I'll get around to it later today... The catch with PowerPC/Linux is that it's a multiarched target and it took a bit more work to get it all working properly. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] arm-tdep.c: Define SVR4 link map offset fetcher Date: Tue, 27 Nov 2001 14:16:00 -0000 Message-ID: <1011127221554.ZM13043@ocotillo.lan> References: <1011127214311.ZM12873@ocotillo.lan> <20011127165053.A19071@nevyn.them.org> X-SW-Source: 2001-11/msg00515.html Message-ID: <20011127141600.5Br1E5o3dmIHWpiSoqnFLyz7G2d--1XYdwOrjCJodkw@z> On Nov 27, 4:50pm, Daniel Jacobowitz wrote: > The exact same numbers work for PowerPC/Linux, by the way. Might want > to add that too. Yeah, it's in one of my trees. Hopefully, I'll get around to it later today... The catch with PowerPC/Linux is that it's a multiarched target and it took a bit more work to get it all working properly. Kevin