]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
cpu,gas,opcodes: remove no longer needed workaround from the BPF port
authorJose E. Marchesi <jose.marchesi@oracle.com>
Thu, 4 Jun 2020 14:17:07 +0000 (16:17 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Thu, 4 Jun 2020 14:17:42 +0000 (16:17 +0200)
commitd8740be15930b820ab51d7a76695194022a83551
treebc27d8c02f25e78556d67cf0f753e39d070bd47f
parente9bffec9afc45cf7c49308f0b4b8cc6bf68f58f2
cpu,gas,opcodes: remove no longer needed workaround from the BPF port

cpu/ChangeLog:

2020-06-02  Jose E. Marchesi  <jose.marchesi@oracle.com>

* 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-06-04  Jose E. Marchesi  <jose.marchesi@oracle.com>

* 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-06-04  Jose E. Marchesi  <jose.marchesi@oracle.com>

* disassemble.c (disassemble_init_for_target): Set endian_code for
bpf targets.
* bpf-desc.c: Regenerate.
* bpf-opc.c: Likewise.
* bpf-dis.c: Likewise.
cpu/ChangeLog
cpu/bpf.cpu
cpu/bpf.opc
gas/ChangeLog
gas/config/tc-bpf.c
opcodes/ChangeLog
opcodes/bpf-desc.c
opcodes/bpf-dis.c
opcodes/bpf-opc.c
opcodes/disassemble.c