mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-25 10:13:33 +08:00
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:
parent
50681a2705
commit
e6352c8f63
@ -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.
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user