summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.c b/main.c
index 71b01f1..2ff9b9c 100644
--- a/main.c
+++ b/main.c
@@ -188,11 +188,8 @@ main(int ac, char *av[])
 		fclose(inf);
 	} while (++optind < ac);
 
-	if (!dbg) {
+	if (!dbg)
 		gasemitfin(outf);
-		if (asmmode == Gaself)
-			fprintf(outf, ".section .note.GNU-stack,\"\",@progbits\n");
-	}
 
 	exit(0);
 }