diff options
author | David Faust <david.faust@oracle.com> | 2020-06-25 20:34:29 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2020-06-25 20:34:29 +0200 |
commit | d73be6116811aeaedd1863c2597ede78be3cf4e5 (patch) | |
tree | 457e068b990ce46a75501faf06627297f583c59c /cpu/ChangeLog | |
parent | 6d74da72dacdbbe2b87a6b931e0f7edc3d3463e3 (diff) | |
download | gdb-d73be6116811aeaedd1863c2597ede78be3cf4e5.zip gdb-d73be6116811aeaedd1863c2597ede78be3cf4e5.tar.gz gdb-d73be6116811aeaedd1863c2597ede78be3cf4e5.tar.bz2 |
cpu: fix offset16 type, update c-calls in bpf.cpu
Correct the type of the offset16 field to HI, and simplify memory
accesses which use it. Also update c-calls in semantics for a
few instructions.
cpu/ChangeLog:
2020-06-25 David Faust <david.faust@oracle.com>
* bpf.cpu (f-offset16): Change type from INT to HI.
(dxli): Simplify memory access.
(dxsi): Likewise.
(define-endian-insn): Update c-call in semantics.
(dlabs) Likewise.
(dlind) Likewise.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index f2ac243..591ac01 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,12 @@ +2020-06-25 David Faust <david.faust@oracle.com> + + * bpf.cpu (f-offset16): Change type from INT to HI. + (dxli): Simplify memory access. + (dxsi): Likewise. + (define-endian-insn): Update c-call in semantics. + (dlabs) Likewise. + (dlind) Likewise. + 2020-06-02 Jose E. Marchesi <jose.marchesi@oracle.com> * bpf.cpu (define-bpf-isa): Set base-insn-bitsize to 64. |