diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 17:25:07 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 17:25:07 +0000 |
commit | 9e607692a8b940a3ae85206a2af1bcf34a93a2d7 (patch) | |
tree | 1b99b98a7a9709b5c03687d197bd5b4a8e943dcd /boehm-gc/ChangeLog | |
parent | e67d8d45d675032440958987a230aa0090e2ac71 (diff) | |
download | gcc-9e607692a8b940a3ae85206a2af1bcf34a93a2d7.tar.gz |
* configure: Rebuilt.
* configure.in: Removed qt threads case.
* dyn_load.c: Don't mention QUICK_THREADS.
* os_dep.c: Don't mention QUICK_THREADS.
* misc.c: Don't mention QUICK_THREADS.
* gcconfig.h: Don't mention QUICK_THREADS.
* gc_priv.h: Removed QUICK_THREADS code.
* quick_threads.c: Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 7a38769e1cb..18726e8d107 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,14 @@ +1999-11-04 Tom Tromey <tromey@cygnus.com> + + * configure: Rebuilt. + * configure.in: Removed qt threads case. + * dyn_load.c: Don't mention QUICK_THREADS. + * os_dep.c: Don't mention QUICK_THREADS. + * misc.c: Don't mention QUICK_THREADS. + * gcconfig.h: Don't mention QUICK_THREADS. + * gc_priv.h: Removed QUICK_THREADS code. + * quick_threads.c: Removed. + 1999-11-03 Tom Tromey <tromey@cygnus.com> * gcconfig.h: Merged in local changes from old config.h. |