aboutsummaryrefslogtreecommitdiff
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2011-06-03 17:59:14 +0000
committerNicola Pero <nicola@gcc.gnu.org>2011-06-03 17:59:14 +0000
commitdd3dba526f93ec79a1998a9c1845833087d0b134 (patch)
tree20d48a962fa9b0476ccec284d69d7ffab4decc6b /libobjc/Makefile.in
parent1b7a0148f070deb07455f06a15ff13834c92f17b (diff)
downloadgcc-dd3dba526f93ec79a1998a9c1845833087d0b134.zip
gcc-dd3dba526f93ec79a1998a9c1845833087d0b134.tar.gz
gcc-dd3dba526f93ec79a1998a9c1845833087d0b134.tar.bz2
In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> * Makefile.in (OBJC_H): Removed hash.h and sarray.h. (OBJC_DEPRECATED_H): Likewise. * libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add, objc_hash_remove, objc_hash_next, objc_hash_value_for_key, objc_hash_is_key_in_hash, hash_add, hash_delete, hash_new, hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash, sarray_at_put, sarray_at_put_safe, sarray_free, sarray_lazy_copy, sarray_new, sarray_realloc, sarray_remove_garbage): Removed. * objc/sarray.h: Removed. * objc/hash.h: Removed. * objc/deprecated/sarray.h: Removed. * objc/deprecated/hash.h: Removed. * objc/Object.h: Do not include objc/deprecated/hash.h * Object.m: Include string.h. * objc/objc-api.h: Do not include objc/deprecated/hash.h. * objc-private/common.h (GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF): Removed. In gcc/testsuite/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> * objc.dg/headers.m: Do not include sarray.h and hash.h. From-SVN: r174610
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 424cb1a..a965806 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -122,10 +122,7 @@ OBJC_H = \
objc-api.h \
objc-decls.h \
runtime.h \
- thr.h \
- \
- hash.h \
- sarray.h
+ thr.h
# User-visible header files containing deprecated APIs, from the
# objc/deprecated directory
@@ -135,14 +132,12 @@ OBJC_DEPRECATED_H = \
Object.h \
Protocol.h \
STR.h \
- hash.h \
objc_get_uninstalled_dtable.h \
objc_malloc.h \
objc_msg_sendv.h \
objc_object_alloc.h \
objc_unexpected_exception.h \
objc_valloc.h \
- sarray.h \
struct_objc_category.h \
struct_objc_class.h \
struct_objc_ivar.h \