projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1238dc
)
2003-12-11 Ulrich Weigand <uweigand@de.ibm.com>
author
Roland McGrath
<roland@gnu.org>
Tue, 6 Jan 2004 10:30:50 +0000
(10:30 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 6 Jan 2004 10:30:50 +0000
(10:30 +0000)
* db_info.c (REGISTER): Add bit size of thread register as second
parameter to REGISTER macro.
nptl_db/db_info.c
patch
|
blob
|
history
diff --git
a/nptl_db/db_info.c
b/nptl_db/db_info.c
index
40cf5bf
..
4d47b66
100644
(file)
--- a/
nptl_db/db_info.c
+++ b/
nptl_db/db_info.c
@@
-93,8
+93,8
@@
DESC (_thread_db_pthread_dtvp,
# define REGISTER_THREAD_AREA(bits, regofs, scale) \
DB_DEFINE_DESC (_thread_db_register##bits##_thread_area, \
bits, (scale), (regofs));
-# define REGISTER(bits, regofs, bias) \
- DB_DEFINE_DESC (_thread_db_register##bits,
bits
, (uint32_t)(bias), (regofs));
+# define REGISTER(bits,
size,
regofs, bias) \
+ DB_DEFINE_DESC (_thread_db_register##bits,
size
, (uint32_t)(bias), (regofs));
DB_THREAD_SELF
#endif