ARM: abort() is already pulled in using kernel_util.o

It was just here to make libgcc happy.
This commit is contained in:
Ithamar R. Adema
2014-08-30 16:43:49 -07:00
parent ad5bdbdfd4
commit 780ca2bd15
@@ -87,14 +87,6 @@ call_ctors(void)
}
/* needed for libgcc unwind XXX */
extern "C" void
abort(void)
{
panic("abort");
}
extern "C" void
platform_start_kernel(void)
{