commit | 5d47e20b22ad00ea059afca86e12c6f0f06e2d4f | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Mar 15 16:38:03 2023 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Wed Mar 15 16:38:03 2023 +0100 |
tree | 596ddcfc5c48b8b789e3c92fa4a1a1e938b2fb08 | |
parent | fdefd3b5314677eb838d28866d0fcf6cf6546222 [diff] |
[gdb/testsuite] Fix re-used exec in gdb.arch/ftrace-insn-reloc.exp In test-case gdb.arch/ftrace-insn-reloc.exp we generate two executables with the same name, which is confusing and known to cause trouble. Fix this by making the executable names unique. Tested on x86_64-linux.