diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 04:29:57 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 04:29:57 +0000 |
commit | be4b82e423ecd9364b512680e3eba19aae364567 (patch) | |
tree | cfe7e774a05729a32ab0ad7c058831659561bc6f /boehm-gc/ChangeLog | |
parent | 746ba840b03e1fd0945e18126359ecf5c83c5355 (diff) | |
download | gcc-be4b82e423ecd9364b512680e3eba19aae364567.tar.gz |
* configure.in: Obtain THREADS with `gcc -v'.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 091f27d6d83..8846689a2fe 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2001-04-26 Alexandre Oliva <aoliva@redhat.com> + + * configure.in: Obtain THREADS with `gcc -v'. + * configure: Rebuilt. + 2001-04-05 Hans Boehm <hans_boehm@hp.com> * misc.c: Back out buggy changes to stack clearing code. |