summaryrefslogtreecommitdiff
path: root/output
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-06-15 10:47:16 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-06-15 10:47:16 -0700
commit5e2e8b9105793eff7704e2fec4b3edee0c4208f6 (patch)
tree4a0cd611c3a566b01ab3daf68437ac4d2242ebee /output
parent985d880c15a5b26e59cdcec4af2eba0748ecfe1f (diff)
downloadnasm-5e2e8b9105793eff7704e2fec4b3edee0c4208f6.tar.gz
Rename filenames to 8.3 format
Apparently some people still care about compiling native on MS-DOS, and we don't have a significant number of files which need adjustment. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'output')
-rw-r--r--output/outmac32.c (renamed from output/outmacho32.c)0
-rw-r--r--output/outmac64.c (renamed from output/outmacho64.c)2
2 files changed, 1 insertions, 1 deletions
diff --git a/output/outmacho32.c b/output/outmac32.c
index a13e0d9b..a13e0d9b 100644
--- a/output/outmacho32.c
+++ b/output/outmac32.c
diff --git a/output/outmacho64.c b/output/outmac64.c
index 0fdb25b3..f633db03 100644
--- a/output/outmacho64.c
+++ b/output/outmac64.c
@@ -32,7 +32,7 @@
* ----------------------------------------------------------------------- */
/*
- * outmacho64.c output routines for the Netwide Assembler to produce
+ * outmac64.c output routines for the Netwide Assembler to produce
* NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (x86_64) object files
*/