diff options
author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-06 18:54:49 +0000 |
---|---|---|
committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-06 18:54:49 +0000 |
commit | 934c13b801e6f25f566af6337841be295a221017 (patch) | |
tree | 63ef019c9b0b1c999a3e0e6f80e8fcbf3996013a | |
parent | eb7dae3aac35e8dd6d9f75582cad536bb5965f2c (diff) | |
download | gcc-934c13b801e6f25f566af6337841be295a221017.tar.gz |
Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
* gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
to improve the Posix thread support for Objective-C.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35534 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c28983c1c7..47dfc3ef011 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com> + + * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes + to improve the Posix thread support for Objective-C. + 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk> * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and |