From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31632 invoked by alias); 29 Aug 2005 13:20:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31554 invoked by uid 22791); 29 Aug 2005 13:20:12 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 29 Aug 2005 13:20:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1E9jYT-0005ge-U5; Mon, 29 Aug 2005 09:20:06 -0400 Date: Mon, 29 Aug 2005 13:20:00 -0000 From: Daniel Jacobowitz To: Monika Chaddha Cc: "'Steven J. Hill'" , gdb@sources.redhat.com Subject: Re: Problems with MIPS disassembly and 'rdhwr' instruction... Message-ID: <20050829132005.GA21806@nevyn.them.org> Mail-Followup-To: Monika Chaddha , "'Steven J. Hill'" , gdb@sources.redhat.com References: <4312FBC8.1020000@realitydiluted.com> <000a01c5ac9a$81b68250$5100a8c0@monika> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c5ac9a$81b68250$5100a8c0@monika> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-08/txt/msg00108.txt.bz2 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