From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7529 invoked by alias); 22 Jun 2006 03:27:55 -0000 Received: (qmail 7519 invoked by uid 22791); 22 Jun 2006 03:27:54 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 03:27:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-152-42.inter.net.il [80.230.152.42]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EYJ91684 (AUTH halo1); Thu, 22 Jun 2006 06:27:45 +0300 (IDT) Date: Thu, 22 Jun 2006 03:27:00 -0000 Message-Id: From: Eli Zaretskii To: Wu Zhou CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: (message from Wu Zhou on Thu, 22 Jun 2006 07:36:17 +0800 (CST)) Subject: Re: [RFC] decimal float point patch based on libdecnumber: gdb patch Reply-to: Eli Zaretskii References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00317.txt.bz2 > Date: Thu, 22 Jun 2006 07:36:17 +0800 (CST) > From: Wu Zhou > > > Appended is the patch. I had tested it with the latest gcc-4.2 cvs tree > on x86, with option "--enable-decimal-float". All the 121 tests passed. Thanks. > Please review and comment. Thanks a lot. Does this patch affect user-visible behavior in any way? If so, we need to reflect that in the user manual. > * Makefile.in: Add decimal floating point related entry. Add > some macro to specify the libdecnumber directory, cflags and the > name of libdecnumber library. The ChangeLog entry for Makefile.in should cite the target(s) and macros in which you made the changes, as if they were functions in a source file.