diff options
author | Nicola Pero <n.pero@mi.flashnet.it> | 2003-07-10 11:24:51 +0200 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2003-07-10 09:24:51 +0000 |
commit | c19f8e352eba259f559efad18276755e6e600e7d (patch) | |
tree | ddc4865c614c5e7c084b3e2b44cba9d112c9ccc5 /libobjc/ChangeLog | |
parent | 633221dbab4b06bae16c5cd3b6da0c91608fb5ff (diff) | |
download | gcc-c19f8e352eba259f559efad18276755e6e600e7d.zip gcc-c19f8e352eba259f559efad18276755e6e600e7d.tar.gz gcc-c19f8e352eba259f559efad18276755e6e600e7d.tar.bz2 |
Fixed rare threading problem
From-SVN: r69181
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 90ade6b5..433baed 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,12 @@ +Thu Jul 10 10:27:43 2003 Nicola Pero <n.pero@mi.flashnet.it> + + libobjc/9969 + * sendmsg.c (get_imp): Fixed rare threading problem. + (__objc_responds_to): Similar fixes. + (objc_msg_lookup): Similar fixes. + (__objc_init_install_dtable): Lock the runtime before checking if the + table is installed. + 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m, |