output: outbin -- Fix relocation size
commit6ebe3bcd2ed116ae67b672d8281de093f04b30e0
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 28 Jun 2014 18:14:26 +0000 (28 22:14 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 28 Jun 2014 18:31:06 +0000 (28 22:31 +0400)
treee74d1c26edbe4f7083a6ab7cde6d241c37141bd5
parent67f0f4d08c8a2485e4917ddf793d61db6f0251f9
output: outbin -- Fix relocation size

In commit fd52c277dd6d768545cee39b154e706904581966
we've started handling negative address relocations
but support Elf format only and got a typo in bin
format which leaded to endless cycle of applying
relocation due to negative argument (make test
hangs).

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outbin.c