diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2020-06-04 16:17:07 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2020-06-04 16:17:42 +0200 |
commit | d8740be15930b820ab51d7a76695194022a83551 (patch) | |
tree | bc27d8c02f25e78556d67cf0f753e39d070bd47f /cpu/bpf.opc | |
parent | e9bffec9afc45cf7c49308f0b4b8cc6bf68f58f2 (diff) | |
download | fsf-binutils-gdb-d8740be15930b820ab51d7a76695194022a83551.zip fsf-binutils-gdb-d8740be15930b820ab51d7a76695194022a83551.tar.gz fsf-binutils-gdb-d8740be15930b820ab51d7a76695194022a83551.tar.bz2 |
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.
Diffstat (limited to 'cpu/bpf.opc')
-rw-r--r-- | cpu/bpf.opc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/bpf.opc b/cpu/bpf.opc index e2acaa4..e70ee04 100644 --- a/cpu/bpf.opc +++ b/cpu/bpf.opc @@ -129,7 +129,6 @@ bpf_print_insn (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) info->bytes_per_chunk = 1; info->bytes_per_line = 8; - info->endian_code = BFD_ENDIAN_BIG; /* Attempt to read the base part of the insn. */ buflen = cd->base_insn_bitsize / 8; |