diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-25 19:07:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-25 19:07:36 +0000 |
commit | c2a4357a4582255e0d69ff5e641cb77e3fcee6fe (patch) | |
tree | 08d6258ea6acc7c949659d21a4b6935650128b09 /nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S | |
parent | cd40e3a7cb46f51d5e853c4521e887596af5fabf (diff) | |
download | glibc-c2a4357a4582255e0d69ff5e641cb77e3fcee6fe.tar glibc-c2a4357a4582255e0d69ff5e641cb77e3fcee6fe.tar.gz glibc-c2a4357a4582255e0d69ff5e641cb77e3fcee6fe.tar.bz2 glibc-c2a4357a4582255e0d69ff5e641cb77e3fcee6fe.zip |
Update.
2004-10-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/dl-machine.h: Include sysdep.h.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives.
(elf_machine_runtime_setup): Add always_inline attribute.
(_dl_start_user): Pass the correct environ.
(elf_machine_rela): Replace static inline by auto inline, add
always_inline attribute.
(elf_machine_rela_relative): Likewise.
(elf_machine_lazy_rel): Likewise.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S index d87f089bdb..bcb15615e5 100644 --- a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S +++ b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S @@ -117,6 +117,7 @@ __lll_mutex_timedlock_wait: mov #1, r3 mov #2, r4 CMPXCHG (r3, @r8, r4, r2) + tst r2, r2 bt 8f mov r8, r4 |