diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 19:06:24 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 19:06:24 +0000 |
commit | 51451cc90553df7787baae4324cd5d5b41f9f9e7 (patch) | |
tree | 8054499853d732ca49f21370af998c4d95e69f1f /boehm-gc/pthread_support.c | |
parent | bf2335d79e11e01a00c785213dd5653e7520126e (diff) | |
download | ppe42-gcc-51451cc90553df7787baae4324cd5d5b41f9f9e7.tar.gz ppe42-gcc-51451cc90553df7787baae4324cd5d5b41f9f9e7.zip |
* dyn_load.c: Fix typo.
* pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]:
Use GC_printf0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165328 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/pthread_support.c')
-rw-r--r-- | boehm-gc/pthread_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/pthread_support.c b/boehm-gc/pthread_support.c index 57c8a16a1fa..fd961f5d802 100644 --- a/boehm-gc/pthread_support.c +++ b/boehm-gc/pthread_support.c @@ -1139,7 +1139,7 @@ GC_PTR GC_get_thread_stack_base() if (pthread_getattr_np (my_pthread, &attr) != 0) { # ifdef DEBUG_THREADS - GC_printf1("Can not determine stack base for attached thread"); + GC_printf0("Can not determine stack base for attached thread"); # endif return 0; } |