import gdb-1999-12-06 snapshot

This commit is contained in:
Jason Molenda 1999-12-07 03:56:43 +00:00
parent 1e37c28164
commit c2d11a7da0
115 changed files with 19925 additions and 1063 deletions

View file

@ -2,6 +2,7 @@
XDEPFILES= ser-tcp.o
XM_FILE= xm-linux.h
NAT_FILE= nm-linux.h
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o \
linux-thread.o
HOST_IPC=-DBSD_IPC
GDBSERVER_DEPFILES= low-sparc.o

View file

@ -27,6 +27,3 @@
#define KERNEL_U_SIZE kernel_u_size()
extern int kernel_u_size PARAMS ((void));
/* Linux is svr4ish but not that much */
#undef USE_PROC_FS

View file

@ -25,6 +25,6 @@
#define SIGCONTEXT_PC_OFFSET 12
#include "tm-sysv4.h"
#include "tm-linux.h"
#endif /* TM_SPARCLINUX_H */