From 1ec3279582f663236038f253a46e295c9b78dfce Mon Sep 17 00:00:00 2001 From: pinskia Date: Mon, 9 Apr 2007 18:04:50 +0000 Subject: 2007-04-09 Andrew Ruder * 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 --- libobjc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libobjc/ChangeLog') 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 + + * 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 * Makefile.in: Add dummy install-pdf target. -- cgit v1.2.1