aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Ruder <andy@aeruder.net>2007-04-09 18:04:50 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2007-04-09 11:04:50 -0700
commit80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55 (patch)
treed4296a5892d33adec631c46ee86b937dcd79fb6f /libobjc/ChangeLog
parentecc0fc15ecc0eea8678ccca5abf0672f76127d9c (diff)
downloadgcc-80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55.zip
gcc-80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55.tar.gz
gcc-80ae8e8ad2efea97a01aad6cb4656e7fb5b0fd55.tar.bz2
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index e05cac4..e55fa50 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.