summaryrefslogtreecommitdiff
path: root/libobjc/sendmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* sendmsg.c (__objc_forward): Delete strlen() declaration.Rainer Orth2001-02-241-1/+0
| | | | | | | | Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * sendmsg.c (__objc_forward): Delete strlen() declaration. From-SVN: r40033
* sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside printf.Joseph Myers2001-01-121-5/+4
| | | | | | | * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside printf. From-SVN: r38931
* Added __objc_msg_forward...Ovidiu Predescu2001-01-031-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
* Makefile.in: Rewrite.Ben Elliston1998-09-291-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-21 Ben Elliston <bje@cygnus.com>Ben Elliston1998-09-211-0/+648
* New directory. Moved files from ../gcc/objc. From-SVN: r22514