svn commit: r218303 - in head/lib/libc: amd64/string i386/string

Konstantin Belousov kib at FreeBSD.org
Fri Feb 4 21:04:00 UTC 2011


Author: kib
Date: Fri Feb  4 21:04:00 2011
New Revision: 218303
URL: http://svn.freebsd.org/changeset/base/218303

Log:
  Remove duplicate .note.GNU-stack section declaration. bcopy already
  made the neccessary provisions.
  
  Reported by:	arundel

Modified:
  head/lib/libc/amd64/string/memmove.S
  head/lib/libc/i386/string/memcpy.S
  head/lib/libc/i386/string/memmove.S

Modified: head/lib/libc/amd64/string/memmove.S
==============================================================================
--- head/lib/libc/amd64/string/memmove.S	Fri Feb  4 20:59:45 2011	(r218302)
+++ head/lib/libc/amd64/string/memmove.S	Fri Feb  4 21:04:00 2011	(r218303)
@@ -3,5 +3,3 @@
 
 #define MEMMOVE
 #include "bcopy.S"
-
-	.section .note.GNU-stack,"",%progbist

Modified: head/lib/libc/i386/string/memcpy.S
==============================================================================
--- head/lib/libc/i386/string/memcpy.S	Fri Feb  4 20:59:45 2011	(r218302)
+++ head/lib/libc/i386/string/memcpy.S	Fri Feb  4 21:04:00 2011	(r218303)
@@ -3,5 +3,3 @@ __FBSDID("$FreeBSD$");
 
 #define MEMCOPY
 #include "bcopy.S"
-
-	.section .note.GNU-stack,"",%progbits

Modified: head/lib/libc/i386/string/memmove.S
==============================================================================
--- head/lib/libc/i386/string/memmove.S	Fri Feb  4 20:59:45 2011	(r218302)
+++ head/lib/libc/i386/string/memmove.S	Fri Feb  4 21:04:00 2011	(r218303)
@@ -3,5 +3,3 @@ __FBSDID("$FreeBSD$");
 
 #define MEMMOVE
 #include "bcopy.S"
-
-	.section .note.GNU-stack,"",%progbits


More information about the svn-src-head mailing list