aboutsummaryrefslogtreecommitdiff
path: root/sim/bpf/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-31 16:46:50 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-31 17:08:49 -0500
commitba2f0de21691c6752daf4b3a6941392ee06a77d6 (patch)
treee53e50ef7babd0507531655375bfd7f62afac67f /sim/bpf/ChangeLog
parent5bc4f5ca1554779f4e83702a4d92babd370384cd (diff)
downloadbinutils-ba2f0de21691c6752daf4b3a6941392ee06a77d6.zip
binutils-ba2f0de21691c6752daf4b3a6941392ee06a77d6.tar.gz
binutils-ba2f0de21691c6752daf4b3a6941392ee06a77d6.tar.bz2
sim: bpf/or1k: fix CGEN_TRACE_EXTRACT name
We renamed these years ago, but it looks like the cgen core missed the TRACE_EXTRACT function, so these new ports still used the incompatible common name. Fix those ports to use the right func.
Diffstat (limited to 'sim/bpf/ChangeLog')
-rw-r--r--sim/bpf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog
index 24ed05e..dc3db5a 100644
--- a/sim/bpf/ChangeLog
+++ b/sim/bpf/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-31 Mike Frysinger <vapier@gentoo.org>
+
+ * decode-be.c (bpfbf_ebpfbe_decode): Change TRACE_EXTRACT to
+ CGEN_TRACE_EXTRACT.
+ * decode-le.c (bpfbf_ebpfle_decode): Likewise.
+
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.