From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7495 invoked by alias); 23 Feb 2003 21:10:43 -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 7488 invoked from network); 23 Feb 2003 21:10:43 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 23 Feb 2003 21:10:43 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h1NLAhi01353; Sun, 23 Feb 2003 15:10:43 -0600 Date: Sun, 23 Feb 2003 21:10:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302232110.h1NLAhi01353@duracef.shout.net> To: gdb-patches@sources.redhat.com, stcarrez@nerim.fr Subject: Re: [RFA]: Don't execute C++ tests for HC11/HC12 X-SW-Source: 2003-02/txt/msg00560.txt.bz2 Hi Stephane, I like this patch. I need two things and then I will approve it. > The C++ IO streams are too large for HC11/HC12 and are thus not available. > The gdb C++ tests use them and don't compile. Please add this note as a comment in skip_cplus_tests, for the benefit of future maintainers. Also tell me how you tested your patch. I do not need an exhaustive test. I just need you to describe whatever you did on your system to test the patch. Thanks, Michael C === 2003-02-23 Stephane Carrez * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.