From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24931 invoked by alias); 8 Sep 2008 10:17:47 -0000 Received: (qmail 24923 invoked by uid 22791); 8 Sep 2008 10:17:46 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Sep 2008 10:17:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id E4A14290024; Mon, 8 Sep 2008 12:17:09 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1KGTlxvziTed; Mon, 8 Sep 2008 12:17:09 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 4B420290022; Mon, 8 Sep 2008 12:17:09 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 560) id 3ED39167385; Mon, 8 Sep 2008 12:17:09 +0200 (CEST) Date: Mon, 08 Sep 2008 10:17:00 -0000 From: Jerome Guitton To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite] stack check Message-ID: <20080908101709.GH40223@adacore.com> References: <20080901170203.GB226@adacore.com> <20080902210146.GC3774@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080902210146.GC3774@adacore.com> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2008-09/txt/msg00158.txt.bz2 Joel Brobecker (brobecker@adacore.com): > > 2008-09-01 Jerome Guitton > > > > * (stack-checking.c, stack-checking.exp): New testcase. > > OK, except for a little nit: You forgot to add a copyright header > in the C file... I also forgot to mention the directory. Would gdb.base be OK? 2008-09-08 Jerome Guitton * gdb.base/stack-checking.c: New file * gdb.base/stack-checking.exp: New file.