* 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.
This commit is contained in:
Ulrich Drepper 2005-03-22 09:06:53 +00:00
parent fafee7a02c
commit 0ab1b506f7
1 changed files with 6 additions and 0 deletions

View File

@ -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]