summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-04-17 14:05:51 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2017-04-17 14:05:51 -0700
commitcea308b3dc87611adfa3d39274996cf46cfeaa1d (patch)
treeb589918a471da0a82d0b133397378d23e10eb915
parent3e66fcd8f887f802ae02654cf4ed0040cbb34bfd (diff)
downloadnasm-cea308b3dc87611adfa3d39274996cf46cfeaa1d.tar.gz
changes.src: document DWARF support for Mach-O
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/changes.src7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/changes.src b/doc/changes.src
index cf66ca3a..b168a437 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -23,13 +23,16 @@ since 2007.
\b NASM can now generate sparse output files for relevant output
formats, if the underlying operating system supports them.
-\b \c{macho} object format now supports the \c{subsections_via_symbols}
+\b The \c{macho} object format now supports the \c{subsections_via_symbols}
and \c{no_dead_strip} directives, see \k{macho-ssvs}.
-\b \c{macho} object format now supports the \c{no_dead_strip},
+\b The \c{macho} object format now supports the \c{no_dead_strip},
\c{live_support} and \c{strip_static_syms} section flags, see
\k{machosect}.
+\b The \c{macho} object format now supports the \c{dwarf} debugging
+ format, as required by newer toolchains.
+
\b All warnings can now be suppressed if desired; warnings not
otherwise part of any warning class are now considered its own
warning class called \c{other} (e.g. \c{-w-other}). Furthermore,