From fb599a12a30598f13e50f63fbc0db8919678bbc3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 26 Jul 2010 20:05:22 -0400 Subject: bfin: add exec stack markings to assembly files Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/bfin/crtn.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/bfin/crtn.S') diff --git a/libc/sysdeps/linux/bfin/crtn.S b/libc/sysdeps/linux/bfin/crtn.S index add0b7162..a35ebe05a 100644 --- a/libc/sysdeps/linux/bfin/crtn.S +++ b/libc/sysdeps/linux/bfin/crtn.S @@ -51,3 +51,5 @@ Boston, MA 02111-1307, USA. */ P3 = [SP++]; #endif rts; + +.section .note.GNU-stack,"",%progbits -- cgit v1.2.3