[PATCH 2/2] gdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPS

Pedro Alves palves@redhat.com
Fri Apr 17 11:29:00 GMT 2015


On 04/17/2015 02:14 AM, Max Filippov wrote:
> This fixes lbeg/lend/lcount registers handling through gdbserver.
> 
> 2015-04-17  Max Filippov  <jcmvbkbc@gmail.com>
> 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  <jcmvbkbc@gmail.com>
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



More information about the Gdb mailing list