outobj: emit file dependency information
commita771be85f4647dc9ed9bbdc2938cafeaabe7a80e
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Aug 2017 21:53:18 +0000 (16 14:53 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 16 Aug 2017 22:00:38 +0000 (16 15:00 -0700)
tree05fdb61f057a56e921669dad697e70ece862f7bf
parentf283c8f5c26bf16a9c1ae9e58e41da68b654a1e5
outobj: emit file dependency information

Some OMF toolchain can make use of file dependency information
embedded in the object files.  As implemented here, we don't try to
absolutize the filenames, as that prevents moving around trees and is
OS-dependent.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
asm/directiv.dat
asm/nasm.c
include/nasm.h
include/nasmlib.h
misc/omfdump.c
nasmlib/file.c
output/outobj.c