From: Cyrill G. <gor...@gm...> - 2016-04-07 22:17:19
|
Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- output/outelf32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/outelf32.c b/output/outelf32.c index 494710e..ace4630 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -819,12 +819,12 @@ static void elf_out(int32_t segto, const void *data, } case OUT_REL1ADR: - bytes = 1; reltype = R_386_PC8; + bytes = 1; goto rel12adr; case OUT_REL2ADR: - bytes = 2; reltype = R_386_PC16; + bytes = 2; goto rel12adr; rel12adr: -- 2.5.5 |