From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27412 invoked by alias); 26 May 2005 21:34:25 -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 27392 invoked by uid 22791); 26 May 2005 21:34:22 -0000 Received: from mms2.broadcom.com (HELO MMS2.broadcom.com) (216.31.210.18) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 26 May 2005 21:34:22 +0000 Received: from 10.10.64.121 by MMS2.broadcom.com with SMTP (Broadcom SMTP Relay (Email Firewall v6.1.0)); Thu, 26 May 2005 14:34:05 -0700 X-Server-Uuid: 1F20ACF3-9CAF-44F7-AB47-F294E2D5B4EA Received: from mail-irva-8.broadcom.com ([10.10.64.221]) by mail-irva-1.broadcom.com (Post.Office MTA v3.5.3 release 223 ID# 0-72233U7200L2200S0V35) with ESMTP id com; Thu, 26 May 2005 14:34:02 -0700 Received: from mon-irva-10.broadcom.com (mon-irva-10.broadcom.com [10.10.64.171]) by mail-irva-8.broadcom.com (MOS 3.5.6-GR) with ESMTP id BAO96775; Thu, 26 May 2005 14:34:00 -0700 (PDT) Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-10.broadcom.com (8.9.1/8.9.1) with ESMTP id OAA08186; Thu, 26 May 2005 14:33:59 -0700 (PDT) Received: from xl-sj1-03.sj.broadcom.com (xl-sj1-03 [10.16.129.252]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id j4QLXxov029073; Thu, 26 May 2005 14:33:59 -0700 (PDT) Received: (from cgd@localhost) by xl-sj1-03.sj.broadcom.com ( 8.11.6/8.9.3) id j4QLXx126810; Thu, 26 May 2005 14:33:59 -0700 To: "David Ung" cc: gdb-patches@sources.redhat.com Subject: Re: [patch ping] MIPS32 / MIPS64 release 2 support in simulator 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> <1116433763.1623.257.camel@localhost.localdomain> From: cgd@broadcom.com Date: Thu, 26 May 2005 22:27:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 6E889F461VO2301367-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00565.txt.bz2 At 24 May 2005 14:31:04 -0700, Chris G. Demetriou wrote: > just so you know i haven't forgotten: I'm trying to do do a basic > build + sanity check of these changes Right Now. I've just checked them in. I reformatted your changelog a bit to be more like the normal GNU style. (I figured it'd be really, really poor form to ask you to do that. 8-) i tested them by finding a version of gcc which would builds mipsisa64-elf, and checking before and after. I.e., i checked to see that the MIPS64 code wasn't broken, but didn't check the MIPS32r4/MIPS64r2 code. I figure you'll be doing that regularly. thanks, and I apologize again for the delay. chris