[gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk.exp
authorTom de Vries <tdevries@suse.de>
Tue, 21 Feb 2023 14:06:50 +0000 (15:06 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 21 Feb 2023 14:06:50 +0000 (15:06 +0100)
commit2ef339e38f51906a394105fe545058fec1f9bc4a
treeaed4a3cbc2573ad1ee0da2a09775cd6d21eedd4a
parent491b4c189a4135edf2a4e580a0433af12a71fba5
[gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk.exp

On aarch64-linux, I run into:
...
Running gdb.reverse/step-indirect-call-thunk.exp ...
gdb compile failed, gcc: error: unrecognized command line option \
  '-mindirect-branch=thunk'; did you mean '-findirect-inlining'?
gcc: error: unrecognized command line option '-mfunction-return=thunk'; \
  did you mean '-Wfunction-elimination'?
UNTESTED: gdb.reverse/step-indirect-call-thunk.exp: failed to prepare
...

Fix this by requiring istarget "x86*", similar to what was added in
gdb.base/step-indirect-call-thunk.exp by commit 43127ae5714 ("Fix
gdb.base/step-indirect-call-thunk.exp"), such that we have instead:
...
UNSUPPORTED: gdb.reverse/step-indirect-call-thunk.exp: require failed: \
  istarget "x86*
...

Tested on x86_64-linux and aarch64-linux.
gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp