backend: move wrapper for legacy output functions to a library routine
commitfa803abc610d024915876ee513a1198bea062073
authorH. Peter Anvin <hpa@zytor.com>
Sat, 24 Sep 2016 16:46:47 +0000 (24 09:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 24 Sep 2016 16:46:47 +0000 (24 09:46 -0700)
tree4de7defb91e353b49a989cdba4efe0fce69b852a
parent04445364fc9123ad40bf5581ffa4c5afac4c57dc
backend: move wrapper for legacy output functions to a library routine

Move the wrapper for legacy output into a library routine so the
backends can be ported one at a time.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
19 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
asm/assemble.c
include/nasm.h
output/legacy.c [copied from output/outlib.h with 55% similarity]
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outelf.c
output/outieee.c
output/outlib.h
output/outmacho.c
output/outobj.c
output/outrdf2.c