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 /Versions.def | |
parent | 805bc17d6883bf6d47e49620d6f8e1b97cac9901 (diff) | |
download | glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.zip glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.tar.gz glibc-d22e4cc9397ed41534c9422d0b0ffef8c77bfa53.tar.bz2 |
x86: Add support for frame pointer less mcount
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index eab006b..0ccda50 100644 --- a/Versions.def +++ b/Versions.def @@ -29,6 +29,7 @@ libc { GLIBC_2.10 GLIBC_2.11 GLIBC_2.12 + GLIBC_2.13 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif |