]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/sh-dis.c
* arm-dis.c (print_insn_arm): Constify "insn". Formatting.
authorAlan Modra <amodra@gmail.com>
Mon, 2 Dec 2002 13:13:37 +0000 (13:13 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 2 Dec 2002 13:13:37 +0000 (13:13 +0000)
commit6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3
tree2188ef42e5ae09fc9a9238f35d54564ef9779ba5
parent4c83186b7629c3e0645034df71a9ae4ac77e1e8a
* arm-dis.c (print_insn_arm): Constify "insn".  Formatting.
(print_insn_thumb): Likewise.
* h8500-dis.c (print_insn_h8500): Constify "opcode".
* mcore-dis.c (print_insn_mcore): Constify "op".  Formatting.
* ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid
type-punned pointer warnings.
<case 'L'>: Likewise.  Fix error message too.
* pdp11-dis.c (print_reg): Warning fix.
* sh-dis.c (print_movxy): Constify "op" param.
(print_insn_ddt): Constify sh_opcode_info vars.
(print_insn_ppi): Likewise.
(print_insn_sh): Likewise.
* tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid
type-punned pointer warnings.
* w65-dis.c (print_insn_w65): Constify "op".
opcodes/ChangeLog
opcodes/arm-dis.c
opcodes/h8500-dis.c
opcodes/mcore-dis.c
opcodes/ns32k-dis.c
opcodes/pdp11-dis.c
opcodes/sh-dis.c
opcodes/tic30-dis.c
opcodes/w65-dis.c