From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3915 invoked by alias); 27 Mar 2003 18:09:45 -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 3907 invoked from network); 27 Mar 2003 18:09:44 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 27 Mar 2003 18:09:44 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h2RI9ij03285 for gdb-patches@sources.redhat.com; Thu, 27 Mar 2003 12:09:44 -0600 Date: Thu, 27 Mar 2003 18:09:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303271809.h2RI9ij03285@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite/gdb.c++/casts.exp: Fix to run also on embedded targets X-SW-Source: 2003-03/txt/msg00553.txt.bz2 > the following patch removes the usage of the "run" command from the > gdb.c++/casts.exp test. This way it also runs on targets which don't > support "run" as a valid command (e.g. on embedded boards). > > Ok to commit? Hi Corinna, Approved, provided you've tested it at least once. Any similar patches from you in gdb.c++ are pre-approved, as long as you say that you've tested them. Michael C 2003-03-27 Corinna Vinschen * gdb.c++/casts.exp: Fix startup to run also on embedded targets.