summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-05-15 00:03:38 +0000
committerKevin Buettner <kevinb@redhat.com>2001-05-15 00:03:38 +0000
commit11bc5832a9da5c23b3df59251c230c5bcce21f2f (patch)
tree50f0f065461a8b7af6dd698436b44c709296173d /gdb/i386-linux-nat.c
parent2e9e5ed6071269ff915c1caa9a9735849fd7c15b (diff)
downloadgdb-11bc5832a9da5c23b3df59251c230c5bcce21f2f.tar.gz
Redefine ptid_t to be a struct rather than an int.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r--gdb/i386-linux-nat.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c
index eb222fdbcff..94d9ab393bd 100644
--- a/gdb/i386-linux-nat.c
+++ b/gdb/i386-linux-nat.c
@@ -61,17 +61,6 @@
/* Prototypes for local functions. */
static void dummy_sse_values (void);
-/* On Linux, threads are implemented as pseudo-processes, in which
- case we may be tracing more than one process at a time. In that
- case, inferior_ptid will contain the main process ID and the
- individual thread (process) ID mashed together. These macros are
- used to separate them out. These definitions should be overridden
- if thread support is included. */
-
-#if !defined (PIDGET) /* Default definition for PIDGET/TIDGET. */
-#define PIDGET(PID) PID
-#define TIDGET(PID) 0
-#endif
/* The register sets used in Linux ELF core-dumps are identical to the