diff options
| author | Pedro Alves <palves@redhat.com> | 2016-08-23 23:17:12 +0100 |
|---|---|---|
| committer | Pedro Alves <palves@redhat.com> | 2016-08-23 23:17:12 +0100 |
| commit | 7157552b0f8b4bb74910d85808244029c89229ff (patch) | |
| tree | 3c9587360290d538603a4d11855f4be59626eac6 /gdb/arm-linux-nat.c | |
| parent | e24e88f9de8e4d34c052864c42aed10778f0174a (diff) | |
| download | gdb-7157552b0f8b4bb74910d85808244029c89229ff.zip gdb-7157552b0f8b4bb74910d85808244029c89229ff.tar.gz gdb-7157552b0f8b4bb74910d85808244029c89229ff.tar.bz2 | |
x32 Fast tracepoints: IPA target descriptions
Building GDB for x32 fails building the IPA, with:
.../src/gdb/gdbserver/linux-amd64-ipa.c: In function ‘const target_desc* get_ipa_tdesc(int)’:
.../src/gdb/gdbserver/linux-amd64-ipa.c:182:14: error: ‘tdesc_amd64_avx_linux’ was not declared in this scope
return tdesc_amd64_avx_linux;
^
.../src/gdb/gdbserver/linux-amd64-ipa.c:184:14: error: ‘tdesc_amd64_mpx_linux’ was not declared in this scope
return tdesc_amd64_mpx_linux;
^
.../src/gdb/gdbserver/linux-amd64-ipa.c:186:14: error: ‘tdesc_amd64_avx_mpx_linux’ was not declared in this scope
return tdesc_amd64_avx_mpx_linux;
^
[...]
The problem is that the IPA is trying to use the 64-bit descriptions,
when it should be using the x32 ones.
gdb/gdbserver/ChangeLog:
2016-08-23 Pedro Alves <palves@redhat.com>
PR gdb/20415
* Makefile.in (x32-linux-ipa.o, x32-avx-linux-ipa.o)
(x32-avx512-linux-ipa.o): New rules.
* configure.ac (x86_64-*-linux*): New x32 check.
* configure.srv (ipa_x32_linux_regobj): New.
(x86_64-*-linux*): Use $ipa_x32_linux_regobj if building for x32.
* linux-amd64-ipa.c (get_ipa_tdesc) [__ILP32__]: Return x32
descriptions.
(initialize_low_tracepoint) [__ILP32__]: Initialize x32
descriptions.
* configure: Regenerate.
Diffstat (limited to 'gdb/arm-linux-nat.c')
0 files changed, 0 insertions, 0 deletions
