From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22638 invoked by alias); 12 Dec 2005 23:32:09 -0000 Received: (qmail 22628 invoked by uid 22791); 12 Dec 2005 23:32:09 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Dec 2005 23:32:08 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jBCNVDUQ016488; Tue, 13 Dec 2005 00:31:13 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jBCNVDkI008693; Tue, 13 Dec 2005 00:31:13 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jBCNV9AM010189; Tue, 13 Dec 2005 00:31:09 +0100 (CET) Date: Tue, 13 Dec 2005 22:43:00 -0000 Message-Id: <200512122331.jBCNV9AM010189@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org, kevinb@redhat.com, cagney@gnu.org, strauman@slac.stanford.edu, stockdel@us.ibm.com In-reply-to: <20051211171541.GA32322@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 11 Dec 2005 12:15:41 -0500) Subject: Re: RFA: Adjust PowerPC prologue analyzer for PIC References: <20051211171541.GA32322@nevyn.them.org> 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/msg00210.txt.bz2 > Date: Sun, 11 Dec 2005 12:15:41 -0500 > From: Daniel Jacobowitz > > 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. Without this patch debugging shared library code on OpenBSD/macppc seems to be impossible, so I'd defenitely like to see this go in. Mark