diff options
author | Alan Modra <amodra@gmail.com> | 2025-07-09 09:03:08 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-07-09 09:35:07 +0930 |
commit | d24a60f9fc7ae9684866071026e9605fee91b935 (patch) | |
tree | dfaa82d1e4ab2e8540493fb29508b86e800f5aae /gdb/python/py-cmd.c | |
parent | de8acd20057d76c28173ee33897359cb6117b5af (diff) | |
download | binutils-d24a60f9fc7ae9684866071026e9605fee91b935.zip binutils-d24a60f9fc7ae9684866071026e9605fee91b935.tar.gz binutils-d24a60f9fc7ae9684866071026e9605fee91b935.tar.bz2 |
gas various other const pointer changes
This removes a bunch of casts involving const pointers, in some cases
by making variables const pointers so a cast is not needed. In a
couple of places the cast hid errors with "&array" written rather than
"array", see iq2000_macro_defs and s_pru_align. tc-xgate.c cmp_opcode
is changed to be the standard qsort predicate to avoid a function
cast.
Diffstat (limited to 'gdb/python/py-cmd.c')
0 files changed, 0 insertions, 0 deletions