commit | dbf5d61bdad9131d31c3410f123db3e296d91dfc | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Thu Mar 31 12:36:06 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Apr 07 16:01:17 2022 +0100 |
tree | 9ef27c372410bd8981fc7e32f43f0d0fddb63485 | |
parent | b5556e33b5cbe101257074c497178df6de293c3e [diff] |
gdb: make gdbarch_register_reggroup_p take a const reggroup * Change gdbarch_register_reggroup_p to take a 'const struct reggroup *' argument. This requires a change to the gdb/gdbarch-components.py script, regeneration of gdbarch.{c,h}, and then updates to all the architectures that implement this method. There should be no user visible changes after this commit.