diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:45:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:45:36 +0000 |
commit | 6f08730ec5f639f05f2f15354171e4a3c9af9dc1 (patch) | |
tree | 7374e9d4448083010ada98d17976199c7e945d47 /lib/builtins/arm/aeabi_uldivmod.S | |
parent | c003a57e2e4a1ad9be0338806bc1038b6987155f (diff) | |
download | src-test2-6f08730ec5f639f05f2f15354171e4a3c9af9dc1.tar.gz src-test2-6f08730ec5f639f05f2f15354171e4a3c9af9dc1.zip |
Notes
Diffstat (limited to 'lib/builtins/arm/aeabi_uldivmod.S')
-rw-r--r-- | lib/builtins/arm/aeabi_uldivmod.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/builtins/arm/aeabi_uldivmod.S b/lib/builtins/arm/aeabi_uldivmod.S index 4e1f8e2a6736..e8aaef282e90 100644 --- a/lib/builtins/arm/aeabi_uldivmod.S +++ b/lib/builtins/arm/aeabi_uldivmod.S @@ -29,3 +29,6 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_uldivmod) add sp, sp, #16 pop {r11, pc} END_COMPILERRT_FUNCTION(__aeabi_uldivmod) + +NO_EXEC_STACK_DIRECTIVE + |