]> sourceware.org Git - glibc.git/commitdiff
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 7a44e52a82e58e664fe0e2772f7356fdd3cf5e29..8eb8601ba82240b5248709ce7c535f6e09e365a3 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 1e1387f9d485cbdbaec9a9f13c9f29bc361f0098..0eccce390115e3d89b170a0a3e3028b5e073a629 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 cc8b798b371be023e7cd6427fd7ab56b4ffc4509..27a7a1df36ccc22b344cb9f51932bd0068b6a166 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
This page took 0.999723 seconds and 5 git commands to generate.