Convert the RX target to make use of target descriptions.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 20 Aug 2019 15:24:37 +0000 (00:24 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Sun, 25 Aug 2019 08:00:08 +0000 (17:00 +0900)
commite3ec872f8012377e50f0c9c888d2bc3163a356b2
tree94033235c8b64c9ccea348d759a3a615312716c5
parent25602020bc462ddf4f0cc831e53bff20dbcfbb5f
Convert the RX target to make use of target descriptions.

gdb/ChangeLog

2019-08-25  Yoshinori Sato <ysato@users.sourceforge.jp>

* gdb/rx-tdep.c (rx_register_names): New.
(rx_register_name): Delete.
(rx_psw_type): Delete.
(rx_fpsw_type): Delete.
(rx_register_type): Delete.
(rx_gdbarch_init): Convert target-descriptions.
(_initialize_rx_tdep): Add initialize_tdesc_rx.
* gdb/features/Makefile: Add rx.xml.
* gdb/features/rx.xml: New.
* gdb/features/rx.c: Generated.
* gdb/NEWS: Mention target description support.

gdb/doc/ChangeLog:

2019-08-25  Yoshinori Sato <ysato@users.sourceforge.jp>

* gdb.texinfo (Standard Target Features): Add RX Features sub-section.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/features/Makefile
gdb/features/rx.c [new file with mode: 0644]
gdb/features/rx.xml [new file with mode: 0644]
gdb/rx-tdep.c
This page took 0.026389 seconds and 4 git commands to generate.