From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5700 invoked by alias); 11 Jun 2003 22:05:15 -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 5674 invoked from network); 11 Jun 2003 22:05:14 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 11 Jun 2003 22:05:14 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id C5913800041; Wed, 11 Jun 2003 18:05:13 -0400 (EDT) Message-ID: <3EE7A799.8020907@redhat.com> Date: Wed, 11 Jun 2003 22:05:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: fix for sizeof operator for ia64 References: <3EE65046.8020208@redhat.com> <1030611213042.ZM26875@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00391.txt.bz2 Patch committed. ChangeLog entry trimmed as asked. I always do this when I copy the ChangeLog entry. Thanks, -- Jeff J. Kevin Buettner wrote: > 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 >