Move all the RAA code out of nasmlib
commitfcb8909749b2a159ba7f32fec7df8e465a974f77
authorH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 00:40:16 +0000 (9 17:40 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 00:40:16 +0000 (9 17:40 -0700)
tree59a257a1d223ca0ed0f3e410830b0cc8544804d0
parent35d620d2fdd6bfb1502c7db60ad8331edf74354e
Move all the RAA code out of nasmlib

The RAA code doesn't have to be in nasmlib; it is only used by nasm
itself, and is better handled in a separate module.
16 files changed:
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
nasm.c
nasmlib.c
nasmlib.h
output/outaout.c
output/outas86.c
output/outcoff.c
output/outelf32.c
output/outelf64.c
output/outmacho.c
raa.c [new file with mode: 0644]
raa.h [new file with mode: 0644]