diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 18:54:49 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-06 18:54:49 +0000 |
commit | 5a4f31cf6222faee4bd9138ba6c15a258dc9a8e2 (patch) | |
tree | 63ef019c9b0b1c999a3e0e6f80e8fcbf3996013a /gcc | |
parent | 447c11a54effc0d1f28f58531f87acdf93449104 (diff) | |
download | gcc-5a4f31cf6222faee4bd9138ba6c15a258dc9a8e2.zip gcc-5a4f31cf6222faee4bd9138ba6c15a258dc9a8e2.tar.gz gcc-5a4f31cf6222faee4bd9138ba6c15a258dc9a8e2.tar.bz2 |
gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes to improve the Posix thread...
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.
From-SVN: r35534
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c28983..47dfc3e 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 |