aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorDenis Chertykov <chertykov@gmail.com>2016-07-19 09:47:23 +0300
committerDenis Chertykov <chertykov@gmail.com>2016-07-19 09:47:23 +0300
commit59f48f5a45d2300da401f1fccab31ba436217469 (patch)
treeea97cd072d3453b013e1baf3b724a5271dd22368 /sim/ChangeLog
parenta4717ffb7bbc1415275c6c51029729c8b5de9c12 (diff)
downloadfsf-binutils-gdb-59f48f5a45d2300da401f1fccab31ba436217469.zip
fsf-binutils-gdb-59f48f5a45d2300da401f1fccab31ba436217469.tar.gz
fsf-binutils-gdb-59f48f5a45d2300da401f1fccab31ba436217469.tar.bz2
Update PC when simulate break instruction.
PR target/ 19401 * avr/interp.c (step_once): Pass break instruction address to sim_engine_halt function which writes that to PC. Remove code that follows that function call as it is unreachable.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 76c384d..d7cc92c 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-19 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
+
+ PR target/ 19401
+ * avr/interp.c (step_once): Pass break instruction address to
+ sim_engine_halt function which writes that to PC. Remove code that
+ follows that function call as it is unreachable.
+
2016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
* MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.