From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64066 invoked by alias); 7 Apr 2017 08:26:00 -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 64055 invoked by uid 89); 7 Apr 2017 08:25:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=dear X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Apr 2017 08:25:58 +0000 Received: by mail-qk0-f177.google.com with SMTP id p22so57091843qka.3 for ; Fri, 07 Apr 2017 01:25:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=r35mV7jBwepmO1AzRH5Y3Gy9+vwJQJa+lA5+fouQZc4=; b=KtoioMBc8EtqmFCozkcEENsa4B3ux486E/jGq3usWTvipBw523jqCEMACibdBuZwuq 3r7uN5xud1tILBz00cgOETWGPOSCKbC2/5dOWmcmwOIk+7wkTQXGn7zjfqKb6tlb8Hka 3UYMiGkz8+phQNTOByErdyovBU2PlxGEnAz+3GWWhq+3+vFh6cbxJhY7iZg2vLOAdeqV l8CpOGDiNgEBFr/QhoKSnpPu+dPxoZT0Hjq99g38NH5HD3FUV1P1mlYCWUuvc24nx4Ee BnyyMy0qNCobsUU7+hePtbHkKcl0Q9/xEpooxWltvZCNYfu1yIaXLeVnyzQhEtkj8am3 xK6Q== X-Gm-Message-State: AFeK/H3XvVO2ZEeiATT25f1hCXRdd4av1oSUz7nzB0irlQBPXCTyP/AphLvxO7/BTRai1ZJ4OSwIMtnWmbjkMA== X-Received: by 10.55.137.193 with SMTP id l184mr40598210qkd.122.1491553558124; Fri, 07 Apr 2017 01:25:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.130 with HTTP; Fri, 7 Apr 2017 01:25:57 -0700 (PDT) In-Reply-To: References: From: Yao Qi Date: Fri, 07 Apr 2017 08:26:00 -0000 Message-ID: Subject: Re: Oh dear. I regret to inform you that commit 'Add support for disassembling WebAssembly opcodes.' might be unfortunate To: Pip Cet Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00158.txt.bz2 On Fri, Apr 7, 2017 at 1:32 AM, Pip Cet wrote: > Sorry about that. I'm attaching a patch to fix this build issue. > Suggested change log entry: > > 2017-04-06 Pip Cet > > * wasm32-dis.c (print_insn_wasm32): Use a fixed value (valid for > IEEE 754 doubles) instead of DECIMAL_DIG. > Hi Pip, The patch is about opcodes, so please send it to binutils mail list. --=20 Yao (=E9=BD=90=E5=B0=A7)