X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=cpu%2FChangeLog;h=f2ac243c68e1e70714ba7cff81a039f569649ba7;hb=1ee1a363454d88a87ad2ade7530b2a7fb670021e;hp=ef6d49aa7769ca629f74be2ce3a6a8c3f106be6e;hpb=ae440402f54c634baddc462f8561442befe2cafe;p=deliverable%2Fbinutils-gdb.git diff --git a/cpu/ChangeLog b/cpu/ChangeLog index ef6d49aa77..f2ac243c68 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,48 @@ +2020-06-02 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. + +2020-06-02 Jose E. Marchesi + + * mep.opc (print_slot_insn): Pass the insn endianness to + cgen_get_insn_value. + +2020-05-28 Jose E. Marchesi + David Faust + + * bpf.cpu (define-alu-insn-un): Add definitions of semantics. + (define-alu-insn-mov): Likewise. + (daib): Likewise. + (define-alu-instructions): Likewise. + (define-endian-insn): Likewise. + (define-lddw): Likewise. + (dlabs): Likewise. + (dlind): Likewise. + (dxli): Likewise. + (dxsi): Likewise. + (dsti): Likewise. + (define-ldstx-insns): Likewise. + (define-st-insns): Likewise. + (define-cond-jump-insn): Likewise. + (dcji): Likewise. + (define-condjump-insns): Likewise. + (define-call-insn): Likewise. + (ja): Likewise. + ("exit"): Likewise. + (define-atomic-insns): Likewise. + (sem-exchange-and-add): New macro. + * bpf.cpu ("brkpt"): New instruction. + (bpfbf): Set word-bitsize to 32 and insn-endian big. + (h-gpr): Prefer r0 to `a' and r6 to `ctx'. + (h-pc): Expand definition. + * bpf.opc (bpf_print_insn): Set endian_code to BIG. + +2020-05-21 Alan Modra + + * mep.opc (mep_cgen_expand_macros_and_parse_operand): Replace + "if (x) free (x)" with "free (x)". + 2020-05-19 Stafford Horne PR 25184