diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-04-11 14:54:44 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-04-11 14:57:50 +0200 |
| commit | 2caa26e388b1c904d2f12fb09f84df7e761d8331 (patch) | |
| tree | b5cad31b233e5e93471b442644f4abbf58d73cc2 /main.c | |
| parent | 3c5cd9fdd099dc13e75383fef302e3ef610b439d (diff) | |
move nx stack annotation to gas.c
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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); } |
