aboutsummaryrefslogtreecommitdiff
path: root/gdb/ocd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-01 01:18:18 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-01 01:18:18 +0000
commit5f084e47d4613c5a947f5742e8fd99405a10d4ca (patch)
tree7a657c70d306e2f90c11d7bae8f82a5a8cd41cac /gdb/ocd.c
parent3f235519e69297f9d51991a9db8842d933e279f8 (diff)
downloadfsf-binutils-gdb-5f084e47d4613c5a947f5742e8fd99405a10d4ca.zip
fsf-binutils-gdb-5f084e47d4613c5a947f5742e8fd99405a10d4ca.tar.gz
fsf-binutils-gdb-5f084e47d4613c5a947f5742e8fd99405a10d4ca.tar.bz2
Cleanup open comments.
Diffstat (limited to 'gdb/ocd.c')
-rw-r--r--gdb/ocd.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/ocd.c b/gdb/ocd.c
index a6b385a..0af8103 100644
--- a/gdb/ocd.c
+++ b/gdb/ocd.c
@@ -74,10 +74,11 @@ static int last_run_status;
other form of hairy serial connection, I would think 2 seconds would
be plenty. */
+#if 0
/* FIXME: Change to allow option to set timeout value on a per target
- basis.
-
+ basis. */
static int remote_timeout = 2;
+#endif
/* Descriptor for I/O to remote machine. Initialize it to NULL so that
ocd_open knows that we don't have a file open when the program
@@ -1288,7 +1289,9 @@ ocd_load (args, from_tty)
not yet supported fully */
#define BDM_BREAKPOINT {0x0,0x0,0x0,0x0} /* For ppc 8xx */
-/* #define BDM_BREAKPOINT {0x4a,0xfa} /* BGND insn used for CPU32 */
+#if 0
+#define BDM_BREAKPOINT {0x4a,0xfa} /* BGND insn used for CPU32 */
+#endif
/* BDM (at least on CPU32) uses a different breakpoint */