summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/arm/trap.S
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/arm/trap.S')
-rw-r--r--newlib/libc/sys/arm/trap.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/sys/arm/trap.S b/newlib/libc/sys/arm/trap.S
index 21b6937f9..328fabca5 100644
--- a/newlib/libc/sys/arm/trap.S
+++ b/newlib/libc/sys/arm/trap.S
@@ -1,5 +1,4 @@
/* Run-time exception support */
-#if !defined(__thumb2__)
#include "swi.h"
/* .text is used instead of .section .text so it works with arm-aout too. */
@@ -92,4 +91,3 @@ __rt_stkovf_split_big:
@ We now know how much extra stack the function requires.
@ Terminate the program for the moment:
swi SWI_Exit
-#endif