[asterisk-commits] qwell: trunk r109651 - in /trunk: ./ codecs/log2comp.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 18 14:24:15 CDT 2008


Author: qwell
Date: Tue Mar 18 14:24:15 2008
New Revision: 109651

URL: http://svn.digium.com/view/asterisk?view=rev&rev=109651
Log:
Merged revisions 109648 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r109648 | qwell | 2008-03-18 14:23:44 -0500 (Tue, 18 Mar 2008) | 7 lines

Allow codecs that use log2comp (g726) to compile correctly on x86 with gcc4 optimizations.

(closes issue #12253)
Reported by: fossil
Patches:
      log2comp.patch uploaded by fossil (license 140)

........

Modified:
    trunk/   (props changed)
    trunk/codecs/log2comp.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/codecs/log2comp.h
URL: http://svn.digium.com/view/asterisk/trunk/codecs/log2comp.h?view=diff&rev=109651&r1=109650&r2=109651
==============================================================================
--- trunk/codecs/log2comp.h (original)
+++ trunk/codecs/log2comp.h Tue Mar 18 14:24:15 2008
@@ -43,7 +43,7 @@
 		decl	%0			;\
 		bsrl	%1, %0		;\
 		"
-		: "=r" (a)
+		: "=&r" (a)
 		: "mr" (val)
 		: "cc"
 	);




More information about the asterisk-commits mailing list