ARM: abort() is already pulled in using kernel_util.o
It was just here to make libgcc happy.
This commit is contained in:
@@ -87,14 +87,6 @@ call_ctors(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* needed for libgcc unwind XXX */
|
|
||||||
extern "C" void
|
|
||||||
abort(void)
|
|
||||||
{
|
|
||||||
panic("abort");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
extern "C" void
|
extern "C" void
|
||||||
platform_start_kernel(void)
|
platform_start_kernel(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user