* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / convex-tdep.c
index dd4daeb9f35722bc1263a0ecc768d1807bb4a4fb..9fa1611cd09091a3f7171a75e51d95dc8bd8d761 100644 (file)
@@ -611,6 +611,8 @@ thread_info ()
       ioctl (inferior_fd, PIXRDCREGS, &ps);
     }
 
+  /* FIXME: stop_signal is from target.h but stop_sigcode is a
+     convex-specific thing.  */
   printf_filtered ("Current thread %d stopped with signal %d.%d (%s).\n",
                   inferior_thread, stop_signal, stop_sigcode,
                   subsig_name (stop_signal, stop_sigcode));
@@ -858,6 +860,7 @@ psw_info (arg)
     }
 }
 \f
+void
 _initialize_convex_dep ()
 {
   add_com ("alias", class_support, alias_command,
This page took 0.023929 seconds and 4 git commands to generate.