aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/arm/check-arch.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/string/arm/check-arch.S b/string/arm/check-arch.S
index f69e112..b893f32 100644
--- a/string/arm/check-arch.S
+++ b/string/arm/check-arch.S
@@ -8,3 +8,6 @@
#if !__arm__
# error ARCH setting does not match the compiler.
#endif
+
+/* For attributes that may affect ABI. */
+#include "asmdefs.h"