summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/aeabi_unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/arm/aeabi_unwind.c')
-rw-r--r--sys/libkern/arm/aeabi_unwind.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/libkern/arm/aeabi_unwind.c b/sys/libkern/arm/aeabi_unwind.c
index efaf58d..18cf1d0 100644
--- a/sys/libkern/arm/aeabi_unwind.c
+++ b/sys/libkern/arm/aeabi_unwind.c
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
#define panic(x) (void)0
#endif
-#ifdef __ARM_EABI__
/* We need to provide these functions never call them */
void __aeabi_unwind_cpp_pr0(void);
void __aeabi_unwind_cpp_pr1(void);
@@ -58,5 +57,3 @@ __aeabi_unwind_cpp_pr2(void)
{
panic("__aeabi_unwind_cpp_pr2");
}
-#endif
-
OpenPOWER on IntegriCloud