From 0ab1b506f793396da1840fa3ce3f236d42bff1b6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Mar 2005 09:06:53 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf1ec5f81c..d9f2f46ae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-21 David Mosberger + + * 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 [BZ #786]