aboutsummaryrefslogtreecommitdiff
path: root/sim/or1k/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/or1k/ChangeLog
parent5bc4f5ca1554779f4e83702a4d92babd370384cd (diff)
downloadgdb-ba2f0de21691c6752daf4b3a6941392ee06a77d6.zip
gdb-ba2f0de21691c6752daf4b3a6941392ee06a77d6.tar.gz
gdb-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/or1k/ChangeLog')
-rw-r--r--sim/or1k/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog
index 1079c66..4d74882 100644
--- a/sim/or1k/ChangeLog
+++ b/sim/or1k/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-31 Mike Frysinger <vapier@gentoo.org>
+
+ * decode.c (or1k32bf_decode): Change TRACE_EXTRACT to
+ CGEN_TRACE_EXTRACT.
+
2021-01-12 Mike Frysinger <vapier@gentoo.org>
* traps.c (or1k32bf_exception): Move handler_pc decl to top of scope.