Make x86-lynx GDBserver pass XML register map to GDB.

This is not strictly needed, since both GDB and GDBserver seem
to agree on the register numbering without this.  But this allows
us to make sure that this is always going to be the case.

gdb/gdbserver/ChangeLog:

        * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
This commit is contained in:
Joel Brobecker 2013-01-07 11:42:53 +00:00
parent 50681a2705
commit e6352c8f63
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-07 Joel Brobecker <brobecker@adacore.com>
* configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
2013-01-07 Joel Brobecker <brobecker@adacore.com>
* configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.

View File

@ -105,6 +105,9 @@ case "${target}" in
;;
i[34567]86-*-lynxos*) srv_regobj="i386.o"
srv_tgtobj="lynx-low.o lynx-i386-low.o"
srv_xmlfiles="i386/i386.xml"
srv_xmlfiles="${srv_xmlfiles} i386/32bit-core.xml"
srv_xmlfiles="${srv_xmlfiles} i386/32bit-sse.xml"
srv_lynxos=yes
;;
i[34567]86-*-mingw32ce*)