Fix overflow detection in ARM relocation
commitbcac413c3058b8528d4a5a413ae7b374e9cc8531
authorThomas Preud'homme <robotux@celest.fr>
Mon, 28 Jan 2013 18:13:25 +0000 (28 19:13 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 28 Jan 2013 18:13:25 +0000 (28 19:13 +0100)
tree78cac39b7ace2b94ea888f06157e2e25c19324b4
parent0f81512d7da2934d9f0df088106a10a37838581b
Fix overflow detection in ARM relocation

Fix overflow detection for R_ARM_CALL, R_ARM_PC24, R_ARM_JUMP24 and
R_ARM_PLT32 relocations on ARM. 26 bits means 25 bits for positive and
negative offsets !
tccelf.c