Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 04:10:53 +0000 (04:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 04:10:53 +0000 (04:10 +0000)
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
lll_unlock_wake_cb.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S

index a3692f7..c086f35 100644 (file)
@@ -1,5 +1,8 @@
 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
+       lll_unlock_wake_cb.
+
        * Makefile (libpthread-routines): Add version.  Add rules to build
        version.os and banner.h.
        * version.c: New file.
index 4d5f8fd..dda4c18 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -66,9 +66,7 @@ __lll_lock_wait:
        .size   __lll_lock_wait,.-__lll_lock_wait
 
 
-       .globl  lll_unlock_wake_cb
        .type   lll_unlock_wake_cb,@function
-       .hidden lll_unlock_wake_cb
        .align  16
 lll_unlock_wake_cb:
        pushl   %esi