From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5673 invoked by alias); 2 Sep 2008 21:03:39 -0000 Received: (qmail 5663 invoked by uid 22791); 2 Sep 2008 21:03:39 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Sep 2008 21:03:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B41EE2A972B; Tue, 2 Sep 2008 17:03:02 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XaKvLVVe+PNs; Tue, 2 Sep 2008 17:03:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 42F1A2A972D; Tue, 2 Sep 2008 17:03:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 44CA5E7ACD; Tue, 2 Sep 2008 23:02:59 +0200 (CEST) Date: Tue, 02 Sep 2008 21:03:00 -0000 From: Joel Brobecker To: Jerome Guitton Cc: gdb-patches@sourceware.org Subject: Re: [RFA/testsuite] stack check Message-ID: <20080902210259.GD3774@adacore.com> References: <20080901170203.GB226@adacore.com> <20080901171414.GC226@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080901171414.GC226@adacore.com> User-Agent: Mutt/1.4.2.2i 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/msg00023.txt.bz2 > BTW, I have a similar testcase in PPC assembly. It checks that the > different stack-checking sequences that GCC may emit for this target > are understood by GDB. It could be merged into > gdb.arch/powerpc-aix-prologue.exp. If it is of any help, I'll be happy > to post it in this list. Yes, I think that would be useful as well. It would allow us to make sure that we test all variants of the stack-check code... -- Joel