This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libobjc - missing includes


Obvious fix for missing includes (the problem only shows up when you install the compiler, not with the testsuite).  Committed to trunk.

Thanks

Index: Makefile.in
===================================================================
--- Makefile.in (revision 165403)
+++ Makefile.in (working copy)
@@ -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 
 
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 165404)
+++ ChangeLog   (working copy)
@@ -1,5 +1,11 @@
 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.
        (method_copyArgumentType): New.
        (method_getReturnType): New.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]