mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
From Peter Schauer: Define Solaris/x86 MERGEPID.
This commit is contained in:
parent
1211c4e429
commit
b241ba8eab
@ -1,3 +1,8 @@
|
||||
Wed Mar 1 00:34:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-02-26 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
|
||||
* config/i386/tm-i386sol2.h (MERGEPID): Define.
|
||||
|
||||
Wed Mar 1 00:06:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 1999-08-13 J.T. Conklin <jtc@redback.com>:
|
||||
|
@ -45,5 +45,6 @@ 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))
|
||||
|
||||
#endif /* ifndef TM_I386SOL2_H */
|
||||
|
Loading…
Reference in New Issue
Block a user