]> git.ipfire.org Git - thirdparty/gcc.git/commit - libobjc/libobjc.def
In libobjc/:
authorNicola Pero <nicola.pero@meta-innovation.com>
Sun, 12 Sep 2010 00:43:15 +0000 (00:43 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sun, 12 Sep 2010 00:43:15 +0000 (00:43 +0000)
commit7b8699866416f7a55116e19bf6fe2c28bae12a68
treee22bed6f4601015a5042c0e66fd318e63707468e
parent201fb1f2283994930d4bc07f9eaeaaf7d98052c0
In libobjc/:

        * objc/deprecated/objc_error.h: New file.
        * objc/objc-api.h: Include deprecated/objc_error.h instead of
        defining objc_error and related.
        * error.c: New file.  Added _objc_abort function which replaces
        objc_error.  No change in functionality as they both print an
        error and abort.
        * misc.c: File removed.  Code moved into memory.c and error.c.
        * memory.c: New file.
        * objc-private/error.h: New file.
        * archive.c: Include objc-private/error.h and use _objc_abort
        instead of objc_error everywhere.
        * class.c: Same change.
        * encoding.c: Same change.
        * init.c: Same change, and simplified init_check_module_version.
        * memory.c: Same change.
        * sendmsg.c:  Same change.
        * thr.c: Same change.
        * Makefile.in (OBJ_DEPRECATED_H): Added objc_error.h.
        (OBJ_H): Reordered list.
        (OBJS): Removed misc.lo, added memory.lo and error.lo.
        (OBJS_GC): Removed misc_gc.lo, added memory_gc.lo and error_gc.lo.
        (misc_gc.lo): Rule removed.
        (error_gc.lo): Rule added.
        (memory_gc.lo): Rule added.

From-SVN: r164223
14 files changed:
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/archive.c
libobjc/class.c
libobjc/encoding.c
libobjc/error.c [new file with mode: 0644]
libobjc/init.c
libobjc/libobjc.def
libobjc/memory.c [moved from libobjc/misc.c with 57% similarity]
libobjc/objc-private/error.h [new file with mode: 0644]
libobjc/objc/deprecated/objc_error.h [new file with mode: 0644]
libobjc/objc/objc-api.h
libobjc/sendmsg.c
libobjc/thr.c