diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-19 01:29:09 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-19 01:29:09 +0000 |
commit | 69cfe70ff09adc0bea3e12abca3633cbe444e98b (patch) | |
tree | 462247c43c060a7636dfaee091ca5f760c1a6231 /libobjc/Makefile.in | |
parent | aad58106aca82ec0858551f5402446be8bc383d5 (diff) | |
download | gcc-69cfe70ff09adc0bea3e12abca3633cbe444e98b.tar.gz |
In gcc/testsuite/:
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/gnu-api-2-resolve-method.m: Include objc/message.h.
* obj-c++.dg/gnu-api-2-resolve-method.m: Include objc/message.h.
In libobjc/:
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* Makefile.in (OBJC_DEPRECATED_H): Added objc_msg_sendv.h.
* objc/deprecated/objc_msg_sendv.h: New.
* objc/message.h: Do not define retval_t, apply_t, arglist,
arglist_t, objc_msg_sendv, now in
objc/deprecated/objc_msg_sendv.h.
* objc/objc.h: Do not include message.h; include
objc/deprecated/objc_msg_sendv.h instead. Tidied up comments.
* sendmsg.c: Include objc/message.h.
* thr.c: Include objc/message.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168042 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 0040511bf61..c519542e072 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -142,6 +142,7 @@ OBJC_DEPRECATED_H = \ objc_error.h \ objc_get_uninstalled_dtable.h \ objc_malloc.h \ + objc_msg_sendv.h \ objc_object_alloc.h \ objc_unexpected_exception.h \ objc_valloc.h \ |