* lib/gdb.exp (is_x86_like_target): New proc.

* gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
	* gdb.dwarf2/valop.exp: Use is_x86_like_target.
	* gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
	-nostdlib to compiler.
	* gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
	* gdb.dwarf2/pieces.exp: Use is_x86_like_target.
	* gdb.dwarf2/implptr.exp: Use is_x86_like_target.
	* gdb.dwarf2/dw2-restore.exp: Check for LP64.
	* gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
This commit is contained in:
Tom Tromey 2011-05-13 17:17:22 +00:00
parent 72fc29ff12
commit 6edba76fe8
10 changed files with 36 additions and 12 deletions

View file

@ -21,7 +21,7 @@ if {![dwarf2_support]} {
return 0
}
# This test can only be run on x86 targets.
if {![istarget i?86-*]} {
if {![is_x86_like_target]} {
return 0
}