diff options
author | Theodore A. Roth <troth@openavr.org> | 2002-04-25 20:34:56 +0000 |
---|---|---|
committer | Theodore A. Roth <troth@openavr.org> | 2002-04-25 20:34:56 +0000 |
commit | 8818c391f71abec18d5af55caee831caf3d9b073 (patch) | |
tree | 0718ddfc608ff96a159a103a736c7bba72e7c05f /gdb/config/avr | |
parent | 79509c2d51c5fae0eab8d1c47d504317c09eb3ba (diff) | |
download | gdb-8818c391f71abec18d5af55caee831caf3d9b073.zip gdb-8818c391f71abec18d5af55caee831caf3d9b073.tar.gz gdb-8818c391f71abec18d5af55caee831caf3d9b073.tar.bz2 |
* Makefile.in: Add support for AVR target.
* configure.tgt: Add support for AVR target.
* avr-tdep.c: New file
* config/avr/avr.mt: New file.
Diffstat (limited to 'gdb/config/avr')
-rw-r--r-- | gdb/config/avr/avr.mt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config/avr/avr.mt b/gdb/config/avr/avr.mt new file mode 100644 index 0000000..0354a42 --- /dev/null +++ b/gdb/config/avr/avr.mt @@ -0,0 +1,12 @@ +# Target: AVR +TDEPFILES= 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. +# +# Simulator: AVR +#SIM_OBS = remote-sim.o +#SIM = ../sim/avr/libsim.a |