diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index d2657f0c0cc..32fe0a282c3 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,15 @@ +Wed Jan 3 00:49:10 2001 Ovidiu Predescu + + * 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 * thr-rtems.c: New file. Stub to compile.