* utils.c (strcmp_iw): Add a hack to allow "FOO(ARGS)" to
[deliverable/binutils-gdb.git] / gdb / inftarg.c
index 5b52fda0a62d8893ce7ef2b114615d008e2612e5..9e3f72980b1e3e6320bb17296f8af9b4a355652a 100644 (file)
@@ -123,6 +123,8 @@ child_prepare_to_store ()
 /* Convert data from raw format for register REGNUM
    to virtual format for register REGNUM.  */
 
+/* Some machines won't need to use regnum.  */
+/* ARGSUSED */
 void
 host_convert_to_virtual (regnum, from, to)
      int regnum;
@@ -135,6 +137,7 @@ host_convert_to_virtual (regnum, from, to)
 /* Convert data from virtual format for register REGNUM
    to raw format for register REGNUM.  */
 
+/* ARGSUSED */
 void
 host_convert_from_virtual (regnum, from, to)
      int regnum;
@@ -153,6 +156,7 @@ child_files_info ()
          attach_flag? "attached": "child", inferior_pid);
 }
 
+/* ARGSUSED */
 static void
 child_open (arg, from_tty)
      char *arg;
This page took 0.02322 seconds and 4 git commands to generate.