From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13215 invoked by alias); 18 May 2004 15:44:29 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13208 invoked from network); 18 May 2004 15:44:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 May 2004 15:44:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i4IFiSGI003733 for ; Tue, 18 May 2004 11:44:28 -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 i4IFiS025902; Tue, 18 May 2004 11:44:28 -0400 Received: from localhost.localdomain (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i4IFiRSD016757; Tue, 18 May 2004 11:44:28 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i4IFiMOR012955; Tue, 18 May 2004 08:44:22 -0700 Date: Tue, 18 May 2004 15:44:00 -0000 From: Kevin Buettner To: Stephen & Linda Smith Cc: gdb@sources.redhat.com Subject: Re: shared library support Message-Id: <20040518084422.5f94d1d5@saguaro> In-Reply-To: <40AA1198.2010808@cox.net> References: <20040517120219.5fad9bc0@saguaro> <40AA1198.2010808@cox.net> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00122.txt.bz2 On Tue, 18 May 2004 06:37:28 -0700 Stephen & Linda Smith wrote: > I am slowly getting around to adding support for shared libraries to the > newest GDB code base for a remote target. The target I am currently > interested in is target=powerpc-motorola-elf. When I try and use the > shared library functions that I used in the past I get a message that > this "OS/ABI does not support shared libraries. > > I checked in gdb/config/ and see files for ppc-eabi but not any for > ppc-elf. Is this the problem? I don't think so. Where, precisely, is that message coming from? Kevin