Fix R_ARM_CALL when target fonction is Thumb
commitc6630ef92a21ca33af08b1faa03fba578e12315f
authorThomas Preud'homme <robotux@celest.fr>
Tue, 9 Oct 2012 22:09:42 +0000 (10 00:09 +0200)
committerThomas Preud'homme <robotux@celest.fr>
Tue, 9 Oct 2012 22:21:26 +0000 (10 00:21 +0200)
tree27bae6f9a927f0297904ee995d018c56e7467e67
parent2fe7fd9e875979d0947c17609b64799219485d2d
Fix R_ARM_CALL when target fonction is Thumb

With R_ARM_CALL, if target function is to be entered in Thumb mode, the
relocation is supposed to transform bl in blx. This is not the case
actually so this commit is there to fix it.
tccelf.c