Call relocation for ARM V3 (#194)
authorDmitry Koltunov <koltunov@ispras.ru>
Wed, 5 Sep 2018 12:25:28 +0000 (15:25 +0300)
committerEli Bendersky <eliben@users.noreply.github.com>
Wed, 5 Sep 2018 12:25:28 +0000 (05:25 -0700)
commitf52f66634d1f9419239ce80ce455fea43ecc6aa7
tree959eb3179869a69135e2f00fd0337909b297a293
parent572d5e80db9e00ec1fd9001adba3ff573438e5c9
Call relocation for ARM V3 (#194)

* Add support for 'R_ARM_CALL' relocation type

* Add test script and test files to verify support for 'R_ARM_CALL'

Signed-off-by: Koltunov Dmitry <koltunov@ispras.ru>
elftools/elf/relocation.py
test/run_arm_reloc_call_test.py [new file with mode: 0755]
test/testfiles_for_unittests/reloc_simple_arm_llvm.o [new file with mode: 0644]
test/testfiles_for_unittests/simple.c [new file with mode: 0644]
test/testfiles_for_unittests/simple_arm_llvm.elf [new file with mode: 0755]