]> git.ipfire.org Git - thirdparty/gcc.git/commit
In libobjc/:
authorNicola Pero <nicola.pero@meta-innovation.com>
Sun, 12 Sep 2010 14:55:21 +0000 (14:55 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sun, 12 Sep 2010 14:55:21 +0000 (14:55 +0000)
commit7e26828068e0242923b64942ab2f819cbaeef9ce
tree3eea0fc31fc22bc008c32ffdfb470e34e07e329e
parent075abad5eeda59a71431e749ff167e15f7904962
In libobjc/:

        * Makefile.in (%_gc.lo): New pattern rules to build the
        garbage-collected version of the library.  Removed rules for
        specific files that are no longer needed.  Standardized all rules.
        (C_SOURCE_FILES, OBJC_SOURCE_FILES): New variables.
        (OBJS, OBJS_GC): Compute these from C_SOURCE_FILES and
        OBJC_SOURCE_FILES.
        (INCLUDES): Removed the unused include -I$(srcdir)/objc.

        * memory.c (objc_calloc): Fixed call to GC_malloc when building
        with Garbage Colletion.

From-SVN: r164231
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/memory.c