Move all the SAA code out of nasmlib
commit1803dedae88457520f6c8edbb42f2508b9c30c0e
authorH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 00:32:43 +0000 (9 17:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 00:32:43 +0000 (9 17:32 -0700)
tree5d6d1e7057f77acbb4b0300096b73ede57202cf8
parent5b80b2334666d03e0f9ff673bdbd1c8a24ca8d2b
Move all the SAA code out of nasmlib

Move all the SAA code out of nasmlib; it's not used by anything than
nasm itself.  Cleaning out the kitchen sink known as nasmlib is a good
thing, too.
21 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
lib/vsnprintf.c
nasm.c
nasmlib.c
nasmlib.h
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outelf32.c
output/outelf64.c
output/outmacho.c
output/outrdf2.c
saa.c [new file with mode: 0644]
saa.h [new file with mode: 0644]
wsaa.c [deleted file]
wsaa.h [deleted file]