diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-08-07 21:24:05 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-07 21:24:05 -0700 |
commit | d22e4cc9397ed41534c9422d0b0ffef8c77bfa53 (patch) | |
tree | cf2a4b5b9970dcb959f2b41e44e38ff2914657bd /stdlib | |
parent | 805bc17d6883bf6d47e49620d6f8e1b97cac9901 (diff) | |
download | glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.tar.gz glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.tar.xz glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.zip |
x86: Add support for frame pointer less mcount
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
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. |