Re: [PATCH 2/2] gdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPS
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/17/2015 02:14 AM, Max Filippov wrote: > This fixes lbeg/lend/lcount registers handling through gdbserver. > > 2015-04-17 Max Filippov <[email protected]> > gdb/gdbserver/ > * linux-xtensa-low.c (xtensa_fill_gregset, > xtensa_store_gregset): fix typo in XCHAL_HAVE_LOOPS I was curious on whether it might have been that XCHAL_HAVE_LOOP used to exist and was later renamed ("as in, how did this ever work then?"), but googling around, it doesn't seem have ever existed indeed. Write instead: 2015-04-17 Max Filippov <[email protected]> gdb/gdbserver/ * linux-xtensa-low.c (xtensa_fill_gregset) (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of XCHAL_HAVE_LOOP. OK with that change. Thanks, Pedro Alves