gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on suitable targets

Restrict the test gdb.arch/i386-biarch-core.exp to only run on
suitable targets.

gdb/testsuite/ChangeLog:

	* gdb.arch/i386-biarch-core.exp: Add target check.
This commit is contained in:
Andrew Burgess 2021-02-04 20:36:30 +00:00
parent a364a116f9
commit acde209241
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.arch/i386-biarch-core.exp: Add target check.
2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
* gdb.dwarf2/pr13961.S: Corrected invalid DIE references.

View File

@ -21,6 +21,11 @@
# #define EM_X86_64 62 /* AMD x86-64 architecture */
# patch @0x12: 0x3E -> 0x03
if { ![istarget "i?86-*-*"] && ![istarget "x86_64-*-*"] } then {
verbose "Skipping i386 biarch core test."
return
}
standard_testfile
gdb_exit