2009-06-01 Tristan Gingold <gingold@adacore.com>

* configure.tgt (avr): Set gdb_sim to use the simulator.
This commit is contained in:
Tristan Gingold 2009-06-01 08:12:21 +00:00
parent 1533edfb9f
commit 64c9be2ef3
2 changed files with 5 additions and 4 deletions

View 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.

View 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*)