From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30797 invoked by alias); 21 Jan 2007 10:41:36 -0000 Received: (qmail 30789 invoked by uid 22791); 21 Jan 2007 10:41:36 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Jan 2007 10:41:32 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l0LAfAnc000529; Sun, 21 Jan 2007 11:41:10 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l0LAf25r005386; Sun, 21 Jan 2007 11:41:03 +0100 (CET) Date: Sun, 21 Jan 2007 10:41:00 -0000 Message-Id: <200701211041.l0LAf25r005386@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, brobecker@adacore.com In-reply-to: <20070120195722.GA25573@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 20 Jan 2007 14:57:22 -0500) Subject: Re: [PATCH] Fix PPC non-CFI + CFI unwinding (incomplete in HEAD) References: <20070113093052.GA27383@host0.dyn.jankratochvil.net> <20070113160420.GB28179@nevyn.them.org> <200701131631.l0DGVW3W029896@brahms.sibelius.xs4all.nl> <20070113164028.GA29436@nevyn.them.org> <20070114213414.GA5184@host0.dyn.jankratochvil.net> <20070120195722.GA25573@nevyn.them.org> 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: 2007-01/txt/msg00431.txt.bz2 > Date: Sat, 20 Jan 2007 14:57:22 -0500 > From: Daniel Jacobowitz > > I tried combining them myself. Could you let me know if this patch > still fixes your bug? This diff seems to fix FAIL: gdb.gdb/selftest.exp: backtrace through signal handler on powerpc-unknown-openbsd4.0. > 2007-01-14 Joel Brobecker > Jan Kratochvil > Daniel Jacobowitz > > * rs6000-tdep.c (bl_to_blrl_insn_p): New function. > (skip_prologue): Allow bl->blrl used by PIC code.