[asterisk-commits] qwell: branch 1.6.0 r109654 - in /branches/1.6.0: ./ codecs/log2comp.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 18 14:24:46 CDT 2008
Author: qwell
Date: Tue Mar 18 14:24:45 2008
New Revision: 109654
URL: http://svn.digium.com/view/asterisk?view=rev&rev=109654
Log:
Merged revisions 109651 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r109651 | qwell | 2008-03-18 14:24:15 -0500 (Tue, 18 Mar 2008) | 15 lines
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:
branches/1.6.0/ (props changed)
branches/1.6.0/codecs/log2comp.h
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/codecs/log2comp.h
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/codecs/log2comp.h?view=diff&rev=109654&r1=109653&r2=109654
==============================================================================
--- branches/1.6.0/codecs/log2comp.h (original)
+++ branches/1.6.0/codecs/log2comp.h Tue Mar 18 14:24:45 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