diff options
author | Keith Kanios <keith@kanios.net> | 2009-07-16 21:13:10 -0500 |
---|---|---|
committer | Keith Kanios <keith@kanios.net> | 2009-07-16 21:13:10 -0500 |
commit | e5b9d2dac01791ad870c003f13975615ae82db96 (patch) | |
tree | bd6026c71486608913484adc4e4b1c31fad13c49 /output | |
parent | a99c98470e351ebc235c704f6458bb303181257e (diff) | |
download | nasm-e5b9d2dac01791ad870c003f13975615ae82db96.tar.gz nasm-e5b9d2dac01791ad870c003f13975615ae82db96.tar.bz2 nasm-e5b9d2dac01791ad870c003f13975615ae82db96.zip |
outform.h: update comments regarding macho32/macho64
Diffstat (limited to 'output')
-rw-r--r-- | output/outform.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/output/outform.h b/output/outform.h index 3dfbc9c..391aabe 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... */ |