aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-09-28 21:46:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-09-28 21:46:09 +0000
commit0ac7be2557fff39765e8a16724e90966f50efa67 (patch)
tree2e36f4df3f99d2b8bd37ea58bc85508096e8d83d /gdb/ChangeLog
parent6e1bb179c2b6f646c24ef71ec544463bc2974e56 (diff)
downloadgdb-0ac7be2557fff39765e8a16724e90966f50efa67.zip
gdb-0ac7be2557fff39765e8a16724e90966f50efa67.tar.gz
gdb-0ac7be2557fff39765e8a16724e90966f50efa67.tar.bz2
Add a sparc simulator with the sparc bareboard target.
gdb/ChangeLog: * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a. (sparc-*-rtems*): Delete, now redundant with the sparc-*-* case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7cf8d90..e8b81e8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2010-09-28 Joel Brobecker <brobecker@adacore.com>
+ * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
+ (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
+
+2010-09-28 Joel Brobecker <brobecker@adacore.com>
+
* NEWS: Announce Ravenscar Profile support.
2010-09-28 Joel Brobecker <brobecker@adacore.com>