2008-02-13 Yoshinori K. Okuji <okuji@enbug.org>
* configure.ac: Only a cosmetic change on the handling of -fno-stack-protector.
This commit is contained in:
parent
f714229e34
commit
c3db83643a
7 changed files with 3610 additions and 4004 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,7 +1,13 @@
|
|||
2008-02-13 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* configure.ac: Only a cosmetic change on the handling of
|
||||
-fno-stack-protector.
|
||||
|
||||
2008-02-12 Alexandre Boeglin <alex@boeglin.org>
|
||||
|
||||
* conf/i386-efi.rmk (grub_emu_SOURCES): Replace commands/i386/pc/halt.c and
|
||||
reboot.c by commands/halt.c and reboot.c.
|
||||
* conf/i386-efi.rmk (grub_emu_SOURCES): Replace
|
||||
commands/i386/pc/halt.c and reboot.c by commands/halt.c and
|
||||
reboot.c.
|
||||
(grub_install_SOURCES): Add halt.mod and reboot.mod.
|
||||
(halt_mod_SOURCES): New variable.
|
||||
(halt_mod_CFLAGS): Likewise.
|
||||
|
@ -10,13 +16,14 @@
|
|||
(reboot_mod_CFLAGS): Likewise.
|
||||
(reboot_mod_LDFLAGS): Likewise.
|
||||
|
||||
* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace commands/ieee1275/halt.c
|
||||
and reboot.c by commands/halt.c and reboot.c.
|
||||
* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace
|
||||
commands/ieee1275/halt.c and reboot.c by commands/halt.c and
|
||||
reboot.c.
|
||||
(halt_mod_SOURCES): Likewise.
|
||||
(reboot_mod_SOURCES): Likewise.
|
||||
|
||||
* conf/i386-pc.rmk (grub_emu_SOURCES): Replace commands/i386/pc/reboot.c by
|
||||
commands/reboot.c.
|
||||
* conf/i386-pc.rmk (grub_emu_SOURCES): Replace
|
||||
commands/i386/pc/reboot.c by commands/reboot.c.
|
||||
(reboot_mod_SOURCES): Likewise.
|
||||
|
||||
* commands/i386/pc/reboot.c: merge this file ...
|
||||
|
@ -24,14 +31,14 @@
|
|||
* commands/ieee1275/reboot.c: ... and this file ...
|
||||
|
||||
* commands/reboot.c: ... to this file.
|
||||
Add some precompiler directive to include the correct header for each
|
||||
machine.
|
||||
Add some precompiler directive to include the correct header for
|
||||
each machine.
|
||||
|
||||
* commands/ieee1275/halt.c: move this file ...
|
||||
|
||||
* commands/halt.c: ... to here.
|
||||
Add some precompiler directive to include the correct header for each
|
||||
machine.
|
||||
Add some precompiler directive to include the correct header for
|
||||
each machine.
|
||||
|
||||
* include/grub/efi/efi.h (grub_reboot): New function declaration.
|
||||
(grub_halt): Likewise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue