* arm-dis.c (print_insn_arm): Constify "insn". Formatting.
commite3f52ead91b111334d16e87df989e99ae138d612
authorAlan Modra <amodra@bigpond.net.au>
Mon, 2 Dec 2002 13:13:37 +0000 (2 13:13 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 2 Dec 2002 13:13:37 +0000 (2 13:13 +0000)
treef2eb50b98acf496bc061f867ce6ef9d476f63eca
parentf687939c214181fd52c48b777a5c8d72cccc773d
* 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