mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
38a7d8baf4
2002-05-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir. * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3, __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0. * sysdeps/ia64/ia64libgcc.S: New file. 2002-05-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf. * malloc/memusage.c: Distinguish anonymous mmap.
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
ld {
|
|
GLIBC_PRIVATE {
|
|
# ia64 specific functions in the dynamic linker, but used by libc.so.
|
|
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
|
|
_dl_function_address;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.2 {
|
|
# Functions from libgcc.
|
|
__divtf3; __divdf3; __divsf3; __divdi3; __moddi3; __udivdi3; __umoddi3;
|
|
__multi3;
|
|
}
|
|
}
|