2003-06-15 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 15 Jun 2003 12:30:56 +0000 (12:30 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 15 Jun 2003 12:30:56 +0000 (12:30 +0000)
* rdi-share/host.h (Fail): Change to a varargs function.
* remote-rdi.c (Fail): Update.

gdb/ChangeLog
gdb/rdi-share/host.h
gdb/remote-rdi.c

index bc4f971..b34da64 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-15  Andrew Cagney  <cagney@redhat.com>
+
+       * rdi-share/host.h (Fail): Change to a varargs function.
+       * remote-rdi.c (Fail): Update.
+       
 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
 
        * i386-tdep.c (i386_next_regnum): Fix bounds checking.
index 2101072..121a823 100644 (file)
@@ -215,6 +215,6 @@ extern double strtod(const char *str, char **ptr);
 #endif
 
 /* Needs to be supplied by the host.  */
-extern void Fail (const char *);
+extern void Fail (const char *, ...);
 
 /* end of host.h */
index c42de2f..a868f38 100644 (file)
@@ -1066,7 +1066,7 @@ _initialize_remote_rdi (void)
 /* A little dummy to make linking with the library succeed. */
 
 void
-Fail (const char *ignored)
+Fail (const char *ignored, ...)
 {
   
 }