head     56.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


56.1
date     91.11.05.09.34.34;  author jwh;  state Exp;
branches ;
next     55.1;

55.1
date     91.08.25.10.12.59;  author jwh;  state Exp;
branches ;
next     54.2;

54.2
date     91.08.21.14.40.49;  author jwh;  state Exp;
branches ;
next     54.1;

54.1
date     91.03.18.15.20.05;  author jwh;  state Exp;
branches ;
next     53.1;

53.1
date     91.03.11.19.21.32;  author jwh;  state Exp;
branches ;
next     52.1;

52.1
date     91.02.19.09.05.22;  author jwh;  state Exp;
branches ;
next     51.2;

51.2
date     91.02.10.16.06.43;  author jwh;  state Exp;
branches ;
next     51.1;

51.1
date     91.01.30.16.04.37;  author jwh;  state Exp;
branches ;
next     1.1;

1.1
date     91.01.16.15.35.00;  author jwh;  state Exp;
branches ;
next     ;


desc
@first version
@


56.1
log
@Automatic bump of revision number for PWS version 3.25
@
text
@@


55.1
log
@Automatic bump of revision number for PWS version 3.25A
@
text
@@


54.2
log
@
pws2rcs automatic delta on Wed Aug 21 13:42:03 MDT 1991
@
text
@@


54.1
log
@Automatic bump of revision number for PWS version 3.24
@
text
@a0 44
*
*       x_bsun.sa 3.1 12/10/90
*
*       fpsp_bsun --- FPSP handler for branch/set on unordered exception
*
*       Copy the PC to FPIADDR to maintain 881/882 compatability
*
*       The real_bsun handler will need to perform further corrective
*       measures as outlined in the 040 User's Manual on pages
*       9-41f, section 9.8.3.
*

*               Copyright (C) Motorola, Inc. 1990
*                       All Rights Reserved
*
*       THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
*       The copyright notice above does not evidence any
*       actual or intended publication of such source code.



	include fpsp_h

	refr    real_bsun

	def     fpsp_bsun
fpsp_bsun  equ *
*
	link            a6,#-LOCAL_SIZE
	fsave           -(a7)
	movem.l         d0-d1/a0-a1,USER_DA(a6)
	fmovem.x        fp0-fp3,USER_FP0(a6)
	fmovem.l        FPCONTROL/FPSTATUS/FPIADDR,USER_FPCONTROL(a6)
*
	move.l          EXC_PC(a6),USER_FPIADDR(a6)
*
	movem.l         USER_DA(a6),d0-d1/a0-a1
	fmovem.x        USER_FP0(a6),fp0-fp3
	fmovem.l        USER_FPCONTROL(a6),FPCONTROL/FPSTATUS/FPIADDR
	frestore        (a7)+
	unlk            a6
	bra.l           real_bsun
*
	end
@


53.1
log
@Automatic bump of revision number for PWS version 3.24B
@
text
@@


52.1
log
@Automatic bump of revision number for PWS version 3.24A
@
text
@@


51.2
log
@*** empty log message ***
@
text
@@


51.1
log
@Automatic bump of revision number for PWS version 3.24d
@
text
@d22 1
a22 1
	include fpsp.h
@


1.1
log
@Initial revision
@
text
@@
