From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kg2M0-0001Al-5A for mharc-grub-devel@gnu.org; Wed, 17 Sep 2008 15:06:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kg2Lx-00019o-FW for grub-devel@gnu.org; Wed, 17 Sep 2008 15:06:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kg2Lv-00018p-Vr for grub-devel@gnu.org; Wed, 17 Sep 2008 15:06:17 -0400 Received: from [199.232.76.173] (port=33683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kg2Lv-00018k-NP for grub-devel@gnu.org; Wed, 17 Sep 2008 15:06:15 -0400 Received: from mailout01.t-online.de ([194.25.134.80]:57856) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kg2Lv-000110-B7 for grub-devel@gnu.org; Wed, 17 Sep 2008 15:06:15 -0400 Received: from fwd06.aul.t-online.de by mailout01.t-online.de with smtp id 1Kg2Lt-0008Tu-03; Wed, 17 Sep 2008 21:06:13 +0200 Received: from [10.3.2.2] (bVBqb0ZSrhYC8GQBz9jLzQfKsQyxiLqrVQFm3X98UPPKfeRxPhRKriiQ2lwmuICZMs@[217.235.203.212]) by fwd06.aul.t-online.de with esmtp id 1Kg2Lf-17QIXw0; Wed, 17 Sep 2008 21:05:59 +0200 Message-ID: <48D15518.4000505@t-online.de> Date: Wed, 17 Sep 2008 21:06:00 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <48D00C3A.9000804@t-online.de> <20080917135844.GB23010@thorin> In-Reply-To: <20080917135844.GB23010@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bVBqb0ZSrhYC8GQBz9jLzQfKsQyxiLqrVQFm3X98UPPKfeRxPhRKriiQ2lwmuICZMs X-TOI-MSGID: 2a2203d0-51b8-450d-9be3-cb68b92f1843 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Add __enable_execute_stack() if required X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 19:06:18 -0000 Robert Millan wrote: > On Tue, Sep 16, 2008 at 09:42:50PM +0200, Christian Franke wrote: > >> Some gcc versions generate a call to __enable_execute_stack() in >> trampolines for nested functions. This is the case for new Cygwin gcc-4.3.2. >> >> Other GRUB2 target platforms may be affected - the following files in >> 'gcc-4.3.2/gcc/config' source directory contains implementations of this >> function for libgcc: >> >> alpha/osf.h >> darwin.h >> netbsd.h >> > > I recall this was also an issue for NetBSD indeed. Could someone confirm it > fixes the problem there? > > There was also a related discussion for Mac OS X here: http://lists.gnu.org/archive/html/grub-devel/2005-12/msg00044.html If there are no complaints, I will commit the patch on friday. Christian