From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16380 invoked by alias); 9 Sep 2014 15:21:39 -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 16368 invoked by uid 89); 9 Sep 2014 15:21:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 09 Sep 2014 15:21:38 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 2A4B57C63991A; Tue, 9 Sep 2014 16:21:31 +0100 (IST) Received: from KLMAIL02.kl.imgtec.org (10.40.60.222) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 9 Sep 2014 16:21:34 +0100 Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by klmail02.kl.imgtec.org (10.40.60.222) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 9 Sep 2014 16:21:34 +0100 Received: from [192.168.154.101] (192.168.154.101) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 9 Sep 2014 16:21:33 +0100 Message-ID: <540F1AFD.6010607@imgtec.com> Date: Tue, 09 Sep 2014 15:21:00 -0000 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joel Brobecker CC: Subject: Re: [PATCH] Remove trad_frame_set_reg_unknown declaration References: <1410271158-8556-1-git-send-email-james.hogan@imgtec.com> <20140909142209.GH28404@adacore.com> In-Reply-To: <20140909142209.GH28404@adacore.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00232.txt.bz2 On 09/09/14 15:22, Joel Brobecker wrote: >> The trad_frame_set_reg_unknown declaration was added in commit >> 0db9b4b70969 (March 2004), but apparently never defined or referenced. >> >> gdb/ChangeLog: >> >> * trad-frame.h (trad_frame_set_reg_unknown): Remove declaration. > > LGTM, go ahead and push. Thanks. I forgot to mention, I don't have push rights yet (although IMG do have copyright assignment I believe). Could you/somebody please apply it? (otherwise I'm happy to queue my minor patches up until I can push them). Cheers James