summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-28 10:46:15 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-28 10:46:15 -0800
commit1d320904698956464ce8b10d6e0496a8f09472c0 (patch)
treed485df7c873738af82f203d2184f29b8c30f291e /CHANGES
parent212f67d4727af7ce858199efaad0b67a01c6abd4 (diff)
downloadnasm-1d320904698956464ce8b10d6e0496a8f09472c0.tar.gz
Add macho support to CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 63067560..c01fcbb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,8 @@
* Added general x86-64 support.
* Added win64 (x86-64 COFF) output format.
* Added __BITS__ standard macro.
-* Added elf32 and elf64 output formats.
+* Renamed the elf output format to elf32 for clarity.
+* Added elf64 and macho (MacOS X) output formats.
* Added Numeric constants in DQ directive.
* Added oword, do and reso pseudo operands.
* Added 8-bit floating-point format.