From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Trunk bootstrap failure [Cygwin] Date: Thu, 08 Jul 2010 19:07:03 -0400 Message-ID: References: <4C326C4F.2010604@alice.it> <4C32F295.7050608@alice.it> <4C344500.9010906@alice.it> <4C3518CD.3030609@alice.it> <4C35A3C6.7080306@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278630434 31256 80.91.229.12 (8 Jul 2010 23:07:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 23:07:14 +0000 (UTC) Cc: emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 09 01:07:12 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OX0BS-0007vH-Pc for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 01:07:11 +0200 Original-Received: from localhost ([127.0.0.1]:57430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX0BS-00013u-AK for ged-emacs-devel@m.gmane.org; Thu, 08 Jul 2010 19:07:10 -0400 Original-Received: from [199.232.76.173] (port=53703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX0BN-00013p-LX for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:07:05 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OX0BM-0005W6-HO for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:07:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OX0BM-0005W2-8f for emacs-devel@gnu.org; Thu, 08 Jul 2010 19:07:04 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX0BL-0007vM-FM; Thu, 08 Jul 2010 19:07:03 -0400 In-Reply-To: <4C35A3C6.7080306@alice.it> (Angelo Graziosi's message of "Thu\, 08 Jul 2010 12\:09\:10 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126925 Archived-At: Angelo Graziosi writes: > Il 08/07/2010 7.54, Dan Nicolaescu ha scritto: >> Angelo Graziosi writes: >> >>> Since 'start_of_text' is not used by Cygwin build, shouldn't 'ecrt0.c' >>> be completely unnecessary? >> >> That's exactly the reason for this discussion: getting rid of ecrt0.c. > > Hmm... bootstrapping rev. 100753 *without* patches (i.e. using > ecrt0.c), shows that: > > $ grep -R start_of_text emacs/inst/usr/local/emacs > > is *empty* (emacs/inst/usr/local/emacs is the Emacs installation > directory). This would mean that the function 'start_of_text' is not > compiled any more in the Cygwin build. Right? Sure, before yesterday it was just sitting there unused.