From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11082 invoked by alias); 6 Aug 2003 12:05:30 -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 11060 invoked from network); 6 Aug 2003 12:05:29 -0000 Received: from unknown (HELO steve.softier.local) (62.90.245.250) by sources.redhat.com with SMTP; 6 Aug 2003 12:05:29 -0000 Received: from steve.softier.local (localhost.localdomain [127.0.0.1]) by steve.softier.local (8.12.8/8.12.8) with ESMTP id h76C5RLZ011944 for ; Wed, 6 Aug 2003 15:05:27 +0300 Received: (from steve@localhost) by steve.softier.local (8.12.8/8.12.8/Submit) id h76C5Rj5011942; Wed, 6 Aug 2003 15:05:27 +0300 X-Authentication-Warning: steve.softier.local: steve set sender to xyzzy@hotpop.com using -f Subject: Binutils and GDB From: Stephen Biggs To: gdb@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 06 Aug 2003 12:05:00 -0000 Message-Id: <1060171527.9735.23.camel@steve.softier.local> Mime-Version: 1.0 X-SW-Source: 2003-08/txt/msg00074.txt.bz2 Greetings all, I apologize for what will probably seem a hopelessly clueless and newbie question, but I am stuck, so here goes: I notice that the GDB source tree has a lot of what seems to be almost identical code in common with the binutils source tree. I have made some changes to the binutils 2.14 source tree, specifically in the BFD and opcodes directories that I wish to integrate into GDB. How do I do this with the minimum amount of effort? Is there a way to tell the GDB configure to not configure the GDB's bfd, rather use another already built BFD library? How, if so? Thanks for any help.