From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29711 invoked by alias); 12 Aug 2003 09:15:21 -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 29687 invoked from network); 12 Aug 2003 09:15:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Aug 2003 09:15:19 -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 h7C9FIt09803 for ; Tue, 12 Aug 2003 05:15:18 -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 h7C9FIs19045; Tue, 12 Aug 2003 05:15:18 -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 h7C9EsWt025589; Tue, 12 Aug 2003 05:15:07 -0400 To: Ben Elliston Cc: gdb-patches@sources.redhat.com Subject: Re: DejaGnu merge References: <87znif8p81.fsf@sashimi.wasabisystems.com> From: Nick Clifton Date: Tue, 12 Aug 2003 09:15:00 -0000 In-Reply-To: <87znif8p81.fsf@sashimi.wasabisystems.com> (Ben Elliston's message of "12 Aug 2003 14:38:38 +1000") 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/msg00190.txt.bz2 Hi Ben, > I would like to attempt to merge the FSF DejaGnu tree I assume that you mean the master sources on Savannah ? > into the sources.redhat.com "son of devo" tree. Any objections or > forseen hiccups? I will gladly post a patch for approval > beforehand. The most important thing will be to make sure that the test harness still works after the merge. Please could you try several different kinds of before/after tests to make sure nothing breaks. 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. Cheers Nick