aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.tgt5
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bac4389..69003a5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-01 Tristan Gingold <gingold@adacore.com>
+
+ * configure.tgt (avr): Set gdb_sim to use the simulator.
+
2009-05-29 Doug Evans <dje@google.com>
* infrun.c (prepare_to_proceed): Document. Assert !non_stop.
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 259ee8f..59aa62b 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -96,10 +96,7 @@ arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
avr-*-*)
# Target: AVR
gdb_target_obs="avr-tdep.o"
- # There is no simulator provided with gdb (yet).
- # See <http://savannah.gnu.org/projects/simulavr/>
- # for the simulator used during development of avr
- # support for gdb.
+ gdb_sim=../sim/avr/libsim.a
;;
cris*)