diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2001-05-25 07:14:10 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2001-05-25 07:14:10 +0000 |
commit | 12e010668b0a5deb909bab8e92fd61da0d58ed0f (patch) | |
tree | 2551d3c585fdb1721d528cd7654d0aebc8998b34 /libobjc | |
parent | 3e5252057de22527a07e5d2ca57bf036d1455a61 (diff) | |
download | gcc-12e010668b0a5deb909bab8e92fd61da0d58ed0f.tar.gz |
init.c (__objc_send_message_in_list): When setting a new entry in __objc_load_methods use the method name as key...
2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
* init.c (__objc_send_message_in_list): When setting a new entry
in __objc_load_methods use the method name as key, not the method
IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
From-SVN: r42562
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index baa2e2f3849..4558566aedb 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com> + + * init.c (__objc_send_message_in_list): When setting a new entry + in __objc_load_methods use the method name as key, not the method + IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>). + 2001-05-09 Joseph S. Myers <jsm28@cam.ac.uk> * objc-features.texi: Move to ../gcc/objc.texi. |