From: davidm Date: Mon, 10 Jul 2006 22:19:10 +0000 (+0000) Subject: elf2flt.c (output_relocs) [TARGET_arm]: X-Git-Url: http://git.osdn.net/view?p=uclinux-h8%2Felf2flt.git;a=commitdiff_plain;h=7cfbe492c6db6d49d9a1e5c462f7dda52f82499d 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;