gdb/riscv: Remove partial target description support
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Mar 2018 16:57:41 +0000 (16:57 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Mar 2018 19:12:59 +0000 (19:12 +0000)
commit9add17f218409f357d5ed8b831c777ac93f41ec4
treef96e7e365d7b5a710d05ab72ebf4b8f30341f4e6
parentc9486dfe2753a3a9683dbb131ecfb4f5808a27c1
gdb/riscv: Remove partial target description support

Some parts of the target description support were committed with the
initial riscv patch.  As target descriptions are not currently supported
on riscv this commit removes the two pieces for code that relate to
target description support.

It is expected that target description support will be added in the
future, at which point this, or similar code will be added back.

gdb/ChangeLog:

* riscv-tdep.c (riscv_register_name): Remove target description
support.
(riscv_gdbarch_init): Remove target description check.
gdb/ChangeLog
gdb/riscv-tdep.c