summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-02 20:03:40 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-02 20:03:40 +0000
commit718149a382e29f656b277e909df8b3a339e32afc (patch)
treee9e2cf28859db2b98b8a2e2845641d13a7d2ab66 /gcc/objc
parentf1d76faf669014f97bd62b72e169387ed88f1201 (diff)
downloadgcc-718149a382e29f656b277e909df8b3a339e32afc.tar.gz
2006-11-02 Andreas Tobler <a.tobler@schweiz.org>
* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where we called cp_finish_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118424 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog5
-rw-r--r--gcc/objc/objc-act.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index c0605d05fc6..b3647d99a89 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-02 Andreas Tobler <a.tobler@schweiz.org>
+
+ * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
+ content where we called cp_finish_file.
+
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
* objc-act.c (synth_module_prologue): Replace calls to
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index ab0f34ae6ba..d0c34475b87 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -550,10 +550,6 @@ objc_finish_file (void)
if (gen_declaration_file)
fclose (gen_declaration_file);
-
-#ifdef OBJCPLUS
- cp_finish_file ();
-#endif
}
/* Return the first occurrence of a method declaration corresponding