summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Kanios <keith@kanios.net>2009-07-16 21:13:10 -0500
committerKeith Kanios <keith@kanios.net>2009-07-16 21:13:10 -0500
commite5b9d2dac01791ad870c003f13975615ae82db96 (patch)
treebd6026c71486608913484adc4e4b1c31fad13c49
parenta99c98470e351ebc235c704f6458bb303181257e (diff)
downloadnasm-e5b9d2dac01791ad870c003f13975615ae82db96.tar.gz
outform.h: update comments regarding macho32/macho64
-rw-r--r--output/outform.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/output/outform.h b/output/outform.h
index 3dfbc9c7..391aabe0 100644
--- a/output/outform.h
+++ b/output/outform.h
@@ -45,9 +45,9 @@
* OF_ONLY -- only include specified object formats
* OF_name -- ensure that output format 'name' is included
* OF_NO_name -- remove output format 'name'
- * OF_DOS -- ensure that 'obj', 'bin' & 'win32' are included.
- * OF_UNIX -- ensure that 'aout', 'aoutb', 'coff', 'elf32' 'elf64' are in.
- * OF_OTHERS -- ensure that 'bin', 'as86' & 'rdf' are in.
+ * OF_DOS -- ensure that 'obj', 'bin', 'win32' & 'win64' are included.
+ * OF_UNIX -- ensure that 'aout', 'aoutb', 'coff', 'elf32' & 'elf64' are in.
+ * OF_OTHERS -- ensure that 'bin', 'as86', 'rdf' 'macho32' & 'macho64' are in.
* OF_ALL -- ensure that all formats are included.
* note that this doesn't include 'dbg', which is
* only really useful if you're doing development
@@ -86,7 +86,7 @@
/* ====configurable info begins here==== */
/* formats configurable:
- * bin,obj,elf32,elf64,aout,aoutb,coff,win32,as86,rdf2,macho */
+ * bin,obj,elf32,elf64,aout,aoutb,coff,win32,as86,rdf2,macho32,macho64 */
/* process options... */