From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1159 invoked by alias); 24 Nov 2004 18:11:29 -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 821 invoked from network); 24 Nov 2004 18:11:12 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Nov 2004 18:11:12 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAOIB75J013390 for ; Wed, 24 Nov 2004 13:11:07 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAOIB7r01640; Wed, 24 Nov 2004 13:11:07 -0500 Received: from localhost.localdomain (vpn50-4.rdu.redhat.com [172.16.50.4]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id iAOIB6QB010541; Wed, 24 Nov 2004 13:11:06 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id iAOIAuiQ023639; Wed, 24 Nov 2004 11:11:00 -0700 Date: Wed, 24 Nov 2004 18:11:00 -0000 From: Kevin Buettner To: fnf@specifixinc.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Improve rs6000-tdep.c prologue skipping Message-ID: <20041124111056.79d6a293.kevinb@redhat.com> In-Reply-To: <200411241043.32944.fnf@specifixinc.com> References: <200411241043.32944.fnf@specifixinc.com> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00461.txt.bz2 On Wed, 24 Nov 2004 10:43:32 -0700 Fred Fish wrote: > 2004-11-24 Fred Fish > > * rs6000-tdep.c (skip_prologue): Use line table info to skip over > compiler generated function calls made as part of a prologue. Okay. Kevin