diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 19:38:43 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 19:38:43 +0000 |
commit | 501ad43a890f663b3ba505f0d593907a487baef5 (patch) | |
tree | aec7ff648cddc922c2fd2dc8075c666d0099d6d1 /gdb/remote-mips.c | |
parent | 243aa0c2420666e0e0c3a099732acc76bcd3df2a (diff) | |
download | gdb-501ad43a890f663b3ba505f0d593907a487baef5.zip gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.gz gdb-501ad43a890f663b3ba505f0d593907a487baef5.tar.bz2 |
Remove sanitized-out Magic Cap support, will never be released
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 3003add..b9e09da 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1754,15 +1754,6 @@ mips_resume (pid, step, siggnal) { int err; -/* start-sanitize-gm */ -#ifndef GENERAL_MAGIC - if (siggnal != TARGET_SIGNAL_0) - warning - ("Can't send signals to a remote system. Try `handle %s ignore'.", - target_signal_to_name (siggnal)); -#endif /* GENERAL_MAGIC */ -/* end-sanitize-gm */ - /* LSI PMON requires returns a reply packet "0x1 s 0x0 0x57f" after a single step, so we wait for that. */ mips_request (step ? 's' : 'c', @@ -2302,16 +2293,7 @@ Can't pass arguments to remote MIPS board; arguments ignored."); /* FIXME: Should we set inferior_pid here? */ -/* start-sanitize-gm */ -#ifdef GENERAL_MAGIC - magic_create_inferior_hook (); - proceed (entry_pt, TARGET_SIGNAL_PWR, 0); -#else -/* end-sanitize-gm */ proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0); -/* start-sanitize-gm */ -#endif /* GENERAL_MAGIC */ -/* end-sanitize-gm */ } /* Clean up after a process. Actually nothing to do. */ |