summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/arm/negdf2vfp.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/arm/negdf2vfp.S')
-rw-r--r--compiler-rt/lib/builtins/arm/negdf2vfp.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/arm/negdf2vfp.S b/compiler-rt/lib/builtins/arm/negdf2vfp.S
index 56d73c67617..01c8ba6a120 100644
--- a/compiler-rt/lib/builtins/arm/negdf2vfp.S
+++ b/compiler-rt/lib/builtins/arm/negdf2vfp.S
@@ -21,3 +21,6 @@ DEFINE_COMPILERRT_FUNCTION(__negdf2vfp)
eor r1, r1, #-2147483648 // flip sign bit on double in r0/r1 pair
bx lr
END_COMPILERRT_FUNCTION(__negdf2vfp)
+
+NO_EXEC_STACK_DIRECTIVE
+
OpenPOWER on IntegriCloud