diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-02 13:13:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-02 13:13:37 +0000 |
commit | 6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3 (patch) | |
tree | 2188ef42e5ae09fc9a9238f35d54564ef9779ba5 /opcodes/ChangeLog | |
parent | 4c83186b7629c3e0645034df71a9ae4ac77e1e8a (diff) | |
download | gdb-6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3.zip gdb-6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3.tar.gz gdb-6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3.tar.bz2 |
* 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".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 72469fd..e038a9b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,21 @@ +2002-12-02 Alan Modra <amodra@bigpond.net.au> + + * 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". + 2002-12-01 Stephane Carrez <stcarrez@nerim.fr> * m68hc11-dis.c (PC_REGNUM): Define. |