summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-09 09:53:20 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-09 09:53:20 -0700
commit5618e0063d205ff1214ac5291f24b857144bf950 (patch)
treed450ece743bdb56e6f9bfe09634dbd37274537ad
parentd4ca24338b944a0334deba8eb65a2621f2bc6afd (diff)
downloadnasm-5618e0063d205ff1214ac5291f24b857144bf950.tar.gz
outaout.mac: aoutb is an alias for aout
aoutb is an alias format for aout (in the sense they use the same macro set.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--output/outaout.mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outaout.mac b/output/outaout.mac
index ef049a28..f00cb960 100644
--- a/output/outaout.mac
+++ b/output/outaout.mac
@@ -1,4 +1,4 @@
-OUT: aout
+OUT: aout aoutb
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro