From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20925 invoked by alias); 12 Aug 2005 08:06:13 -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 20902 invoked by uid 22791); 12 Aug 2005 08:06:04 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 12 Aug 2005 08:06:04 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j7C85taN030696; Fri, 12 Aug 2005 10:05:55 +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 j7C85sS9012067; Fri, 12 Aug 2005 10:05:54 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j7C85nrW021087; Fri, 12 Aug 2005 10:05:49 +0200 (CEST) Date: Fri, 12 Aug 2005 09:41:00 -0000 Message-Id: <200508120805.j7C85nrW021087@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050811222323.GO10325@adacore.com> (message from Joel Brobecker on Thu, 11 Aug 2005 15:23:23 -0700) Subject: Re: [RFC] link GDB against libunwind-ia64 References: <20050811222323.GO10325@adacore.com> X-SW-Source: 2005-08/txt/msg00127.txt.bz2 > Date: Thu, 11 Aug 2005 15:23:23 -0700 > From: Joel Brobecker > > Hello, > > So I'd like to add an option so that GDB is explicitly linked against > libunwind-ia64, instead of using dlopen(). As a bonus, this may simplify > our work in terms of binary distribution... If libunwind-ia64 is always available on ia64-*-hpux*, we really should simply link against it. Mark P.S. Does the inf-ttrace.c code work for ia64-*-hpux*?