From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) by sourceware.org (Postfix) with ESMTPS id B39CF38708F2 for ; Mon, 1 Jun 2020 07:34:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B39CF38708F2 Received: by mail-pg1-x541.google.com with SMTP id 185so3077628pgb.10 for ; Mon, 01 Jun 2020 00:34:14 -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=JvFVeAsMXYTY/VMfyfmH3dmtz5L4XdOcSBr53kxYuZ8=; b=kF6MGADb8pR+6pk+ra4LVogrT2Ip2MYOwOqDQjlNUdb6E3rgNjkjCk4pNSEWvYB0J4 WJbu8dGe7YYOS1lDri2DA0D2ulqQbEvLQWF2WAZsZU1LVZbuh5Q0mniRxtOZWaJ+WiqN BxokOiL40tlcxJaC9Frtu+RRxATbAR94lYcY9Gctb9OYgD/X/jxKNDh5SKUtZQHIQdMV faXB0kBJqU+zSw1ZNM9jaIicAI36gf4MTgYgHlx+pvyOiIGtGJqoSyUchGK9vsOTDc5a WALABj15nHoCzRwm+HGGS+8iswlY0IJBlIVHqg2chLMBsCLaQoauQw/pS3dd+8WSVDxF B0gg== X-Gm-Message-State: AOAM5320uMwFkrJg3q3QnMgJus0zy3mHwyWIBTZnRsd4LeoZDf8gSRWr iAtmkLK6dyqcD6ZtMSbwVuiy3sD8fOo= X-Google-Smtp-Source: ABdhPJz3NrB6weuQ6CVxtdHF2X2rU9Za2uDyOmCdW3LrkXA/BeEVHWYzzzpMjLg6aWM+g47Bw1ZJtA== X-Received: by 2002:a63:ab0b:: with SMTP id p11mr17444722pgf.278.1590996853939; Mon, 01 Jun 2020 00:34:13 -0700 (PDT) Received: from bubble.grove.modra.org ([2406:3400:51d:8cc0:e5f2:c984:3689:9987]) by smtp.gmail.com with ESMTPSA id r24sm11738627pgm.25.2020.06.01.00.34.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Jun 2020 00:34:13 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 84CB4889AD; Mon, 1 Jun 2020 17:04:09 +0930 (ACST) Date: Mon, 1 Jun 2020 17:04:09 +0930 From: Alan Modra To: "Jose E. Marchesi" Cc: binutils@sourceware.org Subject: Re: [PATCH 3/3] cpu, gas, opcodes: remove no longer needed workaround from the BPF port Message-ID: <20200601073409.GM5475@bubble.grove.modra.org> References: <20200529170820.3875-1-jose.marchesi@oracle.com> <20200529170820.3875-4-jose.marchesi@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200529170820.3875-4-jose.marchesi@oracle.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.7 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: Mon, 01 Jun 2020 07:34:16 -0000 On Fri, May 29, 2020 at 07:08:20PM +0200, Jose E. Marchesi via Binutils wrote: > cpu/ChangeLog: > > 2020-05-29 Jose E. Marchesi > > * bpf.cpu (define-bpf-isa): Set base-insn-bitsize to 64. > * bpf.opc (bpf_print_insn): Do not set endian_code here. > > gas/ChangeLog: > > 2020-05-29 Jose E. Marchesi > > * config/tc-bpf.c (md_begin): Pass CGEN_CPU_OPEN_INSN_ENDIAN to > bpf_cgen_cpu_open. > (md_assemble): Remove no longer needed hack. > > opcodes/ChangeLog: > > 2020-05-29 Jose E. Marchesi > > * disassemble.c (disassemble_init_for_target): Set endian_code for > bpf targets. > * bpf-desc.c: Regenerate. > * bpf-opc.c: Likewise. > * bpf-dis.c: Likewise. You can self-approve this one. -- Alan Modra Australia Development Lab, IBM