From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26938 invoked by alias); 8 Apr 2004 21:17:43 -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 26921 invoked from network); 8 Apr 2004 21:17:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Apr 2004 21:17:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i38LHgME025775 for ; Thu, 8 Apr 2004 17:17:42 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i38LHfj13254; Thu, 8 Apr 2004 17:17:41 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6384B2B9C; Thu, 8 Apr 2004 17:17:42 -0400 (EDT) Message-ID: <4075C176.4010201@gnu.org> Date: Thu, 08 Apr 2004 21:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [obis?] Properly declare global variables, deprecate References: <40730249.4050801@gnu.org> In-Reply-To: <40730249.4050801@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00195.txt.bz2 I've checked this in. Andrew > 2004-04-06 Andrew Cagney > > * breakpoint.h (deprecated_exception_catchpoints_are_fragile) > (deprecated_exception_support_initialized): Declare. > * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support) > (initialize_hp_cxx_exception_support) > (child_enable_exception_callback): Update. > * breakpoint.c (deprecated_exception_catchpoints_are_fragile) > (deprecated_exception_support_initialized): Rename > deprecated_exception_catchpoints_are_fragile and > deprecated_exception_support_initialized. > (breakpoint_init_inferior, breakpoint_init_inferior): Update. > > * symtab.c (deprecated_hp_som_som_object_present): Rename > hp_som_som_object_present. > * symtab.h (deprecated_hp_som_som_object_present): Declare. > * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS): > Update. Delete extern declaration. > * valops.c (hp_som_som_object_present): Ditto. > * parse.c (deprecated_hp_som_som_object_present) > (parse_nested_classes_for_hpacc): Ditto. > * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto. > * hppa-hpux-tdep.c (hp_som_som_object_present) > (initialize_hp_cxx_exception_support): Ditto. > * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto. > * cp-valprint.c (hp_som_som_object_present) > (cp_print_class_method): Ditto. > * c-typeprint.c (hp_som_som_object_present): > (c_type_print_base): Ditto. > * c-exp.y (hp_som_som_object_present): Ditto. >