diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-27 07:18:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-27 07:18:32 +0000 |
commit | 78073dd899b80be1a70ad75d5c3fc9d538ad9f86 (patch) | |
tree | be9d80244ac26b8bbacfd407cb6cc958752e87a7 /gdb/config | |
parent | 597f589d01ce29495bf7b5b23e758bb5a0e18433 (diff) | |
download | gdb-78073dd899b80be1a70ad75d5c3fc9d538ad9f86.zip gdb-78073dd899b80be1a70ad75d5c3fc9d538ad9f86.tar.gz gdb-78073dd899b80be1a70ad75d5c3fc9d538ad9f86.tar.bz2 |
From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
* configure.tgt: Recognize the 68hc11.
* m68hc11-tdep.c: New file for 68hc11 target.
* config/m68hc11/m68hc11.mt: New file for 68hc11 port.
* configure.tgt: When 68hc11, set gdb_multi_arch.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68hc11/m68hc11.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/m68hc11/m68hc11.mt b/gdb/config/m68hc11/m68hc11.mt new file mode 100644 index 0000000..5e25eee --- /dev/null +++ b/gdb/config/m68hc11/m68hc11.mt @@ -0,0 +1,6 @@ +# Target: Motorola 68HC11 processor +TDEPFILES= m68hc11-tdep.o +TM_FILE= tm-m68hc11.h +SIM_OBS= remote-sim.o +SIM= ../sim/m68hc11/libsim.a -lm + |