* symtab.c (find_pc_symtab): some object file formats, notably mips,
[deliverable/binutils-gdb.git] / gdb / tm-nindy960.h
index 520eb6b8ccaf6aafaa3f9cb8994da71c7322bd0c..b32eaa89a365670a5cf54c436b20cc6cb8c12c80 100644 (file)
@@ -37,12 +37,12 @@ extern int nindy_initial_brk;       /* Send a BREAK to reset board first */
 extern char *nindy_ttyname;    /* Name of serial port to talk to nindy */
 
 #define        ADDITIONAL_OPTIONS \
-       {"O", 0, &nindy_old_protocol, 1},       \
-       {"brk", 0, &nindy_initial_brk, 1},      \
-       {"r", 1, 0, 1004},  /* 1004 is magic cookie for ADDL_CASES */
+       {"O", no_argument, &nindy_old_protocol, 1},     \
+       {"brk", no_argument, &nindy_initial_brk, 1},    \
+       {"ser", required_argument, 0, 1004},  /* 1004 is magic cookie for ADDL_CASES */
 
 #define        ADDITIONAL_OPTION_CASES \
-       case 1004:      /* -r option:  remote nindy auto-start */       \
+       case 1004:      /* -ser option:  remote nindy auto-start */     \
          nindy_ttyname = optarg;       \
          break;
 
@@ -50,7 +50,7 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
        "\
   -O                Use old protocol to talk to a Nindy target\n\
   -brk              Send a break to a Nindy target to reset it.\n\
-  -r SERIAL         Open remote Nindy session to SERIAL port.\n\
+  -ser SERIAL       Open remote Nindy session to SERIAL port.\n\
 "
 
 /* If specified on the command line, open tty for talking to nindy,
@@ -70,6 +70,9 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
 #define        BEFORE_MAIN_LOOP_HOOK   \
   nindy_before_main_loop();
 
+extern void
+nindy_before_main_loop();              /* In remote-nindy.c */
+
 /* Address of end of stack space.
  *     This probably doesn't matter for nindy, because it's only used
  *     in manipulation of core files, which we don't support.
@@ -87,7 +90,8 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
 #define        FRAME_CHAIN_VALID(chain, thisframe) \
        nindy_frame_chain_valid (chain, thisframe)
 
-extern int nindy_frame_chain_valid();          /* See nindy-tdep.c */
+extern int
+nindy_frame_chain_valid();             /* See nindy-tdep.c */
 
 /* Sequence of bytes for breakpoint instruction */
 
This page took 0.02379 seconds and 4 git commands to generate.