diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2019-08-21 00:24:37 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2019-08-25 17:00:08 +0900 |
commit | e3ec872f8012377e50f0c9c888d2bc3163a356b2 (patch) | |
tree | 94033235c8b64c9ccea348d759a3a615312716c5 /gdb/NEWS | |
parent | 25602020bc462ddf4f0cc831e53bff20dbcfbb5f (diff) | |
download | gdb-e3ec872f8012377e50f0c9c888d2bc3163a356b2.zip gdb-e3ec872f8012377e50f0c9c888d2bc3163a356b2.tar.gz gdb-e3ec872f8012377e50f0c9c888d2bc3163a356b2.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ provide the exitcode or exit status of the shell commands launched by GDB commands such as "shell", "pipe" and "make". +* The RX port now supports XML target descriptions. + * Python API ** The gdb.Value type has a new method 'format_string' which returns a |