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

Pedro Alves palves@redhat.com
Mon Mar 5 16:26:00 GMT 2012


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



More information about the Gdb-patches mailing list