From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kg6yC-00040C-0K for mharc-grub-devel@gnu.org; Wed, 17 Sep 2008 20:02:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kg6yA-0003zM-2F for grub-devel@gnu.org; Wed, 17 Sep 2008 20:02:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kg6y8-0003yd-IW for grub-devel@gnu.org; Wed, 17 Sep 2008 20:02:01 -0400 Received: from [199.232.76.173] (port=46438 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kg6y8-0003yX-3B for grub-devel@gnu.org; Wed, 17 Sep 2008 20:02:00 -0400 Received: from main.gmane.org ([80.91.229.2]:40836 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kg6y7-0002O8-Lg for grub-devel@gnu.org; Wed, 17 Sep 2008 20:01:59 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kg6y3-00007p-E3 for grub-devel@gnu.org; Thu, 18 Sep 2008 00:01:55 +0000 Received: from adsl-69-234-202-97.dsl.irvnca.pacbell.net ([69.234.202.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 00:01:55 +0000 Received: from w41ter by adsl-69-234-202-97.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Sep 2008 00:01:55 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Wed, 17 Sep 2008 17:01:43 -0700 Message-ID: References: <48D00C3A.9000804@t-online.de> <20080917135844.GB23010@thorin> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-202-97.dsl.irvnca.pacbell.net User-Agent: Thunderbird/3.0a2pre (X11; 2008091605) In-Reply-To: <20080917135844.GB23010@thorin> Sender: news X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: Thu, 18 Sep 2008 00:02:02 -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? It does fix the problem on NetBSD, thanks Christian.