]> granicus.if.org Git - yasm/commitdiff
* standard.mac: Handle new x64 objfmt alias.
authorPeter Johnson <peter@tortall.net>
Tue, 17 Jan 2006 04:29:29 +0000 (04:29 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 17 Jan 2006 04:29:29 +0000 (04:29 -0000)
Noticed by: Brian Gladman <brg@gladman.plus.com>

svn path=/trunk/yasm/; revision=1333

modules/preprocs/nasm/standard.mac

index 5afcfaf188946f861389971b386d28cefcbd187f..fe6a49b1602e777e01167ad415f433defac5c943 100644 (file)
@@ -125,6 +125,12 @@ __SECT__
 %endmacro
 %endif
 
+%ifidn __YASM_OBJFMT__,x64
+%imacro export 1+.nolist
+[export %1]
+%endmacro
+%endif
+
 %ifidn __YASM_OBJFMT__,elf
 %imacro type 1+.nolist
 [type %1]