mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
gdb/testsuite: Add support for LoongArch in gdb.base/float.exp
The test results on LoongArch as follows: Without this patch: ``` $ make check-gdb TESTS="gdb.base/float.exp" === gdb Summary === # of expected passes 2 # of unexpected failures 1 ``` With this patch: ``` $ make check-gdb TESTS="gdb.base/float.exp" === gdb Summary === # of expected passes 3 ``` Signed-off-by: Hui Li <lihui@loongson.cn> Reviewed-By: Tom Tromey <tom@tromey.com> Approved-By: Simon Marchi <simon.marchi@efficios.com> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
This commit is contained in:
parent
b7571e1e6f
commit
74975df62c
@ -126,6 +126,8 @@ if {[is_aarch64_target]} {
|
||||
pass "info float (without FPU)"
|
||||
}
|
||||
}
|
||||
} elseif {[istarget "loongarch*-*-*"]} {
|
||||
gdb_test "info float" "f.*fcc0.*fcsr.*" "info float"
|
||||
} else {
|
||||
gdb_test "info float" "No floating.point info available for this processor." "info float (unknown target)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user