ELF64: unbreak generating no-segment addresses
commit8140afbaf11836aa13e633c3c6a50813b3f8f59d
authorH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 02:32:10 +0000 (17 19:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 02:32:10 +0000 (17 19:32 -0700)
tree4a23ad35378c3b87120a831e923cc466f11b6b15
parentedb58f7813b20f1ec1ad640b53fcd58b680d8103
ELF64: unbreak generating no-segment addresses

When generating an address that is *not* tied to a symbol, we just
want to emit the bytes.  I believe the assembler is already supposed
to do that for us, but just in case, do it right here too.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outelf64.c