diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-11-04 18:53:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-04 18:53:24 +0000 |
commit | a57e0ef5822435c1ee45a59e1110d6bef0a79d53 (patch) | |
tree | 8f771032e5b03518abb769c943dcfc5f92ed7e9b /boehm-gc/ChangeLog | |
parent | 81976f93fe3280b1514ad55f582fd6a6cd33f9e3 (diff) | |
download | gcc-a57e0ef5822435c1ee45a59e1110d6bef0a79d53.zip gcc-a57e0ef5822435c1ee45a59e1110d6bef0a79d53.tar.gz gcc-a57e0ef5822435c1ee45a59e1110d6bef0a79d53.tar.bz2 |
misc.c (GC_init_inner): Don't call GC_init_linuxppc().
* misc.c (GC_init_inner): Don't call GC_init_linuxppc().
(GC_thr_init): Don't declare.
From-SVN: r30395
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 18726e8..9322c46 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,8 @@ 1999-11-04 Tom Tromey <tromey@cygnus.com> + * misc.c (GC_init_inner): Don't call GC_init_linuxppc(). + (GC_thr_init): Don't declare. + * configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. |