output: dbg,aout,elf32 -- Fix out for signed relocations
commit775153b1bf10ac6a44c70920abd54334f79ff267
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 21 Feb 2015 15:54:33 +0000 (21 18:54 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 21 Feb 2015 18:14:28 +0000 (21 21:14 +0300)
treedad95b7cf29241c9db963227fc923bc100cae2f2
parentd72bec12bc0f9dbc1aceedb6c831d32b6e47ece1
output: dbg,aout,elf32 -- Fix out for signed relocations

@size might be negative for signed relocations but its length
is abs value. This is rather a fix for future use because at
moment we can't hit this problems but better be on a safe side.

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