From 5f9330a3a2220707518dda9b66ac290e9506c163 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 8 Aug 2013 11:25:59 +0000 Subject: use offset 0 instead of -4 of PC_RELATIVE_LONG_WORD_RELOCATION --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgaas.c b/cgaas.c index 653b952..f1ef694 100644 --- a/cgaas.c +++ b/cgaas.c @@ -6573,7 +6573,7 @@ static void relocate_code (void) # endif } else { instruction_offset=relocation->relocation_offset; - v= -4; + v=0; # ifdef ELF_RELA relocation->relocation_addend+=v; continue; -- cgit v1.2.3