This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] MIPS/opcodes: Streamline disassembler's operand processing
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: "Maciej W. Rozycki" <macro at codesourcery dot com>
- Cc: <binutils at sourceware dot org>
- Date: Tue, 14 Aug 2012 20:01:56 +0100
- Subject: Re: [PATCH] MIPS/opcodes: Streamline disassembler's operand processing
- References: <alpine.DEB.1.10.1208132247210.20608@tp.orcam.me.uk>
"Maciej W. Rozycki" <macro@codesourcery.com> writes:
> 2012-08-14 Maciej W. Rozycki <macro@codesourcery.com>
>
> opcodes/
> * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local
> macros, use local variables for info struct member accesses,
> update the type of the variable used to hold the instruction
> word.
> (print_insn_mips, print_mips16_insn_arg): Likewise.
> (print_insn_mips16): Add GET_OP and GET_OP_S local macros, use
> local variables for info struct member accesses.
> (print_insn_micromips): Add GET_OP_S local macro.
> (_print_insn_mips): Update the type of the variable used to hold
> the instruction word.
OK. Nice cleanup, thanks.
Richard