mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 17:50:20 +00:00
21 lines
345 B
Plaintext
21 lines
345 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Exception handling support functions from libgcc
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
|
__frame_state_for; __register_frame_info_table;
|
|
|
|
# Needed by gcc:
|
|
_flush_cache;
|
|
|
|
# c*
|
|
cachectl; cacheflush;
|
|
|
|
# s*
|
|
sysmips;
|
|
}
|
|
GLIBC_2.2 {
|
|
# _*
|
|
_test_and_set;
|
|
}
|
|
}
|