Re: [OE-core] [PATCH] ltp: set -fomit-frame-pointer explicitly

2018-06-15 Thread Yu, Mingli
On 2018年06月15日 03:20, Andre McCurdy wrote: On Thu, Jun 14, 2018 at 9:38 AM, Khem Raj wrote: On 6/14/18 2:35 AM, mingli...@windriver.com wrote: From: Mingli Yu When build ltp with -fno-omit-frame-pointer, it will trigger below error: | cve-2015-3290.c: In function 'child_thread': |

Re: [OE-core] [PATCH] ltp: set -fomit-frame-pointer explicitly

2018-06-14 Thread Andre McCurdy
On Thu, Jun 14, 2018 at 9:38 AM, Khem Raj wrote: > On 6/14/18 2:35 AM, mingli...@windriver.com wrote: >> From: Mingli Yu >> >> When build ltp with -fno-omit-frame-pointer, >> it will trigger below error: >> | cve-2015-3290.c: In function 'child_thread': >> | cve-2015-3290.c:416:1: error: bp

Re: [OE-core] [PATCH] ltp: set -fomit-frame-pointer explicitly

2018-06-14 Thread Khem Raj
On 6/14/18 2:35 AM, mingli...@windriver.com wrote: > From: Mingli Yu > > When build ltp with -fno-omit-frame-pointer, > it will trigger below error: > | cve-2015-3290.c: In function 'child_thread': > | cve-2015-3290.c:416:1: error: bp cannot be used in asm here > > And there is also some

[OE-core] [PATCH] ltp: set -fomit-frame-pointer explicitly

2018-06-14 Thread mingli.yu
From: Mingli Yu When build ltp with -fno-omit-frame-pointer, it will trigger below error: | cve-2015-3290.c: In function 'child_thread': | cve-2015-3290.c:416:1: error: bp cannot be used in asm here And there is also some comment as below in the source file