This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed] MIPS/GAS: validate_micromips_insn formatting fix
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: <binutils at sourceware dot org>
- Date: Mon, 24 Oct 2011 15:04:33 +0100
- Subject: [committed] MIPS/GAS: validate_micromips_insn formatting fix
Hi,
I have committed the change below as obviously correct.
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
gas/
* config/tc-mips.c (validate_micromips_insn): Fix formatting.
Maciej
binutils-gas-validate-umips-insn-format.diff
Index: binutils-fsf-trunk-quilt/gas/config/tc-mips.c
===================================================================
--- binutils-fsf-trunk-quilt.orig/gas/config/tc-mips.c 2011-10-24 14:48:39.615951788 +0100
+++ binutils-fsf-trunk-quilt/gas/config/tc-mips.c 2011-10-24 14:49:14.925923016 +0100
@@ -10450,7 +10450,7 @@ validate_micromips_insn (const struct mi
case 'D': USE_BITS (FD); break;
case 'E': USE_BITS (RT); break;
case 'G': USE_BITS (RS); break;
- case 'H': USE_BITS (SEL); break;
+ case 'H': USE_BITS (SEL); break;
case 'K': USE_BITS (RS); break;
case 'M': USE_BITS (CCC); break;
case 'N': USE_BITS (BCC); break;