summaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-21 20:49:25 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-21 20:49:25 +0000
commit3594ce9108a1eb9e8539ee3dc81eab1930502d20 (patch)
tree6c22c80b546b235cfa3846f93671a80b39d8bae1 /gcc/objc/ChangeLog
parent89ba852b50987cc54e46c5bd591582ffbf8f8cc8 (diff)
downloadgcc-3594ce9108a1eb9e8539ee3dc81eab1930502d20.tar.gz
2008-03-21 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/35660 * objc-act.c (objc_generate_cxx_ctor_or_dtor): Rename IS_AGGR_TYPE to MAYBE_CLASS_TYPE_P. (objc_generate_cxx_cdtors): Likewise. (add_instance_variable): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 6a1fc5671b4..b71a4d1a85f 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-21 Andreas Tobler <a.tobler@schweiz.org>
+
+ PR bootstrap/35660
+ * objc-act.c (objc_generate_cxx_ctor_or_dtor): Rename IS_AGGR_TYPE to
+ MAYBE_CLASS_TYPE_P.
+ (objc_generate_cxx_cdtors): Likewise.
+ (add_instance_variable): Likewise.
+
2008-02-26 Tom Tromey <tromey@redhat.com>
* objc-act.c (objc_init): Remove old location code.