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:47:08 +0000 |
commit | e3a384578f677c05d812d99c2c92aa13670bd06a (patch) | |
tree | 256521c19b8ea3b4e216f508f4fef68eb651854e /meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb | |
parent | f5c071d93c9e6f57930bce56b1e4f009c160a826 (diff) | |
download | poky-e3a384578f677c05d812d99c2c92aa13670bd06a.tar.gz |
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.
(From OE-Core rev: daaaeb1bd1467a2bed75722ce3ff35be970402e0)
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/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb')
0 files changed, 0 insertions, 0 deletions