From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27157 invoked by alias); 18 Jun 2018 09:38:35 -0000 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 Received: (qmail 27016 invoked by uid 89); 18 Jun 2018 09:38:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Jun 2018 09:38:33 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B85F081663C2; Mon, 18 Jun 2018 09:38:31 +0000 (UTC) Received: from [10.36.117.228] (ovpn-117-228.ams2.redhat.com [10.36.117.228]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C2E9A7C4F; Mon, 18 Jun 2018 09:38:30 +0000 (UTC) Subject: Re: [PATCH 4/4] libdecnumber: Sync with GCC To: Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org Cc: Alan Modra , Joseph Myers , Simon Marchi References: <20180616030744.12913-1-simon.marchi@polymtl.ca> <20180616030744.12913-5-simon.marchi@polymtl.ca> From: Nick Clifton Openpgp: preference=signencrypt Message-ID: Date: Mon, 18 Jun 2018 09:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180616030744.12913-5-simon.marchi@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00442.txt.bz2 Hi Simon, > libdecnumber/ChangeLog | 50 ++++++ > libdecnumber/ChangeLog.jit | 22 +++ > libdecnumber/Makefile.in | 6 +- > libdecnumber/aclocal.m4 | 5 +- > libdecnumber/bid/bid-dpd.h | 2 +- > libdecnumber/bid/bid2dpd_dpd2bid.c | 275 +++++++++++++---------------- > libdecnumber/bid/bid2dpd_dpd2bid.h | 2 +- > libdecnumber/bid/decimal128.c | 2 +- > libdecnumber/bid/decimal32.c | 2 +- > libdecnumber/bid/decimal64.c | 2 +- > libdecnumber/bid/host-ieee128.c | 2 +- > libdecnumber/bid/host-ieee32.c | 2 +- > libdecnumber/bid/host-ieee64.c | 2 +- > libdecnumber/configure | 59 +++++++ > libdecnumber/configure.ac | 4 +- > libdecnumber/dconfig.h | 2 +- > libdecnumber/decBasic.c | 2 +- > libdecnumber/decCommon.c | 4 +- > libdecnumber/decContext.c | 2 +- > libdecnumber/decContext.h | 2 +- > libdecnumber/decDPD.h | 2 +- > libdecnumber/decDouble.c | 2 +- > libdecnumber/decDouble.h | 2 +- > libdecnumber/decExcept.c | 2 +- > libdecnumber/decExcept.h | 2 +- > libdecnumber/decLibrary.c | 2 +- > libdecnumber/decNumber.c | 10 +- > libdecnumber/decNumber.h | 2 +- > libdecnumber/decNumberLocal.h | 2 +- > libdecnumber/decPacked.c | 2 +- > libdecnumber/decPacked.h | 2 +- > libdecnumber/decQuad.c | 2 +- > libdecnumber/decQuad.h | 2 +- > libdecnumber/decRound.c | 2 +- > libdecnumber/decRound.h | 2 +- > libdecnumber/decSingle.c | 2 +- > libdecnumber/decSingle.h | 2 +- > libdecnumber/dpd/decimal128.c | 2 +- > libdecnumber/dpd/decimal128.h | 2 +- > libdecnumber/dpd/decimal128Local.h | 2 +- > libdecnumber/dpd/decimal32.c | 2 +- > libdecnumber/dpd/decimal32.h | 2 +- > libdecnumber/dpd/decimal64.c | 2 +- > libdecnumber/dpd/decimal64.h | 2 +- Approved - please apply. Cheers Nick