From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25024 invoked by alias); 11 Jun 2003 19:05:57 -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 24831 invoked from network); 11 Jun 2003 19:05:55 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 11 Jun 2003 19:05:55 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h5BJ5lN1000265; Wed, 11 Jun 2003 21:05:47 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h5BJ5lVh000413; Wed, 11 Jun 2003 21:05:47 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h5BJ5lrp000410; Wed, 11 Jun 2003 21:05:47 +0200 (CEST) To: "J. Johnston" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: fix for sizeof operator for ia64 References: <3EE65046.8020208@redhat.com> From: Mark Kettenis Date: Wed, 11 Jun 2003 19:05:00 -0000 In-Reply-To: "J. Johnston"'s message of "Tue, 10 Jun 2003 17:40:22 -0400" Message-ID: <86k7bs8mes.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-06/txt/msg00377.txt.bz2 "J. Johnston" writes: > 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? GCC has #define LONG_DOUBLE_TYPE_SIZE 128, so go for it if you don't hear from Kevin soon. Mark > -- Jeff J. > > 2003-06-10 Jeff Johnston > > * ia64-tdep.c (ia64_gdbarch_init): Set number of long double bits to 128. >