diff options
Diffstat (limited to 'libgloss/arm/trap.S')
-rw-r--r-- | libgloss/arm/trap.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/arm/trap.S b/libgloss/arm/trap.S index 21b6937f9..9eb39069a 100644 --- a/libgloss/arm/trap.S +++ b/libgloss/arm/trap.S @@ -1,5 +1,6 @@ +#include "arm.h" /* Run-time exception support */ -#if !defined(__thumb2__) +#ifndef THUMB_V7_V6M #include "swi.h" /* .text is used instead of .section .text so it works with arm-aout too. */ |