Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/arch/pc532/pc532



On Thu, Jul 11, 2002 at 03:41:50AM +0300, Simon Burge wrote:

 > Modified Files:
 >      syssrc/sys/arch/pc532/pc532: locore.s
 > 
 > Log Message:
 > Change the (intentionally) illegal "movd 0,0" to it's .word
 > equivalent; newer GAS complains about the illegal construct
 > and errors out.
 > 
 > XXX: what is the illegal instruction for exactly?

Instead, I suggest changing it to a trap to SYS_exit system call, like
other ports do (and as the new libc-provided signal trampoline does).

-- 
        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>



Home | Main Index | Thread Index | Old Index