ELF64: the "size" argument to OUT_REL*ADR isn't really the size
commit7f1315070e6ac38d4194cc333b391dcecf6f0053
authorH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 06:30:54 +0000 (17 23:30 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 06:30:54 +0000 (17 23:30 -0700)
tree5fa845b4095550d0f66091e97e9eced73c356d22
parent0a20bcfaf17fc78e97fc609bb60087529df79eea
ELF64: the "size" argument to OUT_REL*ADR isn't really the size

The "size" argument to the OUT_REL*ADR output types is actually
intra-instruction offset, not the actual size.  Thus, emit the size
properly.

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