diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 01:18:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 01:18:13 +0000 |
commit | dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e (patch) | |
tree | 77b159fbc5443af7569dd9733dc92d05d8a768cc /nptl | |
parent | 45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969 (diff) | |
download | glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.tar.gz glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.tar.xz glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.zip |
* configure.in: Compile source test file with -fPIC for -shared.
2005-09-05 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait): Fix typo in register name.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S index bcb15615e5..b4826ef7aa 100644 --- a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S +++ b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -51,8 +51,8 @@ __lll_mutex_lock_wait: SYSCALL_INST_PAD 2: - mov #2, r4 - XCHG (r4, @r8, r2) + mov #2, r6 + XCHG (r6, @r8, r2) tst r2, r2 bf 1b |