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:
parent
a364a116f9
commit
acde209241
@ -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>
|
2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
|
||||||
|
|
||||||
* gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
|
* gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
|
||||||
|
@ -21,6 +21,11 @@
|
|||||||
# #define EM_X86_64 62 /* AMD x86-64 architecture */
|
# #define EM_X86_64 62 /* AMD x86-64 architecture */
|
||||||
# patch @0x12: 0x3E -> 0x03
|
# patch @0x12: 0x3E -> 0x03
|
||||||
|
|
||||||
|
if { ![istarget "i?86-*-*"] && ![istarget "x86_64-*-*"] } then {
|
||||||
|
verbose "Skipping i386 biarch core test."
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
standard_testfile
|
standard_testfile
|
||||||
|
|
||||||
gdb_exit
|
gdb_exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user