Move backend-specific code to output/; break out null debug stuff
commit31b707bef0af5fffe7c507089e1e281925b13aae
authorH. Peter Anvin <hpa@zytor.com>
Sun, 28 Jun 2009 05:07:33 +0000 (27 22:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 28 Jun 2009 05:07:33 +0000 (27 22:07 -0700)
tree694e0784b6cf601eed73edcdde4ceb4dd2872255
parent2b1f51f1cac1e6b7b75d226b2e01329365319d0d
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>
27 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
doc/nasmdoc.src
macros.pl
nasm.c
nasmlib.c
output/nulldbg.c [new file with mode: 0644]
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outelf.c
output/outelf32.c
output/outelf64.c
output/outform.c [moved from outform.c with 98% similarity]
output/outform.h [moved from outform.h with 98% similarity]
output/outieee.c
output/outlib.c [moved from outlib.c with 92% similarity]
output/outlib.h [moved from outlib.h with 100% similarity]
output/outmacho.c
output/outobj.c
output/outrdf.c
output/outrdf2.c