diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-03 18:53:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:08 +0000 |
commit | ccf01c858218ae67d609ced3a05d9a93a6ffc5d4 (patch) | |
tree | b3cee5171bd9a5c16c5776e0ff5132cc05b457eb /meta/recipes-support/beecrypt | |
parent | c877ec8ff1dfbf0123f94711f44cea043815a9c1 (diff) | |
download | openembedded-core-ccf01c858218ae67d609ced3a05d9a93a6ffc5d4.tar.gz openembedded-core-ccf01c858218ae67d609ced3a05d9a93a6ffc5d4.tar.bz2 openembedded-core-ccf01c858218ae67d609ced3a05d9a93a6ffc5d4.tar.xz openembedded-core-ccf01c858218ae67d609ced3a05d9a93a6ffc5d4.zip |
pulseaudio: fix compilation with x32 toolchain
This commit makes assembly syntax compatible with x32 toolchain
to avoid these x32 gcc errors:
| pulsecore/svolume_mmx.c: Assembler messages:
| pulsecore/svolume_mmx.c:107: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:135: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:161: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:162: Error: `8(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:180: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:210: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:244: Error: `(%esi,%rdi,4)' is not a valid
base/index expression
| pulsecore/svolume_mmx.c:245: Error: `8(%esi,%rdi,4)' is not a valid
base/index expression
| make[3]: *** [libpulsecore_1.1_la-svolume_mmx.lo] Error 1
Orignally these assembly lines are written for x86_64 ABI, now they are
also compatible with
X32 ABI.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-support/beecrypt')
0 files changed, 0 insertions, 0 deletions