From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9171 invoked by alias); 1 Feb 2003 22:37:58 -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 9163 invoked from network); 1 Feb 2003 22:37:57 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by 172.16.49.205 with SMTP; 1 Feb 2003 22:37:57 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id h11Mbn5k000442; Sat, 1 Feb 2003 23:37:49 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id h11MbnCC023858; Sat, 1 Feb 2003 23:37:49 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id h11MbnPl023855; Sat, 1 Feb 2003 23:37:49 +0100 (CET) Date: Sat, 01 Feb 2003 22:37:00 -0000 Message-Id: <200302012237.h11MbnPl023855@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3E3BF876.3040506@redhat.com> (message from Andrew Cagney on Sat, 01 Feb 2003 11:40:22 -0500) Subject: Re: [PATCH] Testsuite: deal gracefully with lack of pthreads References: <200302011624.h11GOTvb049469@elgar.kettenis.dyndns.org> <3E3BF876.3040506@redhat.com> X-SW-Source: 2003-02/txt/msg00037.txt.bz2 Date: Sat, 01 Feb 2003 11:40:22 -0500 From: Andrew Cagney > This patch parallels what Daniel has done to the tests in the > gdb.threads subdir. > > Elana, Andrew, OK to check this in? yes. Done. > There's probably one issue: We have a ChangeLog in both testsuite and > testsuite/gdb.mi. Both seem to be in used for MI tests. Which one is > preferred, and can we think of a way to avoid that both are used? I don't know.... Probably (I'm not sure I should be saying this) merge gdb.mi/ChangeLog into ChangeLog. OK, I added the ChangeLog entries to testsuite/ChangeLog. Mark