From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id CAEmMP3Nt1/LZgAAWB0awg (envelope-from ) for ; Fri, 20 Nov 2020 09:09:01 -0500 Received: by simark.ca (Postfix, from userid 112) id BE30F1F08B; Fri, 20 Nov 2020 09:09:01 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DBE431E552 for ; Fri, 20 Nov 2020 09:09:00 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8CD0D382D83C; Fri, 20 Nov 2020 14:09:00 +0000 (GMT) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by sourceware.org (Postfix) with ESMTPS id 1AF64382D83C for ; Fri, 20 Nov 2020 14:08:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1AF64382D83C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wm1-f42.google.com with SMTP id w24so9925308wmi.0 for ; Fri, 20 Nov 2020 06:08:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=OyIqihTpbydAfIVW605RMDV+c1LnmGyIeL5ajiji7AM=; b=qFHzDZ3gOr5LTYxzPgjM727i100aoUzZoTHpSLtdRAUtGN1zeyITPEro6HDPI3Y/0U u5lH+oHdH41fI52mVlDy2Aqxf0DGJw6Vt2k2H7pM24Fxvoj0mBN8pUeqJjs4Ijp0iWYk hxnz+wsrIhEOkAogkOQ4XRyQOgHNgWFZVRA83p5+jjJDo7Ix0fC3rNrPSYnJCT44Fl1d 4+ywd9d62Y18ndWyKB2HGcXLefdQ1FTCyq9LM7tiybGy+VIk8UdAqRUiSziJ6hVjXOT+ vOLg694m2YIuijFeSq09vt0qFUsvNW1PxJfMvUPbIdQaFhGLbVJqyBiYb4iGfDnptL8K Vr1A== X-Gm-Message-State: AOAM530Iu2VGX5hD7Evrb3HKJqpPpDiyI668egGsMf0Vtn4/yy/+Jll+ 3jE0QAbmovupnNCZr8YtCaYvPUMryJbTsQ== X-Google-Smtp-Source: ABdhPJzYCx6VuUvtAAc5BucpwJHiVM6MeoXOEQX0g9R2uWMQtaNTBps2nxdWbqNT90TP1dyqrAfeZA== X-Received: by 2002:a1c:dd06:: with SMTP id u6mr10712757wmg.155.1605881337160; Fri, 20 Nov 2020 06:08:57 -0800 (PST) Received: from ?IPv6:2001:8a0:f91f:e900:642f:5bb0:6cba:b1bd? ([2001:8a0:f91f:e900:642f:5bb0:6cba:b1bd]) by smtp.gmail.com with ESMTPSA id g186sm38185552wma.1.2020.11.20.06.08.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 Nov 2020 06:08:56 -0800 (PST) Subject: Re: pushed: Add support for DWARF-based fixed point types To: Joel Brobecker , gdb-patches@sourceware.org References: <1604817017-25807-1-git-send-email-brobecker@adacore.com> <1605429345-78384-1-git-send-email-brobecker@adacore.com> From: Pedro Alves Message-ID: <02f4bba2-a28b-fac2-a54e-b54dfd69b90d@palves.net> Date: Fri, 20 Nov 2020 14:08:55 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1605429345-78384-1-git-send-email-brobecker@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Simon Marchi Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi Joel, On 11/15/20 8:35 AM, Joel Brobecker wrote: > Hi everyone, > > I just finished pusing the following patch series to branch master. > > - gdb/configure: Add --with-libgmp-prefix option > - gdb: Make GMP a required dependency for building GDB > - gmp-utils: New API to simply use of GMP's > - Move uinteger_pow gdb/valarith.c to gdb/utils.c and > - Add support for printing value of DWARF-based > - fix printing of DWARF fixed-point type objects with > - Add ptype support for DWARF-based fixed-point types > - Add support for fixed-point type arithmetic > - Add support for fixed-point type comparison operators I noticed now that this didn't come with a NEWS entry. Shouldn't it have one? I.e.: - mention that GMP is now a dependency for building GDB - support for fixed point types seems NEWS worthy too Also, gdb/README documents configure options and we mention --with-mpfr there. Shouldn't we mention --with-libgmp-prefix there too?