nasm: avoid space before the :data symbol type.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 31 Jul 2010 15:12:31 +0000 (17:12 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 2 Aug 2010 13:20:42 +0000 (09:20 -0400)
commit0e8f108fb0c33a509c87f08a870b11d92223e1e4
treecac6678dc5982fb879dded8ee0a9a21324bb874a
parent0327d3df9005c4ebe099db74012ba2f37efda7b1
nasm: avoid space before the :data symbol type.

global label:data
           ^^

Provide nasm compatibility.  No binary change by this patch with yasm
on {x86_64,i686}-fedora13-linux-gnu.  Few longer opcodes with nasm on
{x86_64,i686}-fedora13-linux-gnu have been checked as safe.

Change-Id: I10f17eb1e4d4a718d4ebd1d0ccddc807c365e021
vp8/common/x86/subpixel_mmx.asm
vpx_ports/x86_abi_support.asm