This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r123678 - in /trunk/libobjc: ChangeLog objc/obj...


Author: pinskia
Date: Mon Apr  9 19:04:50 2007
New Revision: 123678

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123678
Log:
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.


Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/objc/objc-api.h
    trunk/libobjc/sendmsg.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]