grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRUB2 Build on Mac OS X


From: Peter Jones
Subject: Re: GRUB2 Build on Mac OS X
Date: Thu, 08 Dec 2005 11:27:13 -0500

On Thu, 2005-12-08 at 13:26 +0100, Marco Gerards wrote:

> It's not acceptable to me to just remove the nested functions because
> someone broke some unofficial build of gcc.  When an executable stack
> is not available, there are the following options (as I see them):

I could be wrong, but GCC appears not to have official builds.  For any
platform.

That being said, what's the reasoning for using this uncommon and
lossely defined extension in the first place?  The way GRUB (both 2 and
Legacy) uses nested functions, it's no better than just having a method
vector, and certainly not easier to read.   Not only that, but the trend
going forward is towards *less* support of executable stacks, not more.
I wouldn't expect that to stop with us and for Apple, especially now
that there's widespread support for non-executable pages on Intel
hardware.

For that matter, is there a specific intent to use GNU C rather than
ANSI/ISO C?  I haven't extensively read the list archives, so feel free
to point me at them if this has been widely discussed.

Are you saying you don't want Would you be amicable to patches which
change code from using nested functions to a more C-like implementation?
(I don't mean like the patch in my current GRUB Legacy package;
something cleaner than that hacky approach.)

> Enable the executable stack using:
> 1) Set some bit in the ELF file so the OS knows we want this
>   (that's what linux does).
> 2) Enable it using some function.
> 3) Creating our own stack.

There's a major point of contention being ignored here.  OS vendors
don't want to ship executables which require an executable stack.  Full
stop.

> So on the apple the right thing to do would be:
> 
> 1) Fix gcc so nested functions are not fatal.

>From many points of view, this would not be "fixing" GCC.

> 2) fix GRUB using the methods I described above.

Likewise.

Currently in RHEL and Fedora Core, we (somewhat kludgedly) fix GRUB not
to need an executable stack for the normal operations that happen during
grub-install.  If we're ever to move to GRUB 2, it'll either need to not
use nested functions, or I'm going to wind up doing the same
modifications to it.

I really hope you're willing to entertain patches that remove use of
nested functions.  If so, I'll certainly put some effort that direction
when next I look at moving RHEL and Fedora to GRUB 2.

-- 
  Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]