From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15306 invoked by alias); 1 Feb 2013 20:13:00 -0000 Received: (qmail 15290 invoked by uid 22791); 1 Feb 2013 20:12:58 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Feb 2013 20:12:46 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r11KCDe3026212; Fri, 1 Feb 2013 21:12:13 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r11KCBXv003557; Fri, 1 Feb 2013 21:12:11 +0100 (CET) Date: Fri, 01 Feb 2013 20:13:00 -0000 Message-Id: <201302012012.r11KCBXv003557@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: palves@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <20130201195909.27717.68593.stgit@brno.lan> (message from Pedro Alves on Fri, 01 Feb 2013 19:59:09 +0000) Subject: Re: [PATCH] Garbage collect deprecated_pc_in_call_dummy References: <20130201195909.27717.68593.stgit@brno.lan> 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 X-SW-Source: 2013-02/txt/msg00025.txt.bz2 > From: Pedro Alves > Date: Fri, 01 Feb 2013 19:59:09 +0000 > > I noticed there are no users of deprecated_pc_in_call_dummy left in > the tree. > > The last user was ARM. Usage removed here: > > http://sourceware.org/ml/gdb-patches/2010-03/msg00820.html > > This deletes the function. > > Applied. Yay!