gcc/libobjc/objc-private
Nicola Pero f94e723ba7 In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc-private/runtime.h (__objc_selector_max_index,
	__objc_init_selector_tables, __objc_register_selectors_from_class,
	__objc_register_selectors_from_list,
	__objc_register_selectors_from_description_list): Moved to ...
	* objc-private/selector.h: ... here.

From-SVN: r168067
2010-12-19 18:13:28 +00:00
..
README deprecated: New directory. 2010-09-10 09:56:40 +00:00
accessors.h Makefile.in (OBJC_SOURCE_FILES): Added accessors.m. 2010-10-24 17:23:19 +00:00
common.h In libobjc/: 2010-09-11 22:47:14 +00:00
error.h In libobjc/: 2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-11 18:17:19 +00:00
hash.h In libobjc/: 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-12 00:27:02 +00:00
module-abi-8.h module-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs. 2010-12-11 14:03:38 +00:00
objc-list.h In libobjc/: 2010-09-17 16:52:36 +00:00
objc-sync.h In libobjc/: Implemented objc_sync_enter() and objc_sync_exit(), which are required by @synchronized() to work. 2010-09-14 10:23:37 +00:00
protocols.h In libobjc/: 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-12 02:43:25 +00:00
runtime.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 18:13:28 +00:00
sarray.h In libobjc/: 2010-09-18 09:34:58 +00:00
selector.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 18:13:28 +00:00

README

This directory contains headers that are private to the runtime and
that are only included while the runtime is being compiled.  They are
not installed, so developers using the library can't actually even see
them.