[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
More information about the Binutils mailing list
Fri Sep 10 12:18:00 GMT 2010
- Previous message (by thread): [RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
- Next message (by thread): [RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
- Next message (by thread): [RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list