From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26301 invoked by alias); 19 Nov 2005 12:56:40 -0000 Received: (qmail 26291 invoked by uid 22791); 19 Nov 2005 12:56:38 -0000 Received: from ip127.bb146.pacific.net.hk (HELO stl.com.hk) (202.64.146.127) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 19 Nov 2005 12:56:38 +0000 Received: from 241.206.17.210.dyn.pacific.net.hk ([210.17.206.241] helo=[192.168.1.10]) by stl.com.hk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EdSCU-0002vR-DL; Sat, 19 Nov 2005 20:52:14 +0800 Message-ID: <437F20FE.90609@tausq.org> Date: Sat, 19 Nov 2005 18:58:00 -0000 From: Randolph Chung User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@sources.redhat.com 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> <200511171241.jAHCfHPV032331@elgar.sibelius.xs4all.nl> In-Reply-To: <200511171241.jAHCfHPV032331@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00367.txt.bz2 >>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. I've checked this in now. randolph