mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
move nx stack annotation to gas.c
This commit is contained in:
parent
3c5cd9fdd0
commit
2caa26e388
2
gas.c
2
gas.c
@ -141,6 +141,8 @@ gasemitfin(FILE *f)
|
||||
int sz, i;
|
||||
double d;
|
||||
|
||||
if (gasasm == Gaself)
|
||||
fprintf(f, ".section .note.GNU-stack,\"\",@progbits\n\n");
|
||||
if (!stash)
|
||||
return;
|
||||
fprintf(f, "/* floating point constants */\n.data\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user