Fix signed integer division in ARM runtime ABI
commita24e31e85d2980bf4863ad3dd371c6501810ae97
authorThomas Preud'homme <robotux@celest.fr>
Sun, 15 Dec 2013 01:44:20 +0000 (15 09:44 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Sun, 15 Dec 2013 01:44:20 +0000 (15 09:44 +0800)
tree9e000eb0939857a8087e998b51af37863993f733
parentf2dbcf7594887ddfdec646ab2a85f4e2358ec209
Fix signed integer division in ARM runtime ABI

- fix computation of absolute value (clearing the sign bit does not
  since integers are encoded in 2's complement)
- test sign of integer in a more conventional way (binary and with the
  high bit does not work for long long due to a bug in gtst)
- spacing in include
lib/armeabi.c