diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 18:26:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 18:26:13 +0000 |
commit | 22f2067436bbe72233ff0c017d8a40ce65afa1d4 (patch) | |
tree | 27635b85ea50a2e6fd032728c5f463f5589d2833 /sysdeps/unix/sysv/linux | |
parent | aa80bf8661f10949cd507272157d5ebabe8c8d6d (diff) | |
download | glibc-22f2067436bbe72233ff0c017d8a40ce65afa1d4.tar glibc-22f2067436bbe72233ff0c017d8a40ce65afa1d4.tar.gz glibc-22f2067436bbe72233ff0c017d8a40ce65afa1d4.tar.bz2 glibc-22f2067436bbe72233ff0c017d8a40ce65afa1d4.zip |
Update.
2002-12-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Correct
access to __libc_locking_needed for PIC.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index 395121edbb..7bf146e8be 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -94,6 +94,7 @@ __i686.get_pc_thunk.reg: \ movl (%esp), %e##reg; \ ret; \ + .size __i686.get_pc_thunk.reg, . - __i686.get_pc_thunk.reg; \ .previous; \ call __i686.get_pc_thunk.reg # endif |