Subject: Re: awk dumping core on -current snapshot
To: None <port-vax@NetBSD.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-vax
Date: 08/16/2004 21:22:02
>> 0x7f786048 <strtod+2498>:       movd r8,r0

> So the next question would be should the vax be signaling an illegal
> instruction for this, signaling some other condition, or dealing with
> the "reserved operand"?.

If r8 contains 0x00008000, then yes, that movd should take a reserved
operand fault (regardless of r9 - the mantissa doesn't matter).
According to the VAX trap.cs I've looked at (both my own source tree
and current), this will turn into a SIGILL.

/~\ The ASCII				der Mouse
\ / Ribbon Campaign
 X  Against HTML	       mouse@rodents.montreal.qc.ca
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B