diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-09-22 13:51:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 08:47:22 +0100 |
commit | afc9edc27e77e80fdd24b4c8c538f91672940e75 (patch) | |
tree | 28700a5150566a5b2212a0ce5b3e0482e983d9ea /meta/recipes-core | |
parent | 974cdb88680359aac5aefd11b84c4a374ab3a753 (diff) | |
download | openembedded-core-afc9edc27e77e80fdd24b4c8c538f91672940e75.tar.gz openembedded-core-afc9edc27e77e80fdd24b4c8c538f91672940e75.tar.bz2 openembedded-core-afc9edc27e77e80fdd24b4c8c538f91672940e75.tar.xz openembedded-core-afc9edc27e77e80fdd24b4c8c538f91672940e75.zip |
qemugl: Use local variable rather than "push" to save register
New gcc uses "%esp" rather than "%ebp" to index local variable in stack, and
push between save-to/restore-from stack decrease "%esp", which leads wrong
index. Saving registers via local variables to make gcc aware of this and avoid
stack disorder.
[YOCTO #1442] got fixed
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions