Browse Source

2003-06-15 Andrew Cagney <cagney@redhat.com>

* rdi-share/host.h (Fail): Change to a varargs function.
	* remote-rdi.c (Fail): Update.
ezannoni_pie-20030916-branch
Andrew Cagney 23 years ago
parent
commit
3bd3f01e76
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/rdi-share/host.h
  3. 2
      gdb/remote-rdi.c

5
gdb/ChangeLog

@ -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.

2
gdb/rdi-share/host.h

@ -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 */

2
gdb/remote-rdi.c

@ -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, ...)
{
}

Loading…
Cancel
Save