[GDBserver] Initialize the x32 avx target description.
authorPedro Alves <palves@redhat.com>
Tue, 11 Jun 2013 13:32:52 +0000 (13:32 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 11 Jun 2013 13:32:52 +0000 (13:32 +0000)
commit7e5aaa093cea562f88d02bd0b4b58c7d8329708c
tree290f288422dba9b2fc72aad7c97fded213e5e870
parent221280281041198585f192c1144fc8a74d7e8559
[GDBserver] Initialize the x32 avx target description.

All target descriptions must be initialized at startup, but this one was forgotten.

gdb/gdbserver/
2013-06-11  Pedro Alves  <palves@redhat.com>

* linux-x86-low.c (initialize_low_arch): Call
init_registers_x32_avx_linux.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c