From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8870 invoked by alias); 11 Jun 2003 21:30:50 -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 8766 invoked from network); 11 Jun 2003 21:30:50 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Jun 2003 21:30:50 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5BLUnH18468 for ; Wed, 11 Jun 2003 17:30:49 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5BLUmI15897; Wed, 11 Jun 2003 17:30:48 -0400 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5BLUmE14367; Wed, 11 Jun 2003 17:30:48 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5BLUgd26876; Wed, 11 Jun 2003 14:30:42 -0700 Date: Wed, 11 Jun 2003 21:30:00 -0000 From: Kevin Buettner Message-Id: <1030611213042.ZM26875@localhost.localdomain> In-Reply-To: "J. Johnston" "[RFA]: fix for sizeof operator for ia64" (Jun 10, 5:40pm) References: <3EE65046.8020208@redhat.com> To: "J. Johnston" , gdb-patches@sources.redhat.com Subject: Re: [RFA]: fix for sizeof operator for ia64 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00389.txt.bz2 On Jun 10, 5:40pm, J. Johnston wrote: > The attached patch fixes the number of bits for a ia64 long double. > This fixes the sizeof.exp testcase in gdb.base. > > Ok to commit? > > -- Jeff J. > > 2003-06-10 Jeff Johnston > > * ia64-tdep.c (ia64_gdbarch_init): Set number of long double bits to 128. Okay. (I verified that your patch is correct by checking the ABI document.) Make sure that your ChangeLog entry doesn't exceed 80 characters per line though. Kevin