]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: bpf: remove negi, neg32i insns
authorDavid Faust <david.faust@oracle.com>
Mon, 21 Aug 2023 16:36:36 +0000 (09:36 -0700)
committerDavid Faust <david.faust@oracle.com>
Mon, 21 Aug 2023 17:07:25 +0000 (10:07 -0700)
commit3f3175554f28ee42652aa5729a77cd1f2747be98
treefd0394af434753b701f522c0e4907edf5733f92c
parent41aa80c5440ff24fc931fa2a3e681213dc1dbdec
sim: bpf: remove negi, neg32i insns

The BPF virtual machine does not support neg instructions operating on
immediates, and these erroneous instructions were recently removed from
gas.  Remove them from the simulator as well.
sim/bpf/bpf-sim.c