diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-09 18:04:50 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-09 18:04:50 +0000 |
commit | 1ec3279582f663236038f253a46e295c9b78dfce (patch) | |
tree | d4296a5892d33adec631c46ee86b937dcd79fb6f /libobjc/ChangeLog | |
parent | cd3f4304b62a9fe9fe8cd579b9eeecd96bf7a146 (diff) | |
download | gcc-1ec3279582f663236038f253a46e295c9b78dfce.tar.gz |
2007-04-09 Andrew Ruder <andy@aeruder.net>
* sendmsg.c: Added __objc_msg_forward2, a hook that allows
external libraries to provide a function that returns the real
forwarding function based on both the selector and the receiver.
* objc/objc-api.h: Define __objc_msg_forward2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index e05cac4456f..e55fa509beb 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,10 @@ +2007-04-09 Andrew Ruder <andy@aeruder.net> + + * sendmsg.c: Added __objc_msg_forward2, a hook that allows + external libraries to provide a function that returns the real + forwarding function based on both the selector and the receiver. + * objc/objc-api.h: Define __objc_msg_forward2. + 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> * Makefile.in: Add dummy install-pdf target. |