]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commit
2010-12-14 Nicola Pero <nicola.pero@meta-innovation.com>
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 2010 21:57:31 +0000 (21:57 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 2010 21:57:31 +0000 (21:57 +0000)
commitb32412164c0fa060262ba4f8bc287749b2c17bab
tree950f2298d177e5fa36931f0eeb4ffb6aee7d0ff3
parent9d4543877b3f260a3f2ff25a2e6c094112db659e
2010-12-14  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objects.c (object_copy): Do not #undef as we are no longer
        including objc/objc-api.h.
        * selector.c: Include objc/runtime.h and
        objc-private/module-abi-8.h.  Do not include objc/objc-api.h and
        objc/encoding.h.  Updated
        (__objc_register_selectors_from_class): Use struct
        objc_method_list * instead of MethodList_t.
        (__objc_register_selectors_from_list): Use Method instead of
        Method_t.
        (struct objc_method_description_list): Do not define here.
        (__objc_register_instance_methods_to_class): Use struct
        objc_method_list * instead of MethodList_t and Method instead of
        Method_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167818 138bc75d-0d04-0410-961f-82ee72b054a4
libobjc/ChangeLog
libobjc/objects.c
libobjc/selector.c