patch-2.0.21-2.1.0 linux/arch/m68k/fpsp040/skeleton.S

Next file: linux/arch/m68k/ifpsp060/Makefile
Previous file: linux/arch/m68k/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/m68k/fpsp040/skeleton.S linux/arch/m68k/fpsp040/skeleton.S
@@ -46,15 +46,6 @@
 |
 |	The following counters are used for standalone testing
 |
-sigunimp:	.long	0
-sigbsun:		.long	0
-siginex:		.long	0
-sigdz:		.long	0
-sigunfl:		.long	0
-sigovfl:		.long	0
-sigoperr:	.long	0
-sigsnan:		.long	0
-sigunsupp:	.long	0
 
 	|section 8
  
@@ -85,8 +76,6 @@
 	frestore	(%sp)+
 	unlk		%a6
 
-	addl	#1,sigdz		|for standalone testing
-
 	SAVE_ALL
 	moveq	#-1,%d0
 	movel	%d0,%sp@(LOFF_ORIG_D0)    | a -1 in the ORIG_D0 field
@@ -160,8 +149,6 @@
 
 real_inex:
 
-	addl		#1,siginex		|for standalone testing
-
 	link		%a6,#-LOCAL_SIZE
 	fsave		-(%sp)
 not_fmt40:
@@ -203,8 +190,6 @@
 	jmp	fpsp_ovfl
 real_ovfl:
 
-	addl		#1,sigovfl		|for standalone testing
-
 	link		%a6,#-LOCAL_SIZE
 	fsave		-(%sp)
 	bclrb		#E3,E_BYTE(%a6)		|clear and test E3 flag
@@ -234,8 +219,6 @@
 	jmp	fpsp_unfl
 real_unfl:
 
-	addl		#1,sigunfl		|for standalone testing
-
 	link		%a6,#-LOCAL_SIZE
 	fsave		-(%sp)
 	bclrb		#E3,E_BYTE(%a6)		|clear and test E3 flag
@@ -270,8 +253,6 @@
 	frestore	(%sp)+
 	unlk		%a6
 
-	addl		#1,sigsnan		|for standalone testing
-
 	SAVE_ALL
 	moveq	#-1,%d0
 	movel	%d0,%sp@(LOFF_ORIG_D0)    | a -1 in the ORIG_D0 field
@@ -297,9 +278,6 @@
 	frestore	(%sp)+
 	unlk		%a6
 
-	addl		#1,sigoperr		|for standalone testing
-
-
 	SAVE_ALL
 	moveq	#-1,%d0
 	movel	%d0,%sp@(LOFF_ORIG_D0)    | a -1 in the ORIG_D0 field
@@ -331,10 +309,6 @@
 	frestore	(%sp)+
 	unlk		%a6
 
-	addl		#1,sigbsun		|for standalone testing
-
-
-
 	SAVE_ALL
 	moveq	#-1,%d0
 	movel	%d0,%sp@(LOFF_ORIG_D0)    | a -1 in the ORIG_D0 field
@@ -359,9 +333,6 @@
 	jmp	fpsp_fline
 real_fline:
 
-	addl		#1,sigunimp		|for standalone testing
-
-
 	SAVE_ALL
 	moveq	#-1,%d0
 	movel	%d0,%sp@(LOFF_ORIG_D0)    | a -1 in the ORIG_D0 field
@@ -386,9 +357,6 @@
 	bclrb		#E1,E_BYTE(%a6)	|unsupp is always an E1 exception
 	frestore	(%sp)+
 	unlk		%a6
-
-	addl		#1,sigunsupp		|for standalone testing
-
 
 	SAVE_ALL
 	moveq	#-1,%d0

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov