aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/libunwind.S
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/libunwind.S')
-rw-r--r--gcc/config/arm/libunwind.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/libunwind.S b/gcc/config/arm/libunwind.S
index c3194d24a75..1faa4c72a41 100644
--- a/gcc/config/arm/libunwind.S
+++ b/gcc/config/arm/libunwind.S
@@ -45,7 +45,7 @@
/* Some coprocessors require armv5. We know this code will never be run on
other cpus. Tell gas to allow armv5, but only mark the objects as armv4.
*/
-.arch armv5
+.arch armv5t
#ifdef __ARM_ARCH_4T__
.object_arch armv4t
#else