From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19027 invoked by alias); 11 Jul 2009 04:22:08 -0000 Received: (qmail 19009 invoked by uid 22791); 11 Jul 2009 04:22:06 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 11 Jul 2009 04:21:58 +0000 Received: (qmail invoked by alias); 11 Jul 2009 04:21:55 -0000 Received: from xdsl-87-78-89-61.netcologne.de (EHLO localhost.localdomain) [87.78.89.61] by mail.gmx.net (mp013) with SMTP; 11 Jul 2009 06:21:55 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1MPU5s-0001MD-FW; Sat, 11 Jul 2009 06:21:48 +0200 Date: Sat, 11 Jul 2009 08:36:00 -0000 From: Ralf Wildenhues To: Tom Tromey Cc: Binutils Development , gdb-patches@sourceware.org Subject: Re: RFA: dwarf2.h merge Message-ID: <20090711042147.GA5215@gmx.de> References: <20090710151042.GN3181@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-15) 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/msg00324.txt.bz2 * Tom Tromey wrote on Fri, Jul 10, 2009 at 05:15:35PM CEST: > >>>>> "Alan" == Alan Modra writes: > > Alan> You did this by hand? "make dep-am" in bfd, opcodes, binutils, gas, > Alan> gprof, ld! Oh well, binutils parts OK anyway. > > Actually, I did it with perl. I dearly hope that this will be the last time you need to do this. The patches to introduce automake dependency tracking are sitting here; it's just that I tested them only with new automake, so they are waiting for the move to newer autotools (which in turn I still kinda hope to wait for Autoconf 2.64). I *think* however that they should be fine with 1.9.6, too, so if you like I can post them, that would at least allow them to be tried out. (I'm also travelling until next weekend, so I'm hesitant to apply them and then be unresponsive for a few days.) Cheers, Ralf