From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17310 invoked by alias); 20 Dec 2007 16:54:21 -0000 Received: (qmail 17302 invoked by uid 22791); 20 Dec 2007 16:54:20 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Dec 2007 16:54:10 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6030F981FC; Thu, 20 Dec 2007 16:54:08 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4ABCC98150; Thu, 20 Dec 2007 16:54:08 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J5Oes-0004eM-Tl; Thu, 20 Dec 2007 11:54:06 -0500 Date: Thu, 20 Dec 2007 16:57:00 -0000 From: Daniel Jacobowitz To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: [patch 1/2] Recognize DFP types in casts. Message-ID: <20071220165406.GA17663@caradoc.them.org> Mail-Followup-To: Thiago Jung Bauermann , gdb-patches@sourceware.org References: <20071220054926.148275471@br.ibm.com> <20071220055106.979875076@br.ibm.com> <20071220140840.GC7244@caradoc.them.org> <1198168849.28757.4.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1198168849.28757.4.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00344.txt.bz2 On Thu, Dec 20, 2007 at 02:40:49PM -0200, Thiago Jung Bauermann wrote: > 2007-12-20 Thiago Jung Bauermann > > * gdbtypes.c (gdbtypes_post_init): Change names of decimal float types > to conform to C extension for decimal float. > * c-lang.c (enum c_primitive_types): Add entries for Decimal Floating > Point types. > (enum cplus_primitive_types): Likewise. > (c_language_arch_info): Add Decimal Floating Point builtin types to > the primitive_type_vector. > (cplus_language_arch_info): Likewise. This version is OK. -- Daniel Jacobowitz CodeSourcery