mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling functions.
This commit is contained in:
parent
5f85c7ac9c
commit
e940b742de
|
|
@ -1,5 +1,8 @@
|
||||||
2000-07-13 Andreas Jaeger <aj@suse.de>
|
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
|
* sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
|
||||||
memory if it was allocated.
|
memory if it was allocated.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
libc {
|
libc {
|
||||||
GLIBC_2.0 {
|
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:
|
# Needed by gcc:
|
||||||
_flush_cache;
|
_flush_cache;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue