* gdbserver/Makefile.in: Use GDBSERVER_LIBS and
GDBSERVER_DEPFILES. Also remove much (but not all that could be removed) crud inherited from gdb Makefile.in. * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*. * gdbserver/README: Say it works on Sun and change configuration instructions slightly.
This commit is contained in:
parent
cba949c5a3
commit
ff1cdb40d9
4 changed files with 19 additions and 0 deletions
|
@ -48,6 +48,8 @@ char buf2[MAX_REGISTER_RAW_SIZE];
|
|||
#include <sys/ptrace.h>
|
||||
#include <machine/reg.h>
|
||||
|
||||
extern int sys_nerr;
|
||||
extern char **sys_errlist;
|
||||
extern char **environ;
|
||||
extern int errno;
|
||||
extern int inferior_pid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue