summaryrefslogtreecommitdiffstats
path: root/gcc/objc/sendmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9972 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typos in comments.kenner1995-05-161-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
* (__objc_init_install_dtable): Fix misspelling in name of local labelkenner1995-05-161-3/+3
| | | | | | | `already_initialized'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9708 138bc75d-0d04-0410-961f-82ee72b054a4
* (__objc_send_initialize): Call superclass if object does not implementkenner1995-05-091-15/+21
| | | | | | | +initialize. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9597 138bc75d-0d04-0410-961f-82ee72b054a4
* Changed Class * to Class in order to match NEXTSTEP and OpenStepkenner1995-04-261-28/+27
| | | | | | | runtime. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9497 138bc75d-0d04-0410-961f-82ee72b054a4
* Respin DI support to be combine friendly; Allow push of SF without temp reg; ↵meissner1994-09-201-3/+1
| | | | | | Fix broken i386 untyped_call git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8098 138bc75d-0d04-0410-961f-82ee72b054a4
* (get_imp): don't inline on i386.krab1994-08-291-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7996 138bc75d-0d04-0410-961f-82ee72b054a4
* This patch makes selectors in the Objective-C language be pointerskrab1994-06-301-40/+124
| | | | | | | | to a struct { void *sel_id, char *sel_types }, where the sel_types element is the type encoding of the method arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7622 138bc75d-0d04-0410-961f-82ee72b054a4
* (objc_msg_sendv): Use new encoding facilities.krab1993-08-241-19/+15
| | | | | | | | | | (__objc_update_dispatch_table_for_class): Don't free dtable... (memory leak to make posing work) (__objc_update_dispatch_table_for_class): Free old dispatch table and install a new. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5205 138bc75d-0d04-0410-961f-82ee72b054a4
* (objc_msg_sendv): Pass a dummy va_list, not 0, to objc_error.rms1993-06-051-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4631 138bc75d-0d04-0410-961f-82ee72b054a4
* (__objc_send_initialize, class_add_method_list):rms1993-05-061-9/+30
| | | | | | | Allow multiple +initialize methods per class. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4349 138bc75d-0d04-0410-961f-82ee72b054a4
* Headerfiles reorganizedkrab1993-05-051-133/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4329 138bc75d-0d04-0410-961f-82ee72b054a4
* Uninstalled argframe macroskrab1993-04-291-7/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4270 138bc75d-0d04-0410-961f-82ee72b054a4
* Changed to use argframe macroskrab1993-04-271-4/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4253 138bc75d-0d04-0410-961f-82ee72b054a4
* Definition of (Meta)Class_t eliminated, using Class*krab1993-04-271-19/+19
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4244 138bc75d-0d04-0410-961f-82ee72b054a4
* Runtime portability cleanupkrab1993-04-261-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4235 138bc75d-0d04-0410-961f-82ee72b054a4
* Changed unsigned int to size_t when casting pointers to integerskrab1993-04-261-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4233 138bc75d-0d04-0410-961f-82ee72b054a4
* includes changed to double quote stylekrab1993-04-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4113 138bc75d-0d04-0410-961f-82ee72b054a4
* (__objc_init_install_dtable,krab1993-04-121-6/+14
| | | | | | | | __objc_install_dtable_for_class): Call to __objc_resolve_class_links moved to the latter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4093 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionwood1993-04-101-0/+574
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4077 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud