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

	* objc-private/module-abi-8.h (struct objc_symtab): Declare 'refs'
	to be 'struct objc_selector *' and not 'SEL'.
	* init.c (__objc_exec_class): Call
	__objc_register_selectors_from_module instead of iterating over
	each selector and calling __sel_register_typed_name for each.
	* objc-private/selector.h: Declare
	__objc_register_selectors_from_module instead of
	__sel_register_typed_name.
	* selector.c (__objc_register_selectors_from_module): New.
	(__sel_register_typed_name): Made static.

From-SVN: r168113
2010-12-21 12:49:26 +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-12-21 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-21 11:50:14 +00:00
error.h
hash.h
module-abi-8.h In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-21 12:49:26 +00:00
objc-list.h
objc-sync.h
protocols.h
README
runtime.h In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-21 11:50:14 +00:00
sarray.h
selector.h In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-21 12:49:26 +00:00

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.