]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Mar 2005 09:06:53 +0000 (09:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Mar 2005 09:06:53 +0000 (09:06 +0000)
with more than 8 output registers.  Fix this by passing original
ar.pfs to _mcount_ret_helper via r3.

ChangeLog

index cf1ec5f81ca01c7e054cdc4bd6c0a4ef38e385c6..d9f2f46ae74539f3052c4ac74770b512f45cf845 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-21  David Mosberger  <davidm@hpl.hp.com>
+
+       * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
+       with more than 8 output registers.  Fix this by passing original
+       ar.pfs to _mcount_ret_helper via r3.
+
 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
 
        [BZ #786]