From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22999 invoked by alias); 12 Sep 2005 02:29:51 -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 22929 invoked by uid 22791); 12 Sep 2005 02:29:43 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 12 Sep 2005 02:29:43 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j8C2Tfaw008116 for ; Sun, 11 Sep 2005 22:29:42 -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 j8C2TfV23592 for ; Sun, 11 Sep 2005 22:29:41 -0400 Received: from localhost.localdomain (vpn50-50.rdu.redhat.com [172.16.50.50]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j8C2TfVE025083 for ; Sun, 11 Sep 2005 22:29:41 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j8C2TaES018230 for ; Sun, 11 Sep 2005 19:29:36 -0700 Date: Mon, 12 Sep 2005 02:29:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [commit] mn10300-linux: Add shared library support Message-ID: <20050911192935.79748dcc@ironwood.lan> In-Reply-To: <200509101304.j8AD4HEI021805@elgar.sibelius.xs4all.nl> References: <20050906161757.7576b069@ironwood.lan> <200509101304.j8AD4HEI021805@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00078.txt.bz2 On Sat, 10 Sep 2005 15:04:17 +0200 (CEST) Mark Kettenis wrote: > > 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? Yes. Daniel mentioned that too and that's what I ended up doing. Kevin