diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-10 10:09:10 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-10 10:09:10 +0000 |
commit | 02e191ba495b4ec87aeb961ff9afdb666287104a (patch) | |
tree | f55901893a1534081c19939aa6fcd70e3569958e /boehm-gc/pthread_support.c | |
parent | e16610d055313c83e07ed3c61128785bdfb870ce (diff) | |
download | gcc-02e191ba495b4ec87aeb961ff9afdb666287104a.tar.gz |
update boehm-gc for powerpc m64 darwin.
boehm-gc:
* powerpc_darwin_mach_dep.s: Update for m64. Add eh frames.
Do not build or use the picsymbol stub for Darwin >= 9.
* tests/test.c (reverse_test): Modify count for ppc64-darwin.
* pthread_support.c (GC_get_thread_stack_base): Correct a debug
statement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167681 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 fd961f5d802..b3abc69e68b 100644 --- a/boehm-gc/pthread_support.c +++ b/boehm-gc/pthread_support.c @@ -1158,7 +1158,7 @@ GC_PTR GC_get_thread_stack_base() # else # 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; # endif |