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


56.3
date     93.01.27.13.58.10;  author jwh;  state Exp;
branches ;
next     56.2;

56.2
date     93.01.27.12.29.29;  author jwh;  state Exp;
branches ;
next     56.1;

56.1
date     91.11.07.12.31.17;  author jwh;  state Exp;
branches ;
next     1.1;

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


desc
@@


56.3
log
@
pws2rcs automatic delta on Wed Jan 27 13:14:25 MST 1993
@
text
@*
*       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
@


56.2
log
@
pws2rcs automatic delta on Wed Jan 27 11:57:27 MST 1993
@
text
@d1 44
@


56.1
log
@Automatic bump of revision number for PWS version 3.25
@
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
@


1.1
log
@Initial revision
@
text
@@
