This is the mail archive of the gdb-patches@sources.redhat.com 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]

[patch] sim/ChangeLog: Move an entry that belong tosim/h8300/ChangeLog.


Hi,

Attached is a patch to move a ChangeLog entry that belong to
sim/h8300/ChangeLog.

Shrinivas, for later referece, please put your ChangeLog entry where
it belongs and make it look like others.  Use a tab for the beginning
of each line.  There should be no space between ')' and ':'.  Put a
period for each sentence, and so on.

Committed as obvious without a ChangeLog entry.

Kazu Hirata

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/ChangeLog,v
retrieving revision 1.35
diff -u -r1.35 ChangeLog
--- ChangeLog	17 Oct 2003 12:45:54 -0000	1.35
+++ ChangeLog	15 Nov 2003 16:53:56 -0000
@@ -1,16 +1,3 @@
-2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
-     * h8300/compile.c : Addition of extern variable h8300_normal_mode 
-        (SP) : Handle normal mode 
-        (bitfrom) : Use normal mode flag to return suitable value
-        (lvalue) : Use normal mode flag to return command line location
-        (decode) : Decode instruction correctly for normal mode
-        (init_pointers) : Initialise memory correctly for normal mode
-        (sim_resume) : Handle cases for normal mode using h8300_normal_mode flag
-        (sim_store_register) : Handle 2 byte PC for normal mode 
-        (sim_fetch_register) : Handle 2 byte PC for normal mode
-        (set_h8300h) : Set normal mode flag as per architechture
-        (sim_load) : Allocate 64K for normal mode instead of bigger memory
-
 2003-10-08  Dave Brolley  <brolley@redhat.com>
 
 	* configure.in: Move frv handling to alphabetically correct placement.
Index: h8300/ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/h8300/ChangeLog,v
retrieving revision 1.38
diff -u -r1.38 ChangeLog
--- h8300/ChangeLog	29 Jul 2003 21:03:39 -0000	1.38
+++ h8300/ChangeLog	15 Nov 2003 16:53:56 -0000
@@ -1,3 +1,18 @@
+2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
+
+	* compile.c (h8300_normal_mode): New.
+	(SP): Handle normal mode.
+	(bitfrom): Use normal mode flag to return suitable value.
+	(lvalue): Use normal mode flag to return command line location.
+	(decode): Decode instruction correctly for normal mode.
+	(init_pointers): Initialise memory correctly for normal mode.
+	(sim_resume): Handle cases for normal mode using h8300_normal_mode
+	flag.
+	(sim_store_register): Handle 2 byte PC for normal mode.
+	(sim_fetch_register): Handle 2 byte PC for normal mode.
+	(set_h8300h): Set normal mode flag as per architechture.
+	(sim_load): Allocate 64K for normal mode instead of bigger memory.
+
 2003-07-18  Michael Snyder  <msnyder@redhat.com>
 
 	* compile.c (decode): Enhancements for mova.


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