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 | |
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.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/i386/nto.mt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 71bfb8a..be21d82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-05-24 Kris Warkentin <kewarken@qnx.com> + + * config/i386/nto.mt: Remove remote-nto.o. + 2005-05-24 Orjan Friberg <orjanf@axis.com> * config/djgpp/fnchange.lst: Add mappings for 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 |