From fabe868451c3fdfddc055785a4232103828851c4 Mon Sep 17 00:00:00 2001 From: "ro@138bc75d-0d04-0410-961f-82ee72b054a4" Date: Mon, 11 Oct 2010 19:06:24 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 ++++++ dyn_load.c | 2 +- pthread_support.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9cda968..fd34e480 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-11 Rainer Orth + + * dyn_load.c: Fix typo. + * pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]: + Use GC_printf0. + 2010-06-15 Rainer Orth * configure.ac (*-*-solaris2.8*): Only usr alternate thread diff --git a/dyn_load.c b/dyn_load.c index 5bebc1c1..2133f465 100644 --- a/dyn_load.c +++ b/dyn_load.c @@ -122,7 +122,7 @@ # endif # endif -/* An user-supplied routine that is called to dtermine if a DSO must +/* An user-supplied routine that is called to determine if a DSO must be scanned by the gc. */ static int (*GC_has_static_roots)(const char *, void *, size_t); /* Register the routine. */ diff --git a/pthread_support.c b/pthread_support.c index 57c8a16a..fd961f5d 100644 --- a/pthread_support.c +++ b/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; } -- 2.40.0