From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20647 invoked by alias); 2 Jun 2003 15:56:00 -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 20571 invoked from network); 2 Jun 2003 15:55:58 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 2 Jun 2003 15:55:58 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id h52FtcLH009479; Mon, 2 Jun 2003 08:55:38 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.8/8.12.8/Submit) id h52FtJbV009476; Mon, 2 Jun 2003 08:55:20 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Mon, 02 Jun 2003 15:56:00 -0000 From: Richard Henderson To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] fix maint space Message-ID: <20030602155519.GB9425@twiddle.net> References: <20030601070258.GA29479@twiddle.net> <16091.23947.538542.77641@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16091.23947.538542.77641@localhost.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00067.txt.bz2 On Mon, Jun 02, 2003 at 10:22:03AM -0400, Elena Zannoni wrote: > yes, this also gets rid of a few ARI hits with the 'extern' in C > files... I discovered after the fact that this patch also needs the following tweak to the testsuite. Committing this along with the main patch as obvious. r~ * gdb.base/selftest.exp: Next over lim_at_start initialization. Index: gdb.base/selftest.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/selftest.exp,v retrieving revision 1.7 diff -c -p -d -r1.7 selftest.exp *** gdb.base/selftest.exp 15 Jan 2003 17:32:41 -0000 1.7 --- gdb.base/selftest.exp 2 Jun 2003 15:53:28 -0000 *************** proc do_steps_and_nexts {} { *** 115,120 **** --- 115,124 ---- set description "next over init_malloc and everything it calls" set command "next" } + -re ".*lim_at_start.*$gdb_prompt $" { + set description "next over lim_at_start initialization" + set command "next" + } -re ".*count . 0x3.*$gdb_prompt $" { set description "next over conditional stack alignment code 1" set command "next"