From: Erik Andersen Date: Wed, 31 Jul 2002 05:13:08 +0000 (+0000) Subject: Pass through R_ARM_GOT32 and R_ARM_GOTPC relocations X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c7ede2158eedcbc2f95727f153583bda337d975f;p=elf2flt.git Pass through R_ARM_GOT32 and R_ARM_GOTPC relocations --- diff --git a/elf2flt.c b/elf2flt.c index 876aa77..a1e8e9a 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -488,6 +488,10 @@ dump_symbols(symbols, number_of_symbols); sym_vma = bfd_section_vma(abs_bfd, sym_section); sym_addr += sym_vma + q->addend; break; + case R_ARM_GOT32: + case R_ARM_GOTPC: + /* Should be fine as is */ + break; case R_ARM_PLT32: if (verbose) fprintf(stderr,