From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22867 invoked by alias); 18 May 2005 16:29:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22744 invoked from network); 18 May 2005 16:29:31 -0000 Received: from unknown (HELO dmz.algor.co.uk) (62.254.210.145) by sourceware.org with SMTP; 18 May 2005 16:29:31 -0000 Received: from alg158.algor.co.uk ([62.254.210.158] helo=olympia.mips.com) by dmz.algor.co.uk with esmtp (Exim 3.35 #1 (Debian)) id 1DYRjD-00011D-00; Wed, 18 May 2005 17:49:03 +0100 Received: from stockwell.mips.com ([192.168.192.238]) by olympia.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1DYRQC-0003k8-00; Wed, 18 May 2005 17:29:24 +0100 Subject: [patch ping] MIPS32 / MIPS64 release 2 support in simulator From: David Ung To: cgd@broadcom.com Cc: gdb-patches@sources.redhat.com In-Reply-To: References: <1099495559.2778.53.camel@stockwell.mips.com> <1099576389.2778.90.camel@stockwell.mips.com> <418FA243.4060507@gnu.org> <1099937194.2780.151.camel@stockwell.mips.com> <4190EC00.6070501@gnu.org> <4190F770.70006@gnu.org> <1101316048.29221.240.camel@stockwell.mips.com> Content-Type: text/plain Date: Wed, 18 May 2005 18:11:00 -0000 Message-Id: <1116433763.1623.257.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTUK-Scanner: Found to be clean X-MTUK-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.843, required 4, AWL, BAYES_00) X-SW-Source: 2005-05/txt/msg00454.txt.bz2 Towards the end of last year, I submit a patch for MIPS32 / MIPS64 release 2 support in the GNU simulator. I am planning to add support in GCC, and I think it would be a good idea to have it in the simulator too. I know its been 6 months, so thought I should chase it up? :) David.