summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-02-04 21:04:00 +0000
committerkib <kib@FreeBSD.org>2011-02-04 21:04:00 +0000
commit0beb03c7a6efb9f00d850d3e7d11eb9572de1595 (patch)
treef4837f04c4771c11e1a0236407fcb5a1552677f0
parentbb6fc35ada09f439d635af3a6e0e2f3bfaa35923 (diff)
downloadFreeBSD-src-0beb03c7a6efb9f00d850d3e7d11eb9572de1595.zip
FreeBSD-src-0beb03c7a6efb9f00d850d3e7d11eb9572de1595.tar.gz
Remove duplicate .note.GNU-stack section declaration. bcopy already
made the neccessary provisions. Reported by: arundel
-rw-r--r--lib/libc/amd64/string/memmove.S2
-rw-r--r--lib/libc/i386/string/memcpy.S2
-rw-r--r--lib/libc/i386/string/memmove.S2
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/amd64/string/memmove.S b/lib/libc/amd64/string/memmove.S
index a303c60..85beb26 100644
--- a/lib/libc/amd64/string/memmove.S
+++ b/lib/libc/amd64/string/memmove.S
@@ -3,5 +3,3 @@
#define MEMMOVE
#include "bcopy.S"
-
- .section .note.GNU-stack,"",%progbist
diff --git a/lib/libc/i386/string/memcpy.S b/lib/libc/i386/string/memcpy.S
index db5a3f4..f85a1a5 100644
--- a/lib/libc/i386/string/memcpy.S
+++ b/lib/libc/i386/string/memcpy.S
@@ -3,5 +3,3 @@ __FBSDID("$FreeBSD$");
#define MEMCOPY
#include "bcopy.S"
-
- .section .note.GNU-stack,"",%progbits
diff --git a/lib/libc/i386/string/memmove.S b/lib/libc/i386/string/memmove.S
index 9179a50..02330c4 100644
--- a/lib/libc/i386/string/memmove.S
+++ b/lib/libc/i386/string/memmove.S
@@ -3,5 +3,3 @@ __FBSDID("$FreeBSD$");
#define MEMMOVE
#include "bcopy.S"
-
- .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud