diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 18:20:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 18:20:00 +0000 |
commit | 82e34d2ffd628350b4e16b5ddcd1877cf760d434 (patch) | |
tree | ce0edcfab0a0c8a0c98b2088c29a45adf925f3c8 /gdb/remote-mips.c | |
parent | 75dec9cf6fc479007d87b7f48bd18aba61a07f77 (diff) | |
download | gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.zip gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.tar.gz gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.tar.bz2 |
2004-10-31 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h: Delete file.
* remote-mips.c: Delete tm-mips.h from comment.
* config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
* config/mips/tm-nbsd.h: Don't include tm-mips.h.
* config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
* config/mips/tm-linux.h: Don't include tm-mips.h.
* config/mips/tm-vxmips.h: Don't include tm-mips.h.
* config/mips/irix5.mt (DEPRECATED_TM_FILE):
* config/mips/tm-wince.h: Don't include.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 2b40066..971da6d 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1860,8 +1860,7 @@ mips_wait (ptid_t ptid, struct target_waitstatus *status) } /* We have to map between the register numbers used by gdb and the - register numbers used by the debugging protocol. This function - assumes that we are using tm-mips.h. */ + register numbers used by the debugging protocol. */ #define REGNO_OFFSET 96 |