[PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file

Maciej W. Rozycki macro@mips.com
Mon Oct 30 14:12:00 GMT 2017


On Mon, 30 Oct 2017, Maciej W. Rozycki wrote:

>  Once we have an issue number, we can then:
> 
>     if [is_remote target] {
> 	setup_kfail "gdb/..." "*-*-*"
>     }
> 
> ahead of the offending case.

 Or:

    if {![string match $host_triplet $target_triplet]} {
	setup_kfail "gdb/..." "*-*-*"
    }

really (`isnative' doesn't help here as it's too restrictive: we could 
have a native GDB built on a different system; this is actually what I use 
as I don't currently have an adequate version of native MIPS GCC set up).

  Maciej



More information about the Binutils mailing list