From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x543.google.com (mail-pg1-x543.google.com [IPv6:2607:f8b0:4864:20::543]) by sourceware.org (Postfix) with ESMTPS id 9FD51385BF83 for ; Tue, 31 Mar 2020 21:44:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9FD51385BF83 Received: by mail-pg1-x543.google.com with SMTP id x7so11021402pgh.5 for ; Tue, 31 Mar 2020 14:44:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=cj+yQxkRuFOqbWU1Gk4KzVubrt9gBIP3lQ4mKA7yoy0=; b=PzagM5KO0bPZBvQjquASMUkeijngahkzx2sfhwJu2/X1g1TNNJbg5MMGpkjZ/QiAtR EfCv4OcslYcSEsGf9wXg5uCAS97BRnjFu26OnOktabq/mHomUVySwxT5uMajhOZDKe6R yZKaesPUxc9au1s4Po+AsyD0nSCVPpazwHXE3g/oFjkbsTGMxfd1u/+vKv6tszfXyQLe FSVdiQIYOWyPkUevEmdaoYpf+G0VQh8aOB2WQEzi8vs6qT42R7PV60WJFiAy6nNTwd27 +jKUUhlnWSiVr1OIomUHEU0jVlbh7iiZSPgAW9pY2ft9i+rjn9WTatBs5Ukaa6wtH27d Lt4Q== X-Gm-Message-State: ANhLgQ0QCyPmKeelvwaaT7N72wcwGL8HwwiwpAVeLCU9niSfzqfC0IVo bPPeWzh7rzV6p28e43ktqnKryg2OavU= X-Google-Smtp-Source: ADFU+vub48gG+lcQZ4NFV9DlQoov63ISDkPS9CO7ObGYlJFjPPSBa7LDsol4aahA0FyJr8O9nSjHdw== X-Received: by 2002:aa7:947c:: with SMTP id t28mr18958778pfq.239.1585691065788; Tue, 31 Mar 2020 14:44:25 -0700 (PDT) Received: from bubble.grove.modra.org ([2406:3400:51d:8cc0:885f:7da:68d7:7bf6]) by smtp.gmail.com with ESMTPSA id x25sm3345619pgc.63.2020.03.31.14.44.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Mar 2020 14:44:25 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 7B20B837F6; Wed, 1 Apr 2020 08:14:21 +1030 (ACDT) Date: Wed, 1 Apr 2020 08:14:21 +1030 From: Alan Modra To: "Maciej W. Rozycki" Cc: Nick Clifton , binutils@sourceware.org Subject: Re: [PATCH] PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h" Message-ID: <20200331214421.GC4583@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 21:44:28 -0000 On Tue, Mar 31, 2020 at 04:17:37PM +0100, Maciej W. Rozycki wrote: > This is due to a double inclusion of "bignum.h", which is not prepared for > such use, once via "as.h" and then "flonum.h", and again directly. > > OK to apply this hopefully obvious fix? Yes, of course. -- Alan Modra Australia Development Lab, IBM