* sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
	functions.
This commit is contained in:
Andreas Jaeger 2000-07-13 11:47:15 +00:00
parent 5f85c7ac9c
commit e940b742de
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2000-07-13 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
functions.
* sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
memory if it was allocated.

View File

@ -1,5 +1,10 @@
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;