diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2001-01-03 08:50:46 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2001-01-03 08:50:46 +0000 |
commit | 1104c18d2fc18e69f093a4e75cb53626e98a635e (patch) | |
tree | 558021eac9e822810b109a7086bdde3c5558e759 | |
parent | 406515b2766c71461217a3f2cd15bbcf19ec5dff (diff) | |
download | gcc-1104c18d2fc18e69f093a4e75cb53626e98a635e.zip gcc-1104c18d2fc18e69f093a4e75cb53626e98a635e.tar.gz gcc-1104c18d2fc18e69f093a4e75cb53626e98a635e.tar.bz2 |
sendmsg.c: Added __objc_msg_forward...
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.
From-SVN: r38652
-rw-r--r-- | libobjc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index d2657f0..32fe0a2 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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. |