mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
gdb: more 'const' in gdb/reggroups.{c,h}
Convert the reggroup_new and reggroup_gdbarch_new functions to return a 'const regggroup *', and fix up all the fallout. There should be no user visible changes after this commit.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
|
||||
/* The m32c tdep structure. */
|
||||
|
||||
static struct reggroup *m32c_dma_reggroup;
|
||||
static const reggroup *m32c_dma_reggroup;
|
||||
|
||||
/* The type of a function that moves the value of REG between CACHE or
|
||||
BUF --- in either direction. */
|
||||
|
Reference in New Issue
Block a user