Add support for R_ARM_THM_{JUMP24,CALL} relocs
commitfad68c9163a7c74888f1bd28e3955b78fcb4c6c1
authorThomas Preud'homme <robotux@celest.fr>
Sun, 7 Oct 2012 15:48:46 +0000 (7 17:48 +0200)
committerThomas Preud'homme <robotux@celest.fr>
Sun, 28 Oct 2012 18:55:12 +0000 (28 19:55 +0100)
tree3a7e1175cad9a029e7d6dbc00e90413bd21f6445
parent508df168f42a58ac296b4fdce308b6d7eed16dc7
Add support for R_ARM_THM_{JUMP24,CALL} relocs

Add support for relocations R_ARM_THM_JUMP24 and R_ARM_THM_CALL. These
are encountered with gcc when compiling for armv6 or greater with
-mthumb flag and a call (conditional or not) is done.
elf.h
tccelf.c