From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23794 invoked by alias); 10 Sep 2005 13:04:42 -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 23786 invoked by uid 22791); 10 Sep 2005 13:04:37 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 10 Sep 2005 13:04:37 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id j8AD4IO9021542; Sat, 10 Sep 2005 15:04:18 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j8AD4IH7012192; Sat, 10 Sep 2005 15:04:18 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j8AD4HEI021805; Sat, 10 Sep 2005 15:04:17 +0200 (CEST) Date: Sat, 10 Sep 2005 13:04:00 -0000 Message-Id: <200509101304.j8AD4HEI021805@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: kevinb@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050906161757.7576b069@ironwood.lan> (message from Kevin Buettner on Tue, 6 Sep 2005 16:17:57 -0700) Subject: Re: [commit] mn10300-linux: Add shared library support References: <20050906161757.7576b069@ironwood.lan> X-SW-Source: 2005-09/txt/msg00067.txt.bz2 > Date: Tue, 6 Sep 2005 16:17:57 -0700 > From: Kevin Buettner > > I've just committed the patch below. > > * mn10300-linux-tdep.c (solib-svr4.h): Include. > (mn10300_linux_svr4_fetch_link_map_offsets): New function. > (am33_linux_init_osabi): Register it. > * Makefile.in (mn10300-linux-tdep.o): Update dependencies. Kevin, can you just use svr4_ilp32_fetch_link_map_offsets() instead? Mark