aboutsummaryrefslogtreecommitdiff
path: root/libobjc/sendmsg.c
AgeCommit message (Collapse)AuthorFilesLines
2001-01-03Added __objc_msg_forward...Ovidiu Predescu1-9/+24
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.) Define gen_rtx_REG. From-SVN: r38650
1998-09-29Makefile.in: Rewrite.Ben Elliston1-1/+1
* Makefile.in: Rewrite. * configure.in: Likewise. * configure: Regenerate. * All .c files. Remove "objc" prefix when including objc header files. Include tconfig.h, not ../tconfig.h. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r22659
1998-09-211998-09-21 Ben Elliston <bje@cygnus.com>Ben Elliston1-0/+648
* New directory. Moved files from ../gcc/objc. From-SVN: r22514