From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id ACD8D3858C52; Mon, 18 Apr 2022 01:49:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ACD8D3858C52 Received: by mail-pg1-x52a.google.com with SMTP id t4so16241075pgc.1; Sun, 17 Apr 2022 18:49:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tlrY+DrJYXYoWj1v2E21dj7u4A0MUmXbAT1HCHpkv0c=; b=SN/doVlp9DHKymOuVSnX086Vgi/Uhmozan+KmLtks+f8le7caDrK5P8yabZnqEC1WF /b8Bsv8W/gKN/bhpAMXxSTLXG0Kgv1+Q4PNsfzb1OI12cETYotoFRFnAEYTeMVJ3C+no LcLAx+ENBZtvuH+IXEi0zD5OROJfi032rjLZPimOkL+foDYVji6QIJwCarmdwH/6axc/ 2vmOYUKkyEUZg11YpyohqEYL8bQzq/Ol2VTp35gpEBuMET8WS6dfydBjxdMewwPOqM8f 1tMfRUjPkxfvi/V+SkbRYSVQ8s50EpuEhE2rEOWVkPG2vywCDUP+7SDgqILwv9bu5TqD cetQ== X-Gm-Message-State: AOAM533+inqSp6XSV915GCgLQpijXw9klPQMVJJW5k3LRHoCl6b7mLcy Gkxi/AZcoqZbOzOhafknh6I= X-Google-Smtp-Source: ABdhPJzy99GI4k2KrpTbZzr3xmlRcRgaoZY8T6lcWfRQNN6KAxwAnpQ8n76lARSBI+BirQJgLWWmYg== X-Received: by 2002:a63:1c01:0:b0:399:5113:9d6a with SMTP id c1-20020a631c01000000b0039951139d6amr8079654pgc.550.1650246543713; Sun, 17 Apr 2022 18:49:03 -0700 (PDT) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id y21-20020a631815000000b0039fcedd7bedsm11264625pgl.41.2022.04.17.18.49.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Apr 2022 18:49:02 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 9B0FB11404CE; Mon, 18 Apr 2022 11:18:59 +0930 (ACST) Date: Mon, 18 Apr 2022 11:18:59 +0930 From: Alan Modra To: Joel Brobecker Cc: "Jose E. Marchesi" , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: GDB 12.0.90 available for testing Message-ID: References: <20220320055815.2A90FA4D6C@takamaka.home> <87pmllq7jr.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3037.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 18 Apr 2022 01:49:06 -0000 On Sun, Apr 17, 2022 at 10:33:59AM -0700, Joel Brobecker via Binutils wrote: > Adding binutils@ to the list, since opcode is part of binutils. > On Wed, Apr 13, 2022 at 06:20:24PM +0200, Jose E. Marchesi wrote: > > > From: Luis Machado > > > diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am > > > index afd19fa7785..681fbc07584 100644 > > > --- a/opcodes/Makefile.am > > > +++ b/opcodes/Makefile.am > > > @@ -124,6 +124,11 @@ TARGET32_LIBOPCODES_CFILES = \ > > > arm-dis.c \ > > > avr-dis.c \ > > > bfin-dis.c \ > > > + bpf-asm.c \ > > > + bpf-desc.c \ > > > + bpf-dis.c \ > > > + bpf-ibld.c \ > > > + bpf-opc.c \ > > > cgen-asm.c \ > > > cgen-bitset.c \ > > > cgen-dis.c \ Anything that requires 64-bit BFD support does not belong in TARGET32_LIBOPCODES_CFILES. In fact, the whole point of TARGET32_LIBOPCODES_CFILES was to fix --enable-targets=all breakage on 32-bit hosts without --enable-64-bit-bfd. Why would you want to put bpf here? It's a 64-bit target! -- Alan Modra Australia Development Lab, IBM