Re: [PATCH 1/2] gdbserver/xtensa: drop xtensa_usrregs_info
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/17/2015 02:14 AM, Max Filippov wrote: > 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. Eeek, that was added 2 years ago already... :-P > > 2015-04-17 Max Filippov <[email protected]> > gdb/gdbserver/ > * linux-xtensa-low.c (xtensa_usrregs_info): remove. > (regs_info): replace usrregs pointer with NULL. Looks fine, thanks. Thanks, Pedro Alves