[RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
Nick Clifton
nickc@redhat.com
Fri Sep 10 12:18:00 GMT 2010
Hi Pierre,
> 2010-09-09 Pierre Muller<muller@ics.u-strasbg.fr>
>
> * src/opcodes/dlx-dis.c (print_insn_dlx): Use dlx_insn type for
> dlx_insn_type array.
Approved - please apply.
Cheers
Nick
> - switch (((dlx_insn) (dlx_insn_type[insn_idx])) (info))
> + switch (((dlx_insn_type[insn_idx])) (info))
You appear to have an unnecessary set of parentheses here...
Cheers
Nick
More information about the Binutils
mailing list