This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Trying to update the PIC32 port / INSN_MIPS16
- From: "Luke A. Guest" <laguest at archeia dot com>
- To: binutils at sourceware dot org
- Date: Fri, 09 Mar 2012 15:10:42 +0000
- Subject: Trying to update the PIC32 port / INSN_MIPS16
Hi,
I've taken the source from github for the open PIC32 compiler/tools,
I've gone through patching the latest binutils with the pic32 specific
code.
I've found that INSN_MIPS16 was removed, yet PIC32 still uses it in
opcodes/mips-dis.c:
{ "pic32mx", 1, bfd_mach_pic32mx, CPU_MIPS32R2,
ISA_MIPS32R2 | INSN_MIPS16,
mips_cp0_names_mips3264r2,
mips_cp0sel_names_mips3264r2, ARRAY_SIZE
(mips_cp0sel_names_mips3264r2),
mips_hwr_names_mips3264r2 },
Is this actually required?
Thanks,
Luke.