* grub-core/kern/misc.c: Don't add abort alias in utils.
Reported by: echoline.
This commit is contained in:
parent
6556eba9c6
commit
dda060dd0f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/misc.c: Don't add abort alias in utils.
|
||||||
|
Reported by: echoline.
|
||||||
|
|
||||||
2010-09-03 BVK Chaitanya <bvk.groups@gmail.com>
|
2010-09-03 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
Add missing files into "make dist" tarball for other platforms.
|
Add missing files into "make dist" tarball for other platforms.
|
||||||
|
|
|
@ -990,7 +990,7 @@ grub_abort (void)
|
||||||
grub_exit ();
|
grub_exit ();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef APPLE_CC
|
#if ! defined (APPLE_CC) && !defined (GRUB_UTIL)
|
||||||
/* GCC emits references to abort(). */
|
/* GCC emits references to abort(). */
|
||||||
void abort (void) __attribute__ ((alias ("grub_abort")));
|
void abort (void) __attribute__ ((alias ("grub_abort")));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue