2000-12-20 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / symm-nat.c
index 9a56a2aed893e5cbeb5fbb714cc2e0fed7593110..7fc706f017d37b16b92395ec040a891359fe6a31 100644 (file)
@@ -313,9 +313,7 @@ print_1167_control_word (unsigned int pcr)
   printf_unfiltered ("\n");
 }
 
-print_1167_regs (regs)
-     long regs[FPA_NREGS];
-
+print_1167_regs (long regs[FPA_NREGS])
 {
   int i;
 
@@ -737,7 +735,7 @@ detach (int signo)
 
 /* Copy LEN bytes to or from inferior's memory starting at MEMADDR
    to debugger memory starting at MYADDR.   Copy to inferior if
-   WRITE is nonzero.
+   WRITE is nonzero.  TARGET is ignored.
 
    Returns the length copied, which is either the LEN argument or zero.
    This xfer function does not do partial moves, since child_ops
@@ -745,12 +743,8 @@ detach (int signo)
    anyway.  */
 
 int
-child_xfer_memory (memaddr, myaddr, len, write, target)
-     CORE_ADDR memaddr;
-     char *myaddr;
-     int len;
-     int write;
-     struct target_ops *target;        /* ignored */
+child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+                  struct target_ops *target)
 {
   register int i;
   /* Round starting address down to longword boundary.  */
This page took 0.023465 seconds and 4 git commands to generate.