From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15423 invoked by alias); 2 Feb 2002 03:43:34 -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 15384 invoked from network); 2 Feb 2002 03:43:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 2 Feb 2002 03:43:29 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F03CC3C66; Fri, 1 Feb 2002 22:43:23 -0500 (EST) Message-ID: <3C5B605B.6030007@cygnus.com> Date: Fri, 01 Feb 2002 19:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Zap remaining calls to error_begin() References: <3C599584.1040108@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00024.txt.bz2 > 2002-01-31 Andrew Cagney > > * utils.c (error_begin): Make static. > * defs.h (error_begin): Delete declaration. > > * linespec.c (cplusplus_error): Replace cplusplus_hint. > (decode_line_1): Use cplusplus_error instead of error_begin, > cplusplus_hint and return_to_top_level. > * coffread.c (coff_symfile_read): Use error instead of error_begin > and return_to_top_level. > * infrun.c (default_skip_permanent_breakpoint): Ditto. > > I've checked this in. Andrew