From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17515 invoked by alias); 3 Jun 2003 05:49:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17494 invoked from network); 3 Jun 2003 05:49:19 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.223.225.216) by sources.redhat.com with SMTP; 3 Jun 2003 05:49:19 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h535nDQX002687; Tue, 3 Jun 2003 00:49:13 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h535nDfk002683; Tue, 3 Jun 2003 00:49:13 -0500 To: gdb-patches@sources.redhat.com Subject: Re: RFC: s390x: correct core file register layout References: From: Jim Blandy Date: Tue, 03 Jun 2003 05:49:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00118.txt.bz2 I've committed this patch. (But as always, I'd be happy to revise it if someone had nice suggestions.) Jim Blandy writes: > 2003-05-23 Jim Blandy > > * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the > elements of gregset_t are 64 bits each, but access registers > are still 32 bits, so they're packed two per gregset_t > element. Unpack/pack them properly.