From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9089 invoked by alias); 17 Aug 2009 16:19:51 -0000 Received: (qmail 8957 invoked by uid 22791); 17 Aug 2009 16:19:49 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 16:19:42 +0000 Received: from zps18.corp.google.com (zps18.corp.google.com [172.25.146.18]) by smtp-out.google.com with ESMTP id n7HGJelL007656 for ; Mon, 17 Aug 2009 09:19:40 -0700 Received: from wa-out-1112.google.com (wafm16.prod.google.com [10.114.189.16]) by zps18.corp.google.com with ESMTP id n7HGJbYC010159 for ; Mon, 17 Aug 2009 09:19:38 -0700 Received: by wa-out-1112.google.com with SMTP id m16so403872waf.22 for ; Mon, 17 Aug 2009 09:19:37 -0700 (PDT) Received: by 10.115.132.32 with SMTP id j32mr4969326wan.124.1250525977636; Mon, 17 Aug 2009 09:19:37 -0700 (PDT) Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id n33sm10788950wag.56.2009.08.17.09.19.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Aug 2009 09:19:34 -0700 (PDT) To: Ralf Wildenhues Cc: binutils@sourceware.org Subject: Re: dependency tracking in ld References: <20090815124234.GA20656@gmx.de> <20090815124327.GB20656@gmx.de> From: Ian Lance Taylor Date: Mon, 17 Aug 2009 17:59:00 -0000 In-Reply-To: <20090815124327.GB20656@gmx.de> (Ralf Wildenhues's message of "Sat\, 15 Aug 2009 14\:43\:28 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00287.txt.bz2 Ralf Wildenhues writes: > The removal of the cygnus Automake option requires a few changes in the > code. I hope I got all relevant ones right. The dependency tracking > should be tracking all files that have been tracked before, too. > However, there are still all the e*.o files which do not have dep > tracking yet. If you want this, then please say so, because it's a > matter of adding something like this line: > EXTRA_ld_new_SOURCES += $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) I think that depencency tracking for the ld/emultempl/*.em would be appropriate. They include a bunch of ld .h files. Ian