From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9041 invoked by alias); 4 Jul 2011 18:56:03 -0000 Received: (qmail 9033 invoked by uid 22791); 4 Jul 2011 18:56:03 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Jul 2011 18:55:50 +0000 Received: from /spool/local by e24smtp04.br.ibm.com with XMail ESMTP for from ; Mon, 4 Jul 2011 15:55:44 -0300 Received: from mailhub1.br.ibm.com ([9.18.232.109]) by e24smtp04.br.ibm.com ([10.172.0.140]) with XMail ESMTP; Mon, 4 Jul 2011 15:55:39 -0300 Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.8.31.91]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p64IvdIR582088 for ; Mon, 4 Jul 2011 15:57:40 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p64AtX2Q014332 for ; Mon, 4 Jul 2011 07:55:33 -0300 Received: from [9.8.1.40] ([9.8.1.40]) by d24av01.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p64AtWEh014303 for ; Mon, 4 Jul 2011 07:55:33 -0300 Subject: [commit] Update outdated comment. From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain; charset="UTF-8" Date: Mon, 04 Jul 2011 19:18:00 -0000 Message-ID: <1309805733.4471.7.camel@hactar> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit x-cbid: 11070418-8936-0000-0000-000003B825EC X-IsSubscribed: yes 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: 2011-07/txt/msg00112.txt.bz2 Hi, PowerPC doesn't have refine_prologue_limit since 2007. -- []'s Thiago Jung Bauermann IBM Linux Technology Center 2011-07-04 Thiago Jung Bauermann * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit. diff --git a/gdb/symtab.c b/gdb/symtab.c index d8dac0d..49b8dd0 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -4379,8 +4379,8 @@ in_prologue (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR func_start) The functions end point and an increasing SAL line are used as indicators of the prologue's endpoint. - This code is based on the function refine_prologue_limit (versions - found in both ia64 and ppc). */ + This code is based on the function refine_prologue_limit + (found in ia64). */ CORE_ADDR skip_prologue_using_sal (struct gdbarch *gdbarch, CORE_ADDR func_addr)