]> git.ipfire.org Git - thirdparty/gcc.git/commit - libobjc/ChangeLog
In libobjc/:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Sep 2010 01:44:58 +0000 (01:44 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Sep 2010 01:44:58 +0000 (01:44 +0000)
commitbb882a434a451b097294fda228a464f458d2e6ad
treed3064b97c59138cbba1ca85249d30ede27b9aacf
parentc3a945cde92094f4713cefdafe5c1bd3f07fbbcc
In libobjc/:
        * objc/deprecated/objc_malloc.h: New file.
        * objc/deprecated/objc_valloc.h: New file.
        * objc/objc-api.h: Include the files instead of defining
        objc_valloc, _objc_malloc() and similar.
        * Makefile.in (OBJC_DEPRECATED_H): Added objc_valloc.h and
        objc_malloc.h.
        * memory.c: Removed the extra layer of indirection of _objc_malloc
        and similar.
        (objc_calloc): Use GC_malloc in the garbage-collected
        implementation as GC_malloc returns memory that is already freed.
        (objc_valloc): Deprecated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164224 138bc75d-0d04-0410-961f-82ee72b054a4
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/memory.c
libobjc/objc/deprecated/objc_malloc.h [new file with mode: 0644]
libobjc/objc/deprecated/objc_valloc.h [new file with mode: 0644]
libobjc/objc/objc-api.h