diff options
-rw-r--r-- | lib/libc/amd64/string/memmove.S | 2 | ||||
-rw-r--r-- | lib/libc/i386/string/memcpy.S | 2 | ||||
-rw-r--r-- | lib/libc/i386/string/memmove.S | 2 |
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 |