2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Avoid aliases when compiling with Apple's CC for PCBIOS machine * kern/misc.c [APPLE_CC] (memcpy): new function [APPLE_CC] (memmove): likewise [APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise (memcpy): define alias conditionaly on !APPLE_CC (memset): likewise (abort): likewise * include/grub/misc.h (memove): don't define when both GRUB_UTIL and APPLE_CC are defined * include/grub/list.h [APPLE_CC] (grub_assert_fail): new function (grub_assert_fail): make prototype conditional
This commit is contained in:
parent
e37ffc5cf6
commit
6c68847712
4 changed files with 63 additions and 1 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Avoid aliases when compiling with Apple's CC for PCBIOS machine
|
||||
|
||||
* kern/misc.c [APPLE_CC] (memcpy): new function
|
||||
[APPLE_CC] (memmove): likewise
|
||||
[APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise
|
||||
(memcpy): define alias conditionaly on !APPLE_CC
|
||||
(memset): likewise
|
||||
(abort): likewise
|
||||
* include/grub/misc.h (memove): don't define when both GRUB_UTIL and
|
||||
APPLE_CC are defined
|
||||
* include/grub/list.h [APPLE_CC] (grub_assert_fail): new function
|
||||
(grub_assert_fail): make prototype conditional
|
||||
|
||||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Use grub-macho2img when compiling with Apple's CC for PCBIOS machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue