summaryrefslogtreecommitdiff
path: root/gdb/config/sparc
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-01-18 00:55:13 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-01-18 00:55:13 +0000
commit3737fc11419f15ae6e62cc9bfbc045e70b6b4e4d (patch)
treebd191e1f9d4f39010488623b3f0da4fafd4e6c11 /gdb/config/sparc
parentfc40d2f38bbc9727fca36b079b035400de581f7a (diff)
downloadgdb-3737fc11419f15ae6e62cc9bfbc045e70b6b4e4d.tar.gz
import gdb-2000-01-17 snapshot
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r--gdb/config/sparc/tm-sun4sol2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h
index cc3abfcb6f2..e348f79d3b9 100644
--- a/gdb/config/sparc/tm-sun4sol2.h
+++ b/gdb/config/sparc/tm-sun4sol2.h
@@ -78,4 +78,4 @@ extern char *sunpro_static_transform_name PARAMS ((char *));
/* Macros to extract process id and thread id from a composite pid/tid */
#define PIDGET(pid) ((pid) & 0xffff)
#define TIDGET(pid) (((pid) >> 16) & 0xffff)
-
+#define MERGEPID(pid, tid) (((tid) << 16) | (pid))