2009-06-01 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 1 Jun 2009 08:12:21 +0000 (08:12 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 1 Jun 2009 08:12:21 +0000 (08:12 +0000)
* configure.tgt (avr): Set gdb_sim to use the simulator.

gdb/ChangeLog
gdb/configure.tgt

index bac4389..69003a5 100644 (file)
@@ -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.
index 259ee8f..59aa62b 100644 (file)
@@ -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*)