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: aarch64: move ChangeLog content


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

commit f66affe97c40465e70249970b3339cc2f0a40e69
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Dec 26 07:12:13 2015 -0500

    sim: aarch64: move ChangeLog content

Diff:
---
 sim/ChangeLog         | 26 --------------------------
 sim/aarch64/ChangeLog | 25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/sim/ChangeLog b/sim/ChangeLog
index 6e88170..19327de 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,33 +1,7 @@
-2015-12-14  Nick Clifton  <nickc@redhat.com>
-
-	* aarch64/simulator.c (system_get): New function.  Provides read
-	access to the dczid system register.
-	(do_mrs): New function - implements the MRS instruction.
-	(dexSystem): Call do_mrs for the MRS instruction.  Halt on
-	unimplemented system instructions.
-
 2015-11-24  Nick Clifton  <nickc@redhat.com>
 
 	* configure.tgt: Add aarch64 entry.
 	* configure: Regenerate.
-	* sim/aarch64/configure.ac: New configure template.
-	* sim/aarch64/aclocal.m4: Generate.
-	* sim/aarch64/config.in: Generate.
-	* sim/aarch64/configure: Generate.
-	* sim/aarch64/cpustate.c: New file - functions for accessing
-	AArch64 registers.
-	* sim/aarch64/cpustate.h: New header.
-	* sim/aarch64/decode.h: New header.
-	* sim/aarch64/interp.c: New file - interface between GDB and
-	simulator.
-	* sim/aarch64/Makefile.in: New makefile template.
-	* sim/aarch64/memory.c: New file - functions for simulating
-	aarch64 memory accesses.
-	* sim/aarch64/memory.h: New header.
-	* sim/aarch64/sim-main.h: New header.
-	* sim/aarch64/simulator.c: New file - aarch64 simulator
-	functions.
-	* sim/aarch64/simulator.h: New header.
 
 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
 
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog
new file mode 100644
index 0000000..608a056
--- /dev/null
+++ b/sim/aarch64/ChangeLog
@@ -0,0 +1,25 @@
+2015-12-14  Nick Clifton  <nickc@redhat.com>
+
+	* simulator.c (system_get): New function.  Provides read
+	access to the dczid system register.
+	(do_mrs): New function - implements the MRS instruction.
+	(dexSystem): Call do_mrs for the MRS instruction.  Halt on
+	unimplemented system instructions.
+
+2015-11-24  Nick Clifton  <nickc@redhat.com>
+
+	* configure.ac: New configure template.
+	* aclocal.m4: Generate.
+	* config.in: Generate.
+	* configure: Generate.
+	* cpustate.c: New file - functions for accessing AArch64 registers.
+	* cpustate.h: New header.
+	* decode.h: New header.
+	* interp.c: New file - interface between GDB and simulator.
+	* Makefile.in: New makefile template.
+	* memory.c: New file - functions for simulating aarch64 memory
+	accesses.
+	* memory.h: New header.
+	* sim-main.h: New header.
+	* simulator.c: New file - aarch64 simulator functions.
+	* simulator.h: New header.


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