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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 012efd860d..7af076ba84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-07-17 Andi Kleen <ak@linux.intel.com> + + * sysdeps/i386/i386-mcount.S (__fentry__): Define. + * sysdeps/x86_64/_mcount.S (__fentry__): Define. + * stdlib/Versions (__fentry__): Add for GLIBC 2.13 + * Versions.def [GLIBC_2.13]: Add. + 2010-08-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): |