From: Greg Ungerer Date: Thu, 21 May 2009 07:02:06 +0000 (+0000) Subject: Newer gcc compilers generate some ARM relocation types that we should X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=00811a49bf8801fb22445a7f3ed331b12d6fec1d;p=elf2flt.git Newer gcc compilers generate some ARM relocation types that we should deal with in elf2flt. Patch submitted by Erwin Authried --- diff --git a/elf2flt.c b/elf2flt.c index df48fbf..49ceb30 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -716,6 +716,10 @@ dump_symbols(symbols, number_of_symbols); case R_ARM_REL32: case R_ARM_THM_PC11: case R_ARM_THM_PC22: + case R_ARM_PC24: + case R_ARM_PLT32: + case R_ARM_GOTPC: + case R_ARM_GOT32: relocation_needed = 0; break; default: