From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26992 invoked by alias); 29 Dec 2003 20:20:29 -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 26978 invoked from network); 29 Dec 2003 20:20:29 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 29 Dec 2003 20:20:29 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 0A0C91A42DC; Tue, 23 Dec 2003 03:55:29 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16360.769.977469.973718@localhost.redhat.com> Date: Mon, 29 Dec 2003 20:20:00 -0000 To: "J. Johnston" Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA]: add reason code and silent flag to decode_line_1 In-Reply-To: <3FE0D736.3060407@redhat.com> References: <3FD4F5D8.4000207@redhat.com> <3FD5000E.4000009@redhat.com> <3FD63D92.40808@redhat.com> <16352.45827.598227.492906@localhost.redhat.com> <20031217201335.GA32442@nevyn.them.org> <3FE0D736.3060407@redhat.com> X-SW-Source: 2003-12/txt/msg00512.txt.bz2 J. Johnston writes: > I just noticed that symtab.c was missing from the list below. It was updated in > my tree, but not part of the patch. I have checked it in as obvious as it is > just changing the call to decode_line_1 like the other files. > > 2003-12-17 Jeff Johnston > > * symtab.c (decode_line_spec): Change call to decode_line_1. > Just for completion's sake, can you post the code diffs? elena