Call to veneers in ARM mode
commit14c99236da35f393e25d08868126284b687008f7
authorThomas Preud'homme <robotux@celest.fr>
Fri, 9 Nov 2012 09:59:06 +0000 (9 10:59 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Fri, 9 Nov 2012 09:59:06 +0000 (9 10:59 +0100)
tree01170538eb320d35544264ea0e2d9de230c2f067
parent061b5799cc1feb15014da589ea98057deda14a23
Call to veneers in ARM mode

Since commit c6630ef92a21ca33af08b1faa03fba578e12315f, Call to a veneer
when the final symbol to be reached is thumb is made through a blx
instruction. This is a mistake since veneers are ARM instructions and
should thus be called with a simple bl. This commit prevent the bl ->
blx conversion when a veneer is used.
tccelf.c