Merge http://git.xiph.org/?p=opus.git;a=commitdiff;h=e70faf98b0465e4f278c72ce2d7b4ad10221a2f2

Opus releases are rare, and this change doesn't have a functional effect, so
just pull it in. It shouldn't make updating to the next release harder, as the
next release will contain this change.

BUG=chromium:124610
R=sergeyu@chromium.org

Review URL: https://codereview.chromium.org/450213003

git-svn-id: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus@289085 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/celt/arm/arm2gnu.pl b/celt/arm/arm2gnu.pl
index 92e7cf1..e313904 100644
--- a/celt/arm/arm2gnu.pl
+++ b/celt/arm/arm2gnu.pl
@@ -49,6 +49,8 @@
 $thumb = 0;     # ARM mode by default, not Thumb.
 @proc_stack = ();
 
+printf ("    .syntax unified\n");
+
 LINE:
 while (<>) {