macros: win32 and win64 are COFF, not Mach-O
authorH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 16:37:37 +0000 (09:37 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 16:37:37 +0000 (09:37 -0700)
Somehow the win32 and win64 aliases got listed on Mach-O, not on
COFF.  This doesn't have any effect on the current code, but might in
the future.  Correct.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outcoff.mac
output/outmacho.mac

index c9ecb54c13a535b8a5d2223938d95cd0d4b53e9d..fffb1051a68a84b85c8d189673bd02bdbb64dc33 100644 (file)
@@ -1,4 +1,4 @@
-OUT: coff
+OUT: coff win32 win64
 %define __SECT__ [section .text]
 %macro __NASM_CDecl__ 1
 %endmacro
index c135bf436f86cb641ddf7a43e9e89785c9c8771c..9f58638ef0c569de3ed75ed190719fd1bbd7f2b5 100644 (file)
@@ -1,4 +1,4 @@
-OUT: macho win32 win64
+OUT: macho
 %define __SECT__ [section .text]
 %macro __NASM_CDecl__ 1
 %endmacro