From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27259 invoked by alias); 15 May 2007 17:09:19 -0000 Received: (qmail 27251 invoked by uid 22791); 15 May 2007 17:09:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 17:09:15 +0000 Received: (qmail 3227 invoked from network); 15 May 2007 17:09:12 -0000 Received: from unknown (HELO h38.net64.aknet.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 May 2007 17:09:12 -0000 From: Vladimir Prus To: gdb-patches@sources.redhat.com Subject: Remove unknown.exp Date: Tue, 15 May 2007 17:09:00 -0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_zkeSG94QsXaZ95i" Message-Id: <200705152109.07166.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00264.txt.bz2 --Boundary-00=_zkeSG94QsXaZ95i Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 144 Per http://article.gmane.org/gmane.comp.gdb.devel/19790, I've committed the attached patch to remove testsuite/config/unknown.exp. - Volodya --Boundary-00=_zkeSG94QsXaZ95i Content-Type: text/x-diff; charset="us-ascii"; name="unknown.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="unknown.diff" Content-length: 485 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.1404 diff -u -p -r1.1404 ChangeLog --- ChangeLog 15 May 2007 13:18:09 -0000 1.1404 +++ ChangeLog 15 May 2007 17:05:40 -0000 @@ -1,3 +1,7 @@ +2007-05-15 Vladimir Prus + + * config/unknown.exp: Remove. + 2007-05-15 Markus Deuling * gdb.base/info-proc.exp: Check is_remote. --Boundary-00=_zkeSG94QsXaZ95i--