This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Run gdb.trace/ftrace.exp on `x86_64 -m64' and setup kfail


On 03/05/2012 03:34 PM, Yao Qi wrote:
> The original condition in ftrace.exp is `is_x86_like_target',
> which return 1 if target is an x86 or x86_64 with -m32.  I
> can't see any reason why this case can't run on `x86_64 -m64'.
> This patch is to relax this condition a little.
>
> After changing this condition, I got two FAILs on x86_64-linux.
> Open PR 13808 to track them, and set up KFAIL in test case.
>
>   http://sourceware.org/bugzilla/show_bug.cgi?id=13808
>
> OK to apply?

OK with ...

> -    if { [is_x86_like_target] } {
> +    if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } {


...

+    if { [istarget "x86_64-*-*"] || [istarget "i\[34567\]86-*-*"] } {


-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]