OSDN Git Service

Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
authorovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 08:50:46 +0000 (08:50 +0000)
committerovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 08:50:46 +0000 (08:50 +0000)
* sendmsg.c: Added __objc_msg_forward, a hook that allows external
libraries to provide a function that returns the real forwarding
function. This can alleviate problems __builtin_apply() and
friends have on various platforms. (Solution suggested by Helge
Hess.)

* objc/objc-api.h: Define __objc_msg_forward.

* sendmsg.c: Define gen_rtx_REG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38652 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog

index d2657f0..32fe0a2 100644 (file)
@@ -1,3 +1,15 @@
+Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * sendmsg.c: Added __objc_msg_forward, a hook that allows external
+       libraries to provide a function that returns the real forwarding
+       function. This can alleviate problems __builtin_apply() and
+       friends have on various platforms. (Solution suggested by Helge
+       Hess.)
+       
+       * objc/objc-api.h: Define __objc_msg_forward.
+
+       * sendmsg.c: Define gen_rtx_REG.
+
 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
 
        * thr-rtems.c: New file. Stub to compile.