From d22e4cc9397ed41534c9422d0b0ffef8c77bfa53 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 7 Aug 2010 21:24:05 -0700 Subject: x86: Add support for frame pointer less mcount --- stdlib/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdlib') diff --git a/stdlib/Versions b/stdlib/Versions index 3e7b8921c4..2aa396ecb7 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -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. -- cgit 1.4.1