summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-09-12 17:06:52 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-09-12 17:06:52 +0000
commit528d860571e7723733aa0b2c41fbce790514dfb4 (patch)
tree24cb84b4c2ac242c4df3935d40f70ad0b0857e45 /CHANGES
parentbb88d011e3cb25f20af91925c20ed1f84c0713ec (diff)
downloadnasm-528d860571e7723733aa0b2c41fbce790514dfb4.tar.gz
Document change to -g internalsnasm-0.98.38
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcff79ac..3255961b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
ridiculously long command lines.
+* Make sure that all of the formats which support debugging output
+ actually will suppress debugging output when -g not specified.
0.98.37
-------