| To: | Aurelien Jarno <aurelien@aurel32.net> |
|---|---|
| Subject: | Re: [PATCH, RFC] MIPS: Implement the getcontext API |
| From: | Philippe Vachon <philippe@cowpig.ca> |
| Date: | Tue, 28 Apr 2009 15:21:20 -0400 |
| Cc: | "Joseph S. Myers" <joseph@codesourcery.com>, "Maciej W. Rozycki" <macro@codesourcery.com>, linux-mips@linux-mips.org, libc-ports@sourceware.org |
| In-reply-to: | <20090428191750.GZ4902@hall.aurel32.net> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <alpine.DEB.1.10.0902282326580.4064@tp.orcam.me.uk> <Pine.LNX.4.64.0904152018070.3560@digraph.polyomino.org.uk> <20090418123815.GA21240@linux-mips.org> <Pine.LNX.4.64.0904181732250.11016@digraph.polyomino.org.uk> <20090428191750.GZ4902@hall.aurel32.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.9i |
Hi, On Tue, Apr 28, 2009 at 09:17:50PM +0200, Aurelien Jarno wrote: > Note that this code does not compile on mips64, I get the following > error from binutils (2.19.1): > ../ports/sysdeps/unix/sysv/linux/mips/getcontext.S: Assembler messages: > ../ports/sysdeps/unix/sysv/linux/mips/getcontext.S:102: Error: illegal > operands `s.d fs6,(30*8+296)($4)' > ../ports/sysdeps/unix/sysv/linux/mips/getcontext.S:103: Error: illegal > operands `s.d fs7,(31*8+296)($4)' > > The corresponding code lines are: > > 98 s.d fs2, (26 * SZREG + MCONTEXT_FPREGS)(a0) > 99 s.d fs3, (27 * SZREG + MCONTEXT_FPREGS)(a0) > 100 s.d fs4, (28 * SZREG + MCONTEXT_FPREGS)(a0) > 101 s.d fs5, (29 * SZREG + MCONTEXT_FPREGS)(a0) > 102 s.d fs6, (30 * SZREG + MCONTEXT_FPREGS)(a0) > 103 s.d fs7, (31 * SZREG + MCONTEXT_FPREGS)(a0) > You're missing one of the patches in the series (the additional changes to the floating point register names). Once you apply that, you should be good to go. Cheers, Phil |
| Previous by Date: | Re: [PATCH, RFC] MIPS: Implement the getcontext API, Aurelien Jarno |
|---|---|
| Next by Date: | Re: [PATCH, RFC] MIPS: Implement the getcontext API, Maciej W. Rozycki |
| Previous by Thread: | Re: [PATCH, RFC] MIPS: Implement the getcontext API, Aurelien Jarno |
| Next by Thread: | Re: [PATCH, RFC] MIPS: Implement the getcontext API, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |