mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
outmac: correct the format name for macho32
The name for the macho32 output format was incorrectly set to macho64, which means neither macho32 nor macho64 worked correctly. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
f8d52b655e
commit
fc1a7ad662
@ -32,8 +32,8 @@
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
* outmac64.c output routines for the Netwide Assembler to produce
|
||||
* NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (x86_64) object files
|
||||
* outmac.c output routines for the Netwide Assembler to produce
|
||||
* NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X object files
|
||||
*/
|
||||
|
||||
/* Most of this file is, like Mach-O itself, based on a.out. For more
|
||||
@ -1499,7 +1499,7 @@ static void macho32_init(void)
|
||||
|
||||
struct ofmt of_macho32 = {
|
||||
"NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (i386) object files",
|
||||
"macho64",
|
||||
"macho32",
|
||||
0,
|
||||
32,
|
||||
null_debug_arr,
|
||||
|
Loading…
Reference in New Issue
Block a user