From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21595 invoked by alias); 30 Nov 2001 20:29:26 -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 21117 invoked from network); 30 Nov 2001 20:28:08 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 20:28:08 -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 MAA10326 for ; Fri, 30 Nov 2001 12:28:06 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id NAA22620 for gdb-patches@sources.redhat.com; Fri, 30 Nov 2001 13:27:53 -0700 Date: Fri, 23 Nov 2001 12:39:00 -0000 From: Kevin Buettner Message-Id: <1011130202753.ZM22619@ocotillo.lan> In-Reply-To: Kevin Buettner "[PATCH RFC] arm-tdep.c: Define SVR4 link map offset fetcher" (Nov 27, 2:43pm) References: <1011127214311.ZM12873@ocotillo.lan> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: 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/msg00413.txt.bz2 On Nov 27, 2:43pm, Kevin Buettner wrote: > The patch below adds shared library support for non-native ARM linux > targets. I'll wait a few days for comments before committing it. > > From Louis Hamilton : > * arm-tdep.c (solib-svr4.h): Include. > (arm_linux_svr4_fetch_link_map_offsets): New function. > * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define. > (arm_linux_svr4_fetch_link_map_offsets): Declare. Committed. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] arm-tdep.c: Define SVR4 link map offset fetcher Date: Fri, 30 Nov 2001 12:29:00 -0000 Message-ID: <1011130202753.ZM22619@ocotillo.lan> References: <1011127214311.ZM12873@ocotillo.lan> X-SW-Source: 2001-11/msg00628.html Message-ID: <20011130122900.BW1zpibPfu1tXbK5c9EzMBI3Ygn4Ncr2xd9EKIvhDng@z> On Nov 27, 2:43pm, Kevin Buettner wrote: > The patch below adds shared library support for non-native ARM linux > targets. I'll wait a few days for comments before committing it. > > From Louis Hamilton : > * arm-tdep.c (solib-svr4.h): Include. > (arm_linux_svr4_fetch_link_map_offsets): New function. > * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Define. > (arm_linux_svr4_fetch_link_map_offsets): Declare. Committed.