[RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
Pierre Muller
pierre.muller@ics-cnrs.unistra.fr
Fri Sep 10 13:02:00 GMT 2010
More information about the Binutils mailing list
Fri Sep 10 13:02: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): PATCH: PR gold/11996: Gold failed to build with gcc 4.2.4
- 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. Thanks for the approval > 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... committed after removing the unneeded parentheses. Pierre
- Previous message (by thread): [RFA] Fix gdb compilation error in opcodes/dlx-dis.c with --enable-targets=all for mingw64
- Next message (by thread): PATCH: PR gold/11996: Gold failed to build with gcc 4.2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list