* gdbserver/low-hppabsd.c: Remove error declaration.

* gdbserver/low-sparc.c: Likewise.
	* gdbserver/low-sun3.c: Likewise.
	* gdbserver/server.h: Remove error and fatal declaration.
	* gdbserver/utils.c (error): Update to be compatable with recent
	changes in defs.h.
	(fatal): Likewise.
This commit is contained in:
Jeff Law 1995-07-20 21:04:29 +00:00
parent d2c66084be
commit 76087c5388
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
Thu Jul 20 15:00:31 1995 Jeff Law (law@snake.cs.utah.edu)
* gdbserver/low-hppabsd.c: Remove error declaration.
* gdbserver/low-sparc.c: Likewise.
* gdbserver/low-sun3.c: Likewise.
* gdbserver/server.h: Remove error and fatal declaration.
* gdbserver/utils.c (error): Update to be compatable with recent
changes in defs.h.
(fatal): Likewise.
Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/m68k/tm-m68kv4.h (DWARF_REG_TO_REGNUM): Define to

View File

@ -48,7 +48,7 @@ char buf2[MAX_REGISTER_RAW_SIZE];
extern char **environ;
extern int errno;
extern int inferior_pid;
void error (), quit (), perror_with_name ();
void quit (), perror_with_name ();
int query ();
/* Start an inferior process and returns its pid.

View File

@ -53,7 +53,7 @@ extern char **sys_errlist;
extern char **environ;
extern int errno;
extern int inferior_pid;
void error (), quit (), perror_with_name ();
void quit (), perror_with_name ();
int query ();
/* Start an inferior process and returns its pid.

View File

@ -50,7 +50,7 @@ extern char **sys_errlist;
extern char **environ;
extern int errno;
extern int inferior_pid;
void error (), quit (), perror_with_name ();
void quit (), perror_with_name ();
int query ();
/* Start an inferior process and returns its pid.