Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/05/1996 07:00:01
rat
Wed Dec  4 22:51:38 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/stand/installboot
In directory netbsd1:/local/work/netbsd-1-2/src/sys/arch/atari/stand/installboot

Modified Files:
      Tag: netbsd-1-2
	installboot.h 
Log Message:
Pullup revision 1.4 by request from Leo Weppelman <leo@wau.mis.ah.nl>

>Corrected the verions-string so it will actually work on NetBSD1.2[A]


rat
Wed Dec  4 22:56:59 PST 1996
Update of /a/cvsroot/src/sys/arch/m68k/m68k
In directory netbsd1:/local/work/netbsd-1-2/src/sys/arch/m68k/m68k

Modified Files:
      Tag: netbsd-1-2
	db_disasm.c 
Log Message:
Pullup 1.16 -> 1.17 request from Ignatios Souvatzis <ignatios@cs.uni-bonn.de>

>revision 1.17
>date: 1996/10/28 08:43:18;  author: is;  state: Exp;  lines: +24 -13
>* Fix a few wrong fallthroughs in switch cases:
>- add a missing return; at the end of a case, leading to wrong disassembly
>  of the next few instructions after fmovem.
>- while we're here, correct the same bug in PBcc.
>
>  XXX there are a few other dubious fallthroughs in this file (which are
>  not explicitly marked with /* FALLTHROUGH */), which I didn't yet analyze.
>
>* Fix other FMOVEM interpretation bugs:
>- correct printing of FP data register lists if all are used (only FP0
>  would be mentioned)
>- correct printing of FP data register lists in the case the list is reversed
>  (would have printed nothing)
>- correct mapping of fp0-fp7 to register list bits (was reversed)
>- correct printing of FP control register lists (this list is never reversed)
>- correct printing of FMOVEM with FP control registers (the data direction
>  was interpreted the wrong way)
>
>* While we're here, enhance the comments in MOVC's list of cpu control
>  registers