From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23049 invoked by alias); 15 May 2008 15:41:03 -0000 Received: (qmail 23033 invoked by uid 22791); 15 May 2008 15:41:00 -0000 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 May 2008 15:40:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4FFeYr4004773 for ; Thu, 15 May 2008 11:40:34 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4FFeXra028585 for ; Thu, 15 May 2008 11:40:33 -0400 Received: from blackbox.bricoworks.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m4FFeVVU025544 for ; Thu, 15 May 2008 11:40:32 -0400 Date: Tue, 20 May 2008 08:16:00 -0000 From: Tim Moore To: frysk@sourceware.org Subject: elfutils disassembler Message-ID: <20080515174029.336ec177@blackbox.bricoworks.com> Organization: Red Hat SARL X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00078.txt.bz2 I've reactivated the disassembler, using the elfutils version instead of the one from libopcodes. Give it a spin. One problem with it is that to run it in the build tree you need to set LD_LIBRARY_PATH to point to the elfutils backend shared libraries e.g., LD_LIBRARY_PATH=~/frysk-build/frysk-imports/elfutils/backends. Is there a way to avoid that without much libtool madness? I haven't done anything yet about installing those libraries when frysk is installed; I'll look into that. Tim