mirror of git://sourceware.org/git/glibc.git
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>
|
2001-04-10 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* math/libm-test.inc (csinh_test): Don't require the invalid
|
* 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_symbol_address; _dl_unmap; _dl_lookup_address;
|
||||||
_dl_function_address;
|
_dl_function_address;
|
||||||
}
|
}
|
||||||
|
GLIBC_2.2.3 {
|
||||||
|
__libc_ia64_register_backing_store_base;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,4 @@ __data_start:
|
||||||
.weak data_start
|
.weak data_start
|
||||||
data_start = __data_start
|
data_start = __data_start
|
||||||
|
|
||||||
.global __libc_ia64_register_backing_store_base
|
.common __libc_ia64_register_backing_store_base, 8, 8
|
||||||
.align 8
|
|
||||||
__libc_ia64_register_backing_store_base:
|
|
||||||
.space 8
|
|
||||||
|
|
Loading…
Reference in New Issue