Remove const in xtensa-linux-nat.c:fetch_gregs
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 6 Mar 2017 21:06:42 +0000 (16:06 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 6 Mar 2017 21:07:05 +0000 (16:07 -0500)
commitd274ecf4ddf76768af57e27f654b9ce6784b391c
treed07f57418bd22a268b31a1902eee1f3f355aaa85
parent79a964dca572024447adf92e50959dc88aa4f27a
Remove const in xtensa-linux-nat.c:fetch_gregs

Fixes:

/home/emaisin/src/binutils-gdb/gdb/xtensa-linux-nat.c: In function 'void fetch_gregs(regcache*, ptid_t, int)':
/home/emaisin/src/binutils-gdb/gdb/xtensa-linux-nat.c:178:23: error: uninitialized const 'regs' [-fpermissive]
   const gdb_gregset_t regs;
                       ^

gdb/ChangeLog:

* xtensa-linux-nat.c (fetch_gregs): Remove const.
gdb/ChangeLog
gdb/xtensa-linux-nat.c
This page took 0.025849 seconds and 4 git commands to generate.