Add support for one-byte relocations
commit55ae12052cd110cc27fa8ef15a114b4e75fa4c24
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 May 2010 22:25:43 +0000 (6 15:25 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 May 2010 22:33:24 +0000 (6 15:33 -0700)
treebdb7acd17f7c4b75f2ff48e527a9d454260b35ba
parent97ec06a16a0871330d8f4544de9cd95fc88d31df
Add support for one-byte relocations

Add OUT_REL1ADR (one-byte relative address) and support for
OUT_ADDRESs with size == 1.  Add support for it in
outbin and outdbg.  *It still needs to be added to other backends*,
both the OUT_REL*ADR and OUT_ADDRESS codepaths need to be handled.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
assemble.c
listing.c
nasm.h
output/outbin.c
output/outdbg.c
output/outlib.c