On Fri Feb 4 11, Konstantin Belousov wrote: > 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.
...and some more in lib/msun/amd64/s_llrint.S lib/msun/amd64/s_llrintf.S due to the inclusion of s_lrintf.S > > 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 -- a13x _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"