Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 21:04:00 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218303 - in head/lib/libc: amd64/string i386/string
Message-ID:  <201102042104.p14L40gg098210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102042104.p14L40gg098210>