diff options
author | kib <kib@FreeBSD.org> | 2011-01-07 16:13:12 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-01-07 16:13:12 +0000 |
commit | 30039e1e2f5bb8aa10fe2af16d5bfd11033ff764 (patch) | |
tree | 1b61902d433a0138b258ec01c8c12ff43a3d1736 /lib/msun/i387/s_truncf.S | |
parent | 53f046ef30201a7a4df0949cb449d8981d7de259 (diff) | |
download | FreeBSD-src-30039e1e2f5bb8aa10fe2af16d5bfd11033ff764.zip FreeBSD-src-30039e1e2f5bb8aa10fe2af16d5bfd11033ff764.tar.gz |
Add section .note.GNU-stack for assembly files used by 386 and amd64.
Diffstat (limited to 'lib/msun/i387/s_truncf.S')
-rw-r--r-- | lib/msun/i387/s_truncf.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/i387/s_truncf.S b/lib/msun/i387/s_truncf.S index ccc84ae..0583dc8 100644 --- a/lib/msun/i387/s_truncf.S +++ b/lib/msun/i387/s_truncf.S @@ -25,3 +25,5 @@ ENTRY(truncf) leave ret END(truncf) + + .section .note.GNU-stack,"",%progbits |