gdb/csky rm csky_print_registers_info
authorJiangshuai Li <jiangshuai_li@linux.alibaba.com>
Tue, 13 Sep 2022 06:24:39 +0000 (14:24 +0800)
committerJiangshuai Li <jiangshuai_li@linux.alibaba.com>
Tue, 13 Sep 2022 06:24:39 +0000 (14:24 +0800)
commit77c2f1aad10656edc774eb962937b778e78d1a37
treef5fd865cfa21313e5ef8ed385bb0d3aad1bce518
parentc0828c5a52c3107743f64c57ca6cdfa9ed156114
gdb/csky rm csky_print_registers_info

The reason for implementing this interface is that we want to print
GPR, PC, EPC, PSR and EPSR when the "info register" command
is executed.

A prev patch has added PC, EPC, PSR and EPSR to reggroup
general_group, the purpose has been achieved, so this function is
no longer required.
gdb/csky-tdep.c