aboutsummaryrefslogtreecommitdiff
path: root/cpu/ChangeLog
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2019-05-23 19:03:59 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2019-05-23 19:33:50 +0200
commitea195bb04cc5c964126aeff0f87d7161a03ca926 (patch)
tree460e3677c9b35ad26bdee3c876619b3fffa42e14 /cpu/ChangeLog
parentfd0de36e274c8141a5dd4579cd04856dc88370da (diff)
downloadgdb-ea195bb04cc5c964126aeff0f87d7161a03ca926.zip
gdb-ea195bb04cc5c964126aeff0f87d7161a03ca926.tar.gz
gdb-ea195bb04cc5c964126aeff0f87d7161a03ca926.tar.bz2
cpu: add eBPF cpu description
This patch adds a CPU description for the Linux kernel eBPF virtual machine, plus supporting code for disassembler and assembler. cpu/ChangeLog: 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com> * bpf.cpu: New file. * bpf.opc: Likewise.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r--cpu/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index c563860..b573c69 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * bpf.cpu: New file.
+ * bpf.opc: Likewise.
+
2018-06-24 Nick Clifton <nickc@redhat.com>
2.32 branch created.