mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
af9a084185
2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add _test_and_set. (headers): Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for GLIBC_2.2 from libc. * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file. * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for _test_and_set.
22 lines
397 B
Plaintext
22 lines
397 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Exception handling support functions from libgcc
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
|
__register_frame_info_table;
|
|
|
|
# Needed by gcc:
|
|
_flush_cache;
|
|
|
|
# c*
|
|
cachectl; cacheflush;
|
|
|
|
# s*
|
|
sysmips;
|
|
}
|
|
GLIBC_2.2 {
|
|
# _*
|
|
_test_and_set;
|
|
}
|
|
}
|