From a70d256d52758aad5709ef0ab288ffe8c30fe340 Mon Sep 17 00:00:00 2001 From: nicola Date: Wed, 13 Oct 2010 01:08:43 +0000 Subject: In libobjc/: 2010-10-13 Nicola Pero * Makefile.in (OBJC_DEPRECATED_H): Added objc_get_uninstalled_dtable, objc_object_alloc.h and struct_objc_static_instances.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165409 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/ChangeLog | 6 ++++++ libobjc/Makefile.in | 3 +++ 2 files changed, 9 insertions(+) (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 7d3af57c1ef..7e21bf5da76 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2010-10-13 Nicola Pero + + * 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 * encoding.c (method_copyReturnType): New. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index b644b3f4832..d9f9073812f 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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 -- cgit v1.2.1