From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26244 invoked by alias); 13 Aug 2003 10:00:54 -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 26236 invoked from network); 13 Aug 2003 10:00:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Aug 2003 10:00:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7DA0rt25628 for ; Wed, 13 Aug 2003 06:00:53 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7DA0ps31393; Wed, 13 Aug 2003 06:00:51 -0400 Received: from localhost.localdomain.redhat.com (vpnuser7.stuttgart.redhat.com [172.16.4.7]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h7DA0jsr013357; Wed, 13 Aug 2003 06:00:48 -0400 To: Michael Snyder Cc: Ben Elliston , gdb-patches@sources.redhat.com Subject: Re: DejaGnu merge References: <87znif8p81.fsf@sashimi.wasabisystems.com> <3F3963CC.5070300@redhat.com> From: Nick Clifton Date: Wed, 13 Aug 2003 10:00:00 -0000 In-Reply-To: <3F3963CC.5070300@redhat.com> (Michael Snyder's message of "Tue, 12 Aug 2003 15:01:48 -0700") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00216.txt.bz2 Hi Michael, >>Off the top >>of my head I would suggest running the gcc, g++, gdb, ld, binutils and >>gas testsuites for and x86 native, a cygwin native, a cross-compiler >>using a simulator to run the built binaries and a cross-compiler with >>the binaries running on a remote target board. > And maybe a sim/testsuite test. Yup - good idea. Cheers Nick