Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 23:35:32 +0000 (23:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 23:35:32 +0000 (23:35 +0000)
2001-04-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/ia64/Versions: Export
__libc_ia64_register_backing_store_base.

ChangeLog
sysdeps/ia64/Versions
sysdeps/ia64/elf/start.S

index 7a44e52..8eb8601 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/ia64/Versions: Export
+       __libc_ia64_register_backing_store_base.
+
 2001-04-10  Andreas Schwab  <schwab@suse.de>
 
        * math/libm-test.inc (csinh_test): Don't require the invalid
index 1e1387f..0eccce3 100644 (file)
@@ -4,4 +4,7 @@ ld {
     _dl_symbol_address; _dl_unmap; _dl_lookup_address;
     _dl_function_address;
   }
+  GLIBC_2.2.3 {
+    __libc_ia64_register_backing_store_base;
+  }
 }
index cc8b798..27a7a1d 100644 (file)
@@ -97,7 +97,4 @@ __data_start:
        .weak data_start
        data_start = __data_start
 
-       .global __libc_ia64_register_backing_store_base
-       .align 8
-__libc_ia64_register_backing_store_base:
-       .space 8
+       .common __libc_ia64_register_backing_store_base, 8, 8