* configure.tgt (avr): Set gdb_sim to use the simulator.
+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.
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*)