From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16292 invoked by alias); 18 May 2004 13:37:25 -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 16234 invoked from network); 18 May 2004 13:37:24 -0000 Received: from unknown (HELO fed1rmmtao12.cox.net) (68.230.241.27) by sourceware.org with SMTP; 18 May 2004 13:37:24 -0000 Received: from ip68-3-5-250.ph.ph.cox.net ([68.3.5.250]) by fed1rmmtao12.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040518133720.HJCR22219.fed1rmmtao12.cox.net@ip68-3-5-250.ph.ph.cox.net> for ; Tue, 18 May 2004 09:37:20 -0400 Received: (qmail 16070 invoked from network); 18 May 2004 13:37:28 -0000 Received: from localhost (HELO cox.net) (127.0.0.1) by ip68-3-5-250.ph.ph.cox.net with SMTP; 18 May 2004 13:37:28 -0000 Message-ID: <40AA1198.2010808@cox.net> Date: Tue, 18 May 2004 13:37:00 -0000 From: Stephen & Linda Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 MIME-Version: 1.0 To: Kevin Buettner CC: gdb@sources.redhat.com Subject: shared library support References: <20040517120219.5fad9bc0@saguaro> In-Reply-To: <20040517120219.5fad9bc0@saguaro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00119.txt.bz2 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? Stephen