diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-12-07 03:56:43 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-12-07 03:56:43 +0000 |
commit | c2d11a7da0372ef052af1c74d56e264d8aae4743 (patch) | |
tree | b2ceadb275bb9a170315ab66111c1f643c9ebf71 /gdb/config/sparc | |
parent | 1e37c28164d4f504b2ae8189d0b82a862cfa323d (diff) | |
download | binutils-c2d11a7da0372ef052af1c74d56e264d8aae4743.zip binutils-c2d11a7da0372ef052af1c74d56e264d8aae4743.tar.gz binutils-c2d11a7da0372ef052af1c74d56e264d8aae4743.tar.bz2 |
import gdb-1999-12-06 snapshot
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/linux.mh | 3 | ||||
-rw-r--r-- | gdb/config/sparc/nm-linux.h | 3 | ||||
-rw-r--r-- | gdb/config/sparc/tm-linux.h | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/gdb/config/sparc/linux.mh b/gdb/config/sparc/linux.mh index 954398f..4ad98c2 100644 --- a/gdb/config/sparc/linux.mh +++ b/gdb/config/sparc/linux.mh @@ -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 diff --git a/gdb/config/sparc/nm-linux.h b/gdb/config/sparc/nm-linux.h index f6f26bc..1b79823 100644 --- a/gdb/config/sparc/nm-linux.h +++ b/gdb/config/sparc/nm-linux.h @@ -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 diff --git a/gdb/config/sparc/tm-linux.h b/gdb/config/sparc/tm-linux.h index 8822f1d..906aaec 100644 --- a/gdb/config/sparc/tm-linux.h +++ b/gdb/config/sparc/tm-linux.h @@ -25,6 +25,6 @@ #define SIGCONTEXT_PC_OFFSET 12 -#include "tm-sysv4.h" +#include "tm-linux.h" #endif /* TM_SPARCLINUX_H */ |