1
0
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:
Andi Kleen
2010-08-07 21:24:05 -07:00
committed by Ulrich Drepper
parent 805bc17d68
commit d22e4cc939
5 changed files with 74 additions and 0 deletions

View File

@ -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.