From: David McCullough Date: Mon, 10 Jul 2006 22:19:10 +0000 (+0000) Subject: elf2flt.c (output_relocs) [TARGET_arm]: X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7e85dc014a15fae130219d1ed2f05da28a16148e;p=elf2flt.git elf2flt.c (output_relocs) [TARGET_arm]: Add R_ARM_THM_PC11, which does not need a relocation. Shaun Jackman --- diff --git a/elf2flt.c b/elf2flt.c index 90718e4..89e04db 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -699,6 +699,7 @@ dump_symbols(symbols, number_of_symbols); relocation_needed = 1; break; case R_ARM_REL32: + case R_ARM_THM_PC11: case R_ARM_THM_PC22: relocation_needed = 0; break;