binutils-gdb/gdb/testsuite/gdb.btrace
Markus Metzger e0461dbb65 btrace, testsuite: fix assembly source file selection
Some btrace tests use assembly source files.  They use the target triplet to
distinguish between x86_64 and ia32 ISA.  This does not work for -m32 tests
without setting the target triplet to i686-?-?.

Instead use is_amd64_regs_target to distinguish between x86_64 and ia32 ISA.

See also https://sourceware.org/ml/gdb-patches/2016-07/msg00256.html.

testsuite/
	* gdb.btrace/record_goto.exp: Use is_amd64_regs_target for selecting
	assembly source files.
	* gdb.btrace/stepi.exp: Use is_amd64_regs_target for selecting
	assembly source files.
	* gdb.btrace/tailcall.exp: Use is_amd64_regs_target for selecting
	assembly source files.
	* gdb.btrace/tailcall-only.exp: Use is_amd64_regs_target for selecting
	assembly source files.
2016-07-26 13:56:27 +02:00
..
buffer-size.exp
data.c
data.exp
delta.exp
dlopen-dso.c
dlopen.c
dlopen.exp
enable.c
enable.exp
exception.cc
exception.exp
function_call_history.c
function_call_history.exp
gcore.exp
i686-record_goto.S
i686-tailcall-only.S
i686-tailcall.S
instruction_history.S
instruction_history.c
instruction_history.exp
multi-thread-step.c
multi-thread-step.exp
nohist.exp
non-stop.c
non-stop.exp
reconnect.c btrace: Resume recording after disconnect. 2016-07-25 11:03:43 +02:00
reconnect.exp btrace: Resume recording after disconnect. 2016-07-25 11:03:43 +02:00
record_goto-step.exp
record_goto.c
record_goto.exp btrace, testsuite: fix assembly source file selection 2016-07-26 13:56:27 +02:00
rn-dl-bind.c
rn-dl-bind.exp
segv.c
segv.exp
step.exp
stepi.exp btrace, testsuite: fix assembly source file selection 2016-07-26 13:56:27 +02:00
tailcall-only.c
tailcall-only.exp btrace, testsuite: fix assembly source file selection 2016-07-26 13:56:27 +02:00
tailcall.c
tailcall.exp btrace, testsuite: fix assembly source file selection 2016-07-26 13:56:27 +02:00
tsx.c
tsx.exp
unknown_functions.c
unknown_functions.exp
vdso.c
vdso.exp
x86-tsx.S
x86_64-record_goto.S
x86_64-tailcall-only.S
x86_64-tailcall.S