From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29852 invoked by alias); 18 Nov 2002 21:43:44 -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 29807 invoked from network); 18 Nov 2002 21:43:42 -0000 Received: from unknown (HELO dc-mx13.cluster1.charter.net) (209.225.8.23) by sources.redhat.com with SMTP; 18 Nov 2002 21:43:42 -0000 Received: from [66.189.46.2] (HELO platinum.local.) by dc-mx13.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 6784779; Mon, 18 Nov 2002 16:43:41 -0500 Date: Mon, 18 Nov 2002 13:43:00 -0000 Subject: Re: [RFA] Handle stack underflow in dbxread.c Content-Type: multipart/mixed; boundary=Apple-Mail-6--780922311 Mime-Version: 1.0 (Apple Message framework v543) Cc: Jim Blandy , gdb-patches@sources.redhat.com To: Andrew Cagney From: Klee Dienes In-Reply-To: <3DD9591C.50601@redhat.com> Message-Id: X-SW-Source: 2002-11/txt/msg00473.txt.bz2 --Apple-Mail-6--780922311 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Content-length: 155 > Thanks! Don't forget to post the ChangeLog and patch. 2002-11-18 Klee Dienes * buildsym.c (pop_context): Add comment. --Apple-Mail-6--780922311 Content-Disposition: attachment; filename=pop-context.txt Content-Transfer-Encoding: 7bit Content-Type: text/plain; x-unix-mode=0644; name="pop-context.txt" Content-length: 470 Index: buildsym.c =================================================================== RCS file: /cvs/src/src/gdb/buildsym.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- buildsym.c 18 Nov 2002 19:14:10 -0000 1.22 +++ buildsym.c 18 Nov 2002 20:57:55 -0000 1.23 @@ -1102,6 +1102,9 @@ return new; } +/* Pop a context block. Returns the address of the context block just + popped. */ + struct context_stack * pop_context (void) { --Apple-Mail-6--780922311--