Subject: Re: CVS commit: syssrc/sys/arch/pc532/pc532
To: Simon Burge <simonb@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 07/10/2002 18:03:48
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>