From 64c9be2ef34670f6c5498ea1bd0b562465c8fd27 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 1 Jun 2009 08:12:21 +0000 Subject: [PATCH] 2009-06-01 Tristan Gingold * configure.tgt (avr): Set gdb_sim to use the simulator. --- gdb/ChangeLog | 4 ++++ gdb/configure.tgt | 5 +---- 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 + + * configure.tgt (avr): Set gdb_sim to use the simulator. + 2009-05-29 Doug Evans * 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 - # for the simulator used during development of avr - # support for gdb. + gdb_sim=../sim/avr/libsim.a ;; cris*) -- 2.7.4