aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-09-22 13:51:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 08:47:22 +0100
commitafc9edc27e77e80fdd24b4c8c538f91672940e75 (patch)
tree28700a5150566a5b2212a0ce5b3e0482e983d9ea /meta/recipes-core/glib-2.0
parent974cdb88680359aac5aefd11b84c4a374ab3a753 (diff)
downloadopenembedded-core-contrib-afc9edc27e77e80fdd24b4c8c538f91672940e75.tar.gz
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/glib-2.0')
0 files changed, 0 insertions, 0 deletions