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.
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.
2013-01-07 Joel Brobecker <brobecker@adacore.com>
;;
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*)