]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: generated files for the eBPF simulator
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 4 Aug 2020 16:11:31 +0000 (18:11 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 4 Aug 2020 16:11:31 +0000 (18:11 +0200)
commit8c4c18181ea382adf407df235c7991feb0647bab
tree3ddda99c5fc728cafab2a872eacf2354baa410ab
parentb26e2ae7d333d84a85daaa9ca699c8bae2bd05bc
sim: generated files for the eBPF simulator

This patch adds the CGEN generated files for the eBPF simulator.

sim/ChangeLog:

2020-08-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
    David Faust <david.faust@oracle.com>

* bpf/arch.c: Likewise.
* bpf/arch.h: Likewise.
* bpf/cpu.c: Likewise.
* bpf/cpu.h: Likewise.
* bpf/cpuall.h: Likewise.
* bpf/decode-be.c: Likewise.
* bpf/decode-be.h: Likewise.
* bpf/decode-le.c: Likewise.
* bpf/decode-le.h: Likewise.
* bpf/defs-be.h: Likewise.
* bpf/defs-le.h: Likewise.
* bpf/sem-be.c: Likewise.
* bpf/sem-le.c: Likewise.
14 files changed:
sim/ChangeLog
sim/bpf/arch.c [new file with mode: 0644]
sim/bpf/arch.h [new file with mode: 0644]
sim/bpf/cpu.c [new file with mode: 0644]
sim/bpf/cpu.h [new file with mode: 0644]
sim/bpf/cpuall.h [new file with mode: 0644]
sim/bpf/decode-be.c [new file with mode: 0644]
sim/bpf/decode-be.h [new file with mode: 0644]
sim/bpf/decode-le.c [new file with mode: 0644]
sim/bpf/decode-le.h [new file with mode: 0644]
sim/bpf/defs-be.h [new file with mode: 0644]
sim/bpf/defs-le.h [new file with mode: 0644]
sim/bpf/sem-be.c [new file with mode: 0644]
sim/bpf/sem-le.c [new file with mode: 0644]