From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27386 invoked by alias); 10 Jul 2009 21:11:09 -0000 Received: (qmail 27373 invoked by uid 22791); 10 Jul 2009 21:11:08 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f228.google.com (HELO mail-ew0-f228.google.com) (209.85.219.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jul 2009 21:11:01 +0000 Received: by ewy28 with SMTP id 28so1182511ewy.24 for ; Fri, 10 Jul 2009 14:10:58 -0700 (PDT) Received: by 10.210.41.14 with SMTP id o14mr2890793ebo.47.1247260258354; Fri, 10 Jul 2009 14:10:58 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 7sm167053eyb.15.2009.07.10.14.10.57 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 14:10:57 -0700 (PDT) Message-ID: <4A57B161.8090806@gmail.com> Date: Sat, 11 Jul 2009 00:45:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tom Tromey , Binutils Development , gdb-patches@sourceware.org Subject: Re: RFA: dwarf2.h merge References: <20090710151042.GN3181@bubble.grove.modra.org> In-Reply-To: <20090710151042.GN3181@bubble.grove.modra.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00321.txt.bz2 Alan Modra wrote: > On Fri, Jul 10, 2009 at 08:55:23AM -0600, Tom Tromey wrote: >> * Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h. >> (elf-eh-frame.lo): Likewise. >> (elf32-bfin.lo): Likewise. >> (elf32-frv.lo): Likewise. >> (elf32-xc16x.lo): Likewise. > > You did this by hand? "make dep-am" in bfd, opcodes, binutils, gas, > gprof, ld! Oh well, binutils parts OK anyway. > Side issue: What's the difference between "make dep" and "make dep-am"? cheers, DaveK