From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18367 invoked by alias); 19 Jan 2004 05:43:44 -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 18356 invoked from network); 19 Jan 2004 05:43:42 -0000 Received: from unknown (HELO alice.acmet.com) (61.11.104.16) by sources.redhat.com with SMTP; 19 Jan 2004 05:43:42 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i0J5iOw04781 for ; Mon, 19 Jan 2004 11:14:24 +0530 From: "Monika Chaddha" To: Subject: query in simulator file mips.igen Date: Mon, 19 Jan 2004 05:43:00 -0000 Message-ID: <006901c3de4e$ea033540$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00226.txt.bz2 Hi, I am studying about porting of GDB simulator to support MIPS ISA32 bit instrictions. I have come across the following statement in mips.igen file. :model:::mips32:mipsisa32: :model:::mips64:mipsisa64: What is the meaning of the above specified syntax and What 'mips32', 'mipsisa32' denotes. Can any one list out some documents on this syntax? Regards Monika