summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-07 22:17:10 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-07 22:17:10 -0800
commit2a74d84d1cf612ab640c62eb1bcd957df1edb716 (patch)
tree869dd5fa0bf8fbc358bde9efc1c924fb65b6daee
parentc941a35e5895a5207fb18b07b60a004a217796b6 (diff)
downloadnasm-2a74d84d1cf612ab640c62eb1bcd957df1edb716.tar.gz
doc: document fix to the codeview output format
Document the label fix; although a global error, it was user-visible in the Codeview backend so document it as such. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Jim Kukunas <james.t.kukunas@linux.intel.com>
-rw-r--r--doc/changes.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 62ece40f..26c43b37 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -14,6 +14,9 @@ since 2007.
\b Fix error when not specifying a list file.
+\b Correct the handling of macro-local labels in the Codeview
+ debugging format.
+
\b Add \c{CLZERO}, \c{MONITORX} and \c{MWAITX} instructions.