This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Add new INSN_* into mips.h
- From: "Eric Fisher" <joefoxreal at gmail dot com>
- To: binutils at sourceware dot org, r0bertz at gentoo dot org
- Date: Thu, 25 Dec 2008 14:24:53 +0800
- Subject: Add new INSN_* into mips.h
Hello,
I notice that MIPS port uses bit masks for specific CPUs, from
#define INSN_DSP 0x00001000
to
#define INSN_LOONGSON_2F 0x80000000
The problem is what I should do if I attempt to add a new INSN_* for a
specific CPU. Seems there're no available value to use.
Thanks for any suggestion
Eric Fisher
Dec 25 2008