OSDN Git Service

Update function signatures to match target vector.
authorAndrew Cagney <cagney@redhat.com>
Wed, 2 Aug 2000 05:17:27 +0000 (05:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 2 Aug 2000 05:17:27 +0000 (05:17 +0000)
gdb/ChangeLog
gdb/MAINTAINERS
gdb/remote-udi.c

index f3d1ab8..d0adb91 100644 (file)
@@ -1,3 +1,9 @@
+Wed Aug  2 13:06:25 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-udi.c (udi_xfer_inferior_memory, udi_files_info,
+       udi_kill): Update function signatures so that match target vector.
+       * MAINTAINERS: Update.
+
 Wed Aug  2 11:04:15 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * TODO: Updates.
index e412796..21bd3af 100644 (file)
@@ -30,7 +30,7 @@ variants.  *-tdep.c. The Target/Architecture maintainer works with the
 host maintainer when resolving build issues.  The Target/Architecture
 maintainer works with the native maintainer when resolving API issues.
 
-       a29k            maintenance only (a29k-amd-udi)
+       a29k            maintenance only (a29k-amd-udi -Werror)
        alpha           maintenance only (alpha-dec-osf4.0a)
        arc             maintenance only (arc-elf)
 
index 7127ca6..febcf5c 100644 (file)
@@ -922,7 +922,8 @@ translate_addr (CORE_ADDR addr)
 /************************************************* UDI_XFER_INFERIOR_MEMORY */
 /* FIXME!  Merge these two.  */
 static int
-udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write)
+udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+                         struct target_ops * target)
 {
 
   memaddr = translate_addr (memaddr);
@@ -935,7 +936,7 @@ udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write)
 
 /********************************************************** UDI_FILES_INFO */
 static void
-udi_files_info (void)
+udi_files_info (struct target_ops *target)
 {
   printf_unfiltered ("\tAttached to UDI socket to %s", udi_config_id);
   if (prog_name != NULL)
@@ -998,7 +999,7 @@ udi_remove_breakpoint (CORE_ADDR addr, char *contents_cache)
 }
 
 static void
-udi_kill (char *arg, int from_tty)
+udi_kill (void)
 {
 
 #if 0