* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define

LOAD_FUTEX_WAIT_ABS even if (FUTEX_WAIT == 0).
This commit is contained in:
Ulrich Drepper 2009-02-13 23:36:40 +00:00
parent 20e498bdb0
commit 4c869eb67e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-02-14 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define
LOAD_FUTEX_WAIT_ABS even if (FUTEX_WAIT == 0).
2009-01-29 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/unwind-forcedunwind.c: Encrypt all function

View File

@ -103,6 +103,7 @@
and tmp2, reg ; \
mov #FUTEX_WAIT, tmp ; \
or tmp, reg
# endif
# define LOAD_FUTEX_WAIT_ABS(reg,tmp,tmp2) \
stc gbr, tmp ; \
mov.w 99f, tmp2 ; \
@ -119,7 +120,6 @@
swap.b tmp2, tmp2; \
or tmp2, tmp; \
or tmp, reg
# endif
# define LOAD_FUTEX_WAKE(reg,tmp,tmp2) \
stc gbr, tmp ; \
mov.w 99f, tmp2 ; \