diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-02 12:20:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 22:46:16 +0000 |
commit | daaaeb1bd1467a2bed75722ce3ff35be970402e0 (patch) | |
tree | 59687c0b4270cec60222cd7d4d63b9a56ef63766 /meta/site/endian-big | |
parent | 207e86ba12c15937845ace66206566cd11dac994 (diff) | |
download | openembedded-core-daaaeb1bd1467a2bed75722ce3ff35be970402e0.tar.gz openembedded-core-daaaeb1bd1467a2bed75722ce3ff35be970402e0.tar.bz2 openembedded-core-daaaeb1bd1467a2bed75722ce3ff35be970402e0.tar.xz openembedded-core-daaaeb1bd1467a2bed75722ce3ff35be970402e0.zip |
libatomics-ops: patch source code for x32
This Fixes bug: [YOCTO #1418]
Remove the `q' suffix on x86-64 atomic instructions.
We don't need the `q' suffix on x86_64 atomic instructions for AO_t,
which is defined as "unsigned long". "unsigned long" is 32bit for x32
and 64bit for x86-64. The register operand in x86-64 atomic instructions
is sufficient to properly determine the register size.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/endian-big')
0 files changed, 0 insertions, 0 deletions