From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4767 invoked by alias); 15 Dec 2005 20:06:43 -0000 Received: (qmail 4759 invoked by uid 22791); 15 Dec 2005 20:06:42 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Dec 2005 20:06:41 +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 jBFK6dcv029999 for ; Thu, 15 Dec 2005 15:06:39 -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 jBFK6d106801 for ; Thu, 15 Dec 2005 15:06:39 -0500 Received: from localhost.localdomain (vpn50-83.rdu.redhat.com [172.16.50.83]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jBFK6cl1024432 for ; Thu, 15 Dec 2005 15:06:38 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jBFK6XcL005044 for ; Thu, 15 Dec 2005 13:06:33 -0700 Date: Mon, 19 Dec 2005 19:21:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: RFA: Adjust PowerPC prologue analyzer for PIC Message-ID: <20051215130633.74707397@ironwood.lan> In-Reply-To: <20051211171541.GA32322@nevyn.them.org> References: <20051211171541.GA32322@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00233.txt.bz2 On Sun, 11 Dec 2005 12:15:41 -0500 Daniel Jacobowitz wrote: > 2005-12-10 Daniel Jacobowitz > > PR tdep/2029 > Suggested by Till Straumann : > * rs6000-tdep.c (skip_prologue): Update check for later mtlr > instructions. Handle PIC bcl. Okay. Kevin