summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-22 09:06:53 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-22 09:06:53 +0000
commit0ab1b506f793396da1840fa3ce3f236d42bff1b6 (patch)
tree3d6660c87f4f6606b64de48814f4a6f707083b1a
parentfafee7a02c794d8452582cde56c733a320b952ea (diff)
* 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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf1ec5f81c..d9f2f46ae7 100644
--- 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]