Move the output format macros into the macros.pl mechanism
[nasm/autotest.git] / output / outelf.mac
blobbd6f82e43ce8d52f3ef1da0ba5709a6cb9e7e84f
1 OUT: elf elf32 elf64
2 %define __SECT__ [section .text]
3 %macro __NASM_CDecl__ 1
4 %define $_%1 $%1
5 %endmacro
6 %macro osabi 1+.nolist
7 [osabi %1]
8 %endmacro