This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/357] getcontext() on ppc32 destroys saved parameter 1 in caller's frame


------- Additional Comments From sjmunroe at us dot ibm dot com  2004-08-30 23:22 -------
Created an attachment (id=179)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=179&action=view)
Here is a patch to try

This patch fixes the problem in the testcase and preserves all registers except
R3. It was the minimum change that would work. But Paul Mackerras points out I
don't really have to perserve any of the volatile registers and burning a few
more registers would speed the code up a bit. I'll look at that tomorrow.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=357

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]