]> gcc.gnu.org Git - gcc.git/commitdiff
In libobjc/: 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Wed, 13 Oct 2010 01:08:43 +0000 (01:08 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Wed, 13 Oct 2010 01:08:43 +0000 (01:08 +0000)
In libobjc/:
2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>

        * Makefile.in (OBJC_DEPRECATED_H): Added
        objc_get_uninstalled_dtable, objc_object_alloc.h and
        struct_objc_static_instances.h.

From-SVN: r165409

libobjc/ChangeLog
libobjc/Makefile.in

index 7d3af57c1efcec79721cfed1848c05737e2df8ab..7e21bf5da76cfa240910df8a2285c78b957f61fd 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * Makefile.in (OBJC_DEPRECATED_H): Added
+       objc_get_uninstalled_dtable, objc_object_alloc.h and
+       struct_objc_static_instances.h.
+
 2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * encoding.c (method_copyReturnType): New.
index b644b3f48321100ed53e7dfa0b5afc5811d9f427..d9f9073812f740cf3bc6c50b0a27f36a6d370604 100644 (file)
@@ -138,7 +138,9 @@ OBJC_DEPRECATED_H = \
   hash.h \
   objc-list.h \
   objc_error.h \
+  objc_get_uninstalled_dtable.h \
   objc_malloc.h \
+  objc_object_alloc.h \
   objc_unexpected_exception.h \
   objc_valloc.h \
   sarray.h \
@@ -152,6 +154,7 @@ OBJC_DEPRECATED_H = \
   struct_objc_protocol.h \
   struct_objc_protocol_list.h \
   struct_objc_selector.h \
+  struct_objc_static_instances.h \
   struct_objc_symtab.h \
   typedstream.h 
 
This page took 0.060761 seconds and 5 git commands to generate.