From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101271 invoked by alias); 28 Feb 2017 15:28:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 101248 invoked by uid 89); 28 Feb 2017 15:28:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:67.222.38.55, H*RU:sk:gproxy5, Hx-spam-relays-external:sk:gproxy5, Hx-spam-relays-external:67.222.38.55 X-HELO: gproxy5-pub.mail.unifiedlayer.com Received: from gproxy5-pub.mail.unifiedlayer.com (HELO gproxy5-pub.mail.unifiedlayer.com) (67.222.38.55) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Tue, 28 Feb 2017 15:28:22 +0000 Received: (qmail 30593 invoked by uid 0); 28 Feb 2017 15:28:21 -0000 Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy5.mail.unifiedlayer.com with SMTP; 28 Feb 2017 15:28:21 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id qFUH1u01P2f2jeq01FULXc; Tue, 28 Feb 2017 08:28:21 -0700 X-Authority-Analysis: v=2.1 cv=GtPRpCFC c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=n2v9WMKugxEA:10 a=VnNF1IyMAAAA:8 a=5tMwakg9c1ecYksHln4A:9 a=skCgnbhlp52w9zbo2JeP:22 Received: from 174-16-128-54.hlrn.qwest.net ([174.16.128.54]:55352 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cijhJ-0007jo-NB; Tue, 28 Feb 2017 08:28:17 -0700 From: Tom Tromey To: Philipp Rudo Cc: gdb-patches@sourceware.org, arnez@linux.vnet.ibm.com Subject: Re: [PATCH 00/11] Cleanup deprecated_*_hooks in defs.h References: <20170228145016.22604-1-prudo@linux.vnet.ibm.com> Date: Tue, 28 Feb 2017 15:28:00 -0000 In-Reply-To: <20170228145016.22604-1-prudo@linux.vnet.ibm.com> (Philipp Rudo's message of "Tue, 28 Feb 2017 15:50:05 +0100") Message-ID: <87innuwd0x.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1cijhJ-0007jo-NB X-Source-Sender: 174-16-128-54.hlrn.qwest.net (pokyo) [174.16.128.54]:55352 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-02/txt/msg00726.txt.bz2 >>>>> "Philipp" == Philipp Rudo writes: Philipp> this series cleans up several hooks in defs.h which were deprecated in 2004 Philipp> (9a4105ab). Most of these hooks are no longer used and can be removed without Philipp> problem. You also have to check Insight. It's often the sole remaining user of a given hook. I don't know whether Insight is still supported or if being able to build it is still worthwhile to gdb; but in the past this is why these hooks weren't removed. Tom