From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27466 invoked by alias); 17 Nov 2005 12:41:24 -0000 Received: (qmail 27455 invoked by uid 22791); 17 Nov 2005 12:41:20 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 12:41:20 +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 jAHCfHl7031140; Thu, 17 Nov 2005 13:41:17 +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 jAHCfH7A017326; Thu, 17 Nov 2005 13:41:17 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAHCfHPV032331; Thu, 17 Nov 2005 13:41:17 +0100 (CET) Date: Thu, 17 Nov 2005 12:56:00 -0000 Message-Id: <200511171241.jAHCfHPV032331@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: randolph@tausq.org CC: gdb-patches@sources.redhat.com In-reply-to: <437C74CB.6030106@tausq.org> (message from Randolph Chung on Thu, 17 Nov 2005 20:17:15 +0800) Subject: Re: [hppa-hpux] Signal frame unwinding support for hppa64-hp-hpux11.11 References: <437C0B76.7010109@tausq.org> <200511170956.jAH9uXfn030506@elgar.sibelius.xs4all.nl> <437C55B8.1070604@tausq.org> <200511171049.jAHAn3kx001850@elgar.sibelius.xs4all.nl> <437C74CB.6030106@tausq.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-11/txt/msg00277.txt.bz2 > Date: Thu, 17 Nov 2005 20:17:15 +0800 > From: Randolph Chung > > Here's the new version. > > 2005-11-15 Randolph Chung > > * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Use > HPPA_HPUX_SS_* constants. Ensure "off" is large enough to hold > 64-bit offset. Set proper signal context offset for 64-bit > programs. Set pc properly for signal frames. Looks good to me! Thanks for making those changes. Mark