commit | 920d9f0b39e9e8e42134c0317e772dbb93cdf8c8 | [log] [tgz] |
---|---|---|
author | Jose E. Marchesi <jose.marchesi@oracle.com> | Mon Jan 29 22:25:19 2024 +0100 |
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | Mon Jan 29 22:25:19 2024 +0100 |
tree | 8caa3e83b0edb9f82f7f0f50f7b37e84f91ed1c6 | |
parent | 878e894801169461adc00129ad33947ad541420d [diff] |
sim: bpf: remove support for ldinddw and ldabsdw instructions This patch removes support for the two instructions above from the GNU simulator, including the corresponding tests. These instructions do not really exist in BPF and are not recognized as such by the kernel verifier. This has now been pointed out during the standardization of the BPF ISA. Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>