This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with MIPS disassembly and 'rdhwr' instruction...


On Mon, Aug 29, 2005 at 06:36:43PM +0530, Monika Chaddha wrote:
> As here I1 is not present in the above entry in last field so GDB is not
> printing disassembly of this instruction. You need to just add
> membership tag of MIPS1 in the required above opcode entry as following
> 
> {"rdhwr",   "t,K",	0x7c00003b, 0xffe007ff, WR_t,		I33|I1
> },
> 
> Please try this. It should work.

It's not the right solution, though.  Steve, just try "set architecture
mips:mips32r2".

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]