mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
x86: Add support for frame pointer less mcount
This commit is contained in:
committed by
Ulrich Drepper
parent
805bc17d68
commit
d22e4cc939
@ -100,6 +100,9 @@ libc {
|
||||
GLIBC_2.10 {
|
||||
quick_exit; __cxa_at_quick_exit;
|
||||
}
|
||||
GLIBC_2.13 {
|
||||
__fentry__;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# functions which have an additional interface since they are
|
||||
# are cancelable.
|
||||
|
Reference in New Issue
Block a user