Use unsigned comparison in ARM ____longjmp_chk.

* sysdeps/arm/____longjmp_chk.S (CHECK_SP): Use unsigned
	comparison.
This commit is contained in:
Joseph Myers 2009-05-18 19:48:54 +00:00
parent 6a9f82ac93
commit bf89c0e245
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-05-18 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/____longjmp_chk.S (CHECK_SP): Use unsigned
comparison.
2009-05-16 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/____longjmp_chk.S: New file.

View file

@ -48,7 +48,7 @@ longjmp_msg:
#define CHECK_SP(reg) \
cmp sp, reg; \
ble .Lok; \
bls .Lok; \
CALL_FAIL \
.Lok: