mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2004-06-08 Randolph Chung <tausq@debian.org>
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure message for unknown architectures more clear.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-06-08 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
|
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
|
||||||
|
message for unknown architectures more clear.
|
||||||
|
|
||||||
2004-06-08 Joel Brobecker <brobecker@gnat.com>
|
2004-06-08 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* gdb.ada/null_record.exp: Use "start" instead of "begin" to
|
* gdb.ada/null_record.exp: Use "start" instead of "begin" to
|
||||||
|
@ -75,6 +75,8 @@ if { [istarget "alpha*-*-*"] } then {
|
|||||||
pass "info float (without FPU)"
|
pass "info float (without FPU)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} elseif [istarget "hppa*-*"] then {
|
||||||
|
gdb_test "info float" "fr4.*fr4R.*fr31R.*" "info float"
|
||||||
} else {
|
} else {
|
||||||
gdb_test "info float" "No floating.point info available for this processor." "info float"
|
gdb_test "info float" "No floating.point info available for this processor." "info float (unknown target)"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user