* elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
authorRoland McGrath <roland@gnu.org>
Thu, 24 Apr 2003 17:18:42 +0000 (17:18 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 24 Apr 2003 17:18:42 +0000 (17:18 +0000)
* nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=

ChangeLog
elf/dl-reloc.c

index 46fbfbb..95fdc51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-24  Roland McGrath  <roland@redhat.com>
+
+       * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
+
 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
 
        * elf/dl-reloc.c (allocate_static_tls): Rename to...
@@ -23,7 +27,7 @@
 
 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
 
-       * nis/ypclnt.c (__yp_bind): Expect ypdb parameter to always we !=
+       * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
        NULL.  Remove code made redundant by this assumption.
        (__yp_unbind): Add call to free.  Adjust all callers.
 
index e8e56c8..5d8dc0d 100644 (file)
@@ -41,7 +41,8 @@
    the static TLS area already allocated for each running thread.  If this
    object's TLS segment is too big to fit, we fail.  If it fits,
    we set MAP->l_tls_offset and return.  */
-void __attribute_noinline__
+void
+internal_function __attribute_noinline__
 _dl_allocate_static_tls (struct link_map *map)
 {
   size_t offset, used, check;