* kern/misc.c: Disable the __enable_execute_stack hack for utilities.

* include/grub/misc.h: Likewise.
This commit is contained in:
Grégoire Sutre 2010-04-03 21:00:21 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent b9396631bc
commit 187bbe3d9c
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
* kern/misc.c: Disable the __enable_execute_stack hack for utilities.
* include/grub/misc.h: Likewise.
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
* util/grub-install.in: Add `|| exit 1' to all grub-probe calls