Re: [PATCH] Add __enable_execute_stack() if required

2008-09-19 Thread Christian Franke
walt wrote: 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

Re: [PATCH] Add __enable_execute_stack() if required

2008-09-17 Thread walt
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

Re: [PATCH] Add __enable_execute_stack() if required

2008-09-17 Thread Christian Franke
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 f

Re: [PATCH] Add __enable_execute_stack() if required

2008-09-17 Thread Robert Millan
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

[PATCH] Add __enable_execute_stack() if required

2008-09-16 Thread Christian Franke
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