mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2001-04-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Versions: Export __libc_ia64_register_backing_store_base.
This commit is contained in:
parent
a16956f331
commit
b63c4b5f48
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user