[Mplayer-cvslog] CVS: main/libac3/mmx srfft_kni.S,1.1,1.2

Atmosfear atmos4 at mplayer.dev.hu
Tue Aug 7 17:51:24 CEST 2001


Update of /cvsroot/mplayer/main/libac3/mmx
In directory mplayer:/var/tmp.root/cvs-serv7752/libac3/mmx

Modified Files:
	srfft_kni.S 
Log Message:
Remove ELFisms from asm.


Index: srfft_kni.S
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/mmx/srfft_kni.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- srfft_kni.S	10 Jul 2001 08:27:49 -0000	1.1
+++ srfft_kni.S	7 Aug 2001 15:51:22 -0000	1.2
@@ -21,8 +21,10 @@
  *  Modified for using with mplayer by Nick Kurshev <nickols_k at mail.ru>
  */
 
-.section	.rodata
-	.align 16
+/ .section and .rodata unknown to gas 2.11.2 OpenBSD
+//.section	.rodata
+.data
+	.balign 16
 hsqrt2:	 .float 0f0.707106781188
 	 .float 0f0.707106781188
 	 .float 0f-0.707106781188
@@ -33,7 +35,7 @@
 	 .float 0f1.0
 	
 .text
-	.align 4
+	.balign 4
 .global fft_4_kni
 	.type fft_4_kni, @function
 fft_4_kni:
@@ -63,7 +65,7 @@
 	ret
 	
 
-	.align 4
+	.balign 4
 .global fft_8_kni
 	.type fft_8_kni, @function
 fft_8_kni:
@@ -131,7 +133,7 @@
 	leave
 	ret
 
-	.align 4
+	.balign 4
 .global fft_asmb_kni 
 	.type fft_asmb, @function
 fft_asmb_kni:




More information about the MPlayer-cvslog mailing list