Re: MIPS Alchemy machine don't boot
Simon Burge <[email protected]> Sun, 10 Jan 2010 06:18:47 +1100
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
Masao Uebayashi wrote: > I think we should have explicit type / size macros for "move" too, like > PTR_MOVE, REG_MOVE, ..., to tell assembler the actual size of operand of > "move". It's size of pointer (curlwp) for the lock_stubs.S case. My first thought is "please, no". "move" is a gas macro and if we're in the wrong ABI in the assembler then "move" is likely to be not the only problem. Cheers, Simon.