From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3242 invoked by alias); 11 Jun 2008 16:27:02 -0000 Received: (qmail 3206 invoked by uid 22791); 11 Jun 2008 16:27:02 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 16:26:42 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 339B331E6FE; Wed, 11 Jun 2008 16:26:51 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Wed, 11 Jun 2008 16:26:51 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Jun 2008 09:26:38 -0700 Message-ID: <484FFCBD.4010206@avtrex.com> Date: Wed, 11 Jun 2008 16:27:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Masao Uebayashi Cc: cgd@google.com, gdb@sourceware.org Subject: Re: mips sim syscall References: <2e7be40c0806060007n1a237cbfya34c58208a57add1@mail.gmail.com> <20080606.192335.58006236.uebayasi@gmail.com> <48497029.4060207@avtrex.com> <20080611.101421.254858910.uebayasi@gmail.com> In-Reply-To: <20080611.101421.254858910.uebayasi@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00095.txt.bz2 Masao Uebayashi wrote: >> For that you can run Linux under qemu. You can install a complete >> mipsel-linux Debian distribution on any platform that runs qemu. >> > > Do you mean GCC team uses this as the official test method? > That is one way GCC is tested. We have real hardware also. It is fortunate that the qemu test results often match those run on real MIPS hardware. As far as I know there is no *official* test method, only guidelines as to how patches should be tested before they are considered for inclusion. David Daney