This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] sim: avr: move changelog entries to subdir


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=333ec25d7e514be4851d94ec0652f571bcfd9c5e

commit 333ec25d7e514be4851d94ec0652f571bcfd9c5e
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Oct 16 22:34:08 2016 -0400

    sim: avr: move changelog entries to subdir

Diff:
---
 sim/ChangeLog     | 7 -------
 sim/avr/ChangeLog | 7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sim/ChangeLog b/sim/ChangeLog
index d7cc92c..76c384d 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,10 +1,3 @@
-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.
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog
index 9cdc039..181796b 100644
--- a/sim/avr/ChangeLog
+++ b/sim/avr/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-19  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
+
+	PR target/19401
+	* 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-01-10  Mike Frysinger  <vapier@gentoo.org>
 
 	* config.in, configure: Regenerate.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]