Add support of Thumb to ARM branch relocation

This commit is contained in:
Thomas Preud'homme
2014-02-02 17:15:19 +08:00
parent 4aec2902ca
commit e571850d79
2 changed files with 29 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Bug fixes:
- fix negation of 0.0 and -0.0 values (Thomas Preud'homme)
- fix integer to double conversion on ARM (Thomas Preud'homme)
- fix parameter passing of (unsigned) long long bitfield (Thomas Preud'homme)
- fix relocation of Thumb branch to ARM function (Thomas Preud'homme)
version 0.9.26: