[Mplayer-cvslog] CVS: main/libac3/downmix downmix_kni.S,1.1.1.1,1.2

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


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

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


Index: downmix_kni.S
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/downmix/downmix_kni.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- downmix_kni.S	24 Feb 2001 20:29:42 -0000	1.1.1.1
+++ downmix_kni.S	7 Aug 2001 15:51:21 -0000	1.2
@@ -18,15 +18,18 @@
  *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  */
-                                                                                  
-.section .rodata
-	.align 4
+
+/ .section and .rodata are unknown to gas 2.11.2 OpenBSD - atmos                                                                                 
+//.section .rodata
+.data
+	.balign 4
 sqrt2:	.float 0f0.7071068
 	.p2align 5,0,
 	
-	.section .text
+//	.section .text
+.text
 	
-	.align 4
+	.balign 4
 	.global downmix_3f_2r_to_2ch
 	.type downmix_3f_2r_to_2ch, @function
 




More information about the MPlayer-cvslog mailing list