gdbserver/xtensa: drop xtensa_usrregs_info
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 17 Apr 2015 00:07:41 +0000 (03:07 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 17 Apr 2015 14:18:43 +0000 (17:18 +0300)
commitdeb44829ecc1dd38275af0fcf91acd319e227a89
tree22f9b69ebd1c6fcb9955de6f26c3cf12f368c02d
parentdbbf180a8176d59eb04d20a681c0e77e2b0551a5
gdbserver/xtensa: drop xtensa_usrregs_info

xtensa_usrregs_info refers to undefined variables xtensa_num_regs and
xtensa_regmap. Drop xtensa_usrregs_info and replace pointer to usrregs
in regs_info with NULL since all registers are read/set through regsets.

2015-04-17  Max Filippov  <jcmvbkbc@gmail.com>
gdb/gdbserver/
* linux-xtensa-low.c (xtensa_usrregs_info): Remove.
(regs_info): Replace usrregs pointer with NULL.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-xtensa-low.c
This page took 0.035414 seconds and 4 git commands to generate.