diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-06-27 22:07:33 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-27 22:07:33 -0700 |
commit | 31b707bef0af5fffe7c507089e1e281925b13aae (patch) | |
tree | 694e0784b6cf601eed73edcdde4ceb4dd2872255 /doc | |
parent | 2b1f51f1cac1e6b7b75d226b2e01329365319d0d (diff) | |
download | nasm-31b707bef0af5fffe7c507089e1e281925b13aae.tar.gz nasm-31b707bef0af5fffe7c507089e1e281925b13aae.tar.bz2 nasm-31b707bef0af5fffe7c507089e1e281925b13aae.zip |
Move backend-specific code to output/; break out null debug stuff
Move backend-specific code into the output/ directory, and make the
null debugging backend a separate file (it certainly isn't needed for
ndisasm...)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 888a19f..656b82c 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -5690,7 +5690,7 @@ a hint as to where to find requested symbols. The \c{dbg} output format is not built into NASM in the default configuration. If you are building your own NASM executable from the -sources, you can define \i\c{OF_DBG} in \c{outform.h} or on the +sources, you can define \i\c{OF_DBG} in \c{output/outform.h} or on the compiler command line, and obtain the \c{dbg} output format. The \c{dbg} format does not output an object file as such; instead, |