diff options
author | Kris Warkentin <kewarken@qnx.com> | 2005-05-24 15:43:21 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2005-05-24 15:43:21 +0000 |
commit | 42d99eabb511cd7d8c2573240b2b2c30bab0b398 (patch) | |
tree | 0b3eae4eee9c9e8bbe62c7933ab081f6762963dd /gdb/config | |
parent | 546aee7a22a519dca4d1efbcc33b0cb547328e35 (diff) | |
download | gdb-42d99eabb511cd7d8c2573240b2b2c30bab0b398.zip gdb-42d99eabb511cd7d8c2573240b2b2c30bab0b398.tar.gz gdb-42d99eabb511cd7d8c2573240b2b2c30bab0b398.tar.bz2 |
2005-05-24 Kris Warkentin <kewarken@qnx.com>
* config/i386/nto.mt: Remove remote-nto.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nto.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nto.mt b/gdb/config/i386/nto.mt index e9d1431..ad62b83 100644 --- a/gdb/config/i386/nto.mt +++ b/gdb/config/i386/nto.mt @@ -1,4 +1,4 @@ # Target: Intel 386 running qnx6. TDEPFILES = i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ - i386-nto-tdep.o nto-tdep.o remote-nto.o + i386-nto-tdep.o nto-tdep.o DEPRECATED_TM_FILE = tm-nto.h |