diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-09-10 09:23:53 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-10 11:47:21 +0100 |
commit | 3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415 (patch) | |
tree | 2a63e018cec1fc5a8f79df4a82c515f994dd5c81 /meta/recipes-devtools/binutils/binutils-2.20.1 | |
parent | c4fb6982c0aec758e9a080c5a8435239d0262cf6 (diff) | |
download | openembedded-core-3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415.tar.gz openembedded-core-3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415.tar.bz2 openembedded-core-3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415.tar.xz openembedded-core-3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415.zip |
Fix the matchbox-panel seg fault on netbook & emenlow
netbook & emenlow use "-march=core2"(in tune-atom.inc) instead of "=i586"(for
qemux86), plus the "-fomit-frame-pointer" in default FULL_OPTIMIZATION, this
cause strange seg fault when starting matchbox-panel.
seg fault happened @ tmp_reset_bg (gtk+-2.20.1/gdk/x11/gdkwindow-x11.c), which
is inline function extended inside _gdk_x11_window_tmp_unset_bg. When expanding
GDK_DRAWABLE_XID(obj->bg_pixmap) with gcc 4.5.0 optimization, a function call
is missing. Saving a local var to stack also disappeared, but still tried to
restore it from stack, which cause seg fault after getting a worng value.
This fix avoid "-fomit-frame-pointer" in gtk+ on netbook & emenlow.
[BUGID #224] fixed by this.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.20.1')
0 files changed, 0 insertions, 0 deletions