diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
commit | 61def6bdbf0413c7a576501be1817b2fcd1c57e4 (patch) | |
tree | b0ebe60a01b99b5d20175f6353ce05937a1f31cf /gdb/config | |
parent | 44878bae0ae9c011b53d9f66a9b2666c26bc23e1 (diff) | |
download | gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.zip gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.gz gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.bz2 |
Contribute target dependent code for Morpho Technologies ms1 processor.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/ms1/ms1.mt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/ms1/ms1.mt b/gdb/config/ms1/ms1.mt new file mode 100644 index 0000000..18ce1ab --- /dev/null +++ b/gdb/config/ms1/ms1.mt @@ -0,0 +1,2 @@ +# Target: Morpho Technologies ms1 processor +TDEPFILES= ms1-tdep.o |