diff options
author | Andrew Ruder <andy@aeruder.net> | 2007-04-09 18:04:50 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2007-04-09 11:04:50 -0700 |
commit | 80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55 (patch) | |
tree | d4296a5892d33adec631c46ee86b937dcd79fb6f /libobjc/ChangeLog | |
parent | ecc0fc15ecc0eea8678ccca5abf0672f76127d9c (diff) | |
download | gcc-80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55.tar.gz |
sendmsg.c: Added __objc_msg_forward2...
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.
From-SVN: r123678
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. |