commit | d24a60f9fc7ae9684866071026e9605fee91b935 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Jul 09 09:03:08 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Jul 09 09:35:07 2025 +0930 |
tree | dfaa82d1e4ab2e8540493fb29508b86e800f5aae | |
parent | de8acd20057d76c28173ee33897359cb6117b5af [diff] |
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.