[PATCH] Implementation of relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31 for ELF/ARM

Leny Kholodov leny.kholodov at gmail.com
Mon Feb 16 07:31:14 PST 2015


Fixes:

- veneer processing for jump11 was removed (according to p.4.6.1.5. Static Thumb16 relocations);
- SignExtend for jump11 addend reading has been fixed (from 11 bits to 12 bits);
- formatting changes & comments corrections.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7565

Files:
  lib/ReaderWriter/ELF/ARM/ARMRelocationHandler.cpp
  test/elf/ARM/rel-arm-prel31.test
  test/elf/ARM/rel-rel32.test
  test/elf/ARM/rel-thm-jump11.test

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7565.20033.patch
Type: text/x-patch
Size: 26002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150216/7e170bf9/attachment.bin>


More information about the llvm-commits mailing list