testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 20 Jul 2016 14:20:48 +0000 (16:20 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 20 Jul 2016 14:20:48 +0000 (16:20 +0200)
commit7674d381b47f9f2411c0ca1da0c152940dc0d7bd
treeaccba23b6794472a194affad0d8e8600b4288bff
parent72b5d09937fa2dac8ca7c801b9ddefe1b0176b6f
testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32

$ runtest 'CC_FOR_TARGET=gcc -m32' gdb.btrace/tailcall-only.exp
Running ./gdb.btrace/tailcall-only.exp ...
gdb compile failed, tailcall-only.c: Assembler messages:
tailcall-only.c:142: Error: cannot represent relocation type BFD_RELOC_64
[...]
tailcall-only.c:425: Error: cannot represent relocation type BFD_RELOC_64

It works for the other x86 arch combinations:

On Mon, 11 Apr 2016 08:44:23 +0200, Metzger, Markus T wrote:
I'm setting the target triplet to "i686-unknown-linux" in my m32 configuration.
Like this:

set target_triplet "i686-unknown-linux"
set_board_info cflags "-m32"
set_board_info cppflags "-m32"

On Wed, 20 Jul 2016 16:02:20 +0200, Pedro Alves wrote:
There's no reason you should _not_ set it.

But, multilib-style testing with --target_board=unix\{-m64,-m32\} etc.
should work _too_, IMO.

gdb/testsuite/ChangeLog
2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.btrace/tailcall-only.exp
This page took 0.030647 seconds and 4 git commands to generate.