This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch][boehm-gc update] remove GC_clear_stack declaration
- From: Matthias Klose <doko at ubuntu dot com>
- To: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Sun, 02 Dec 2012 02:28:13 +0100
- Subject: [patch][boehm-gc update] remove GC_clear_stack declaration
GC_clear_stack is now exported by default. removing the re-declaration.
Committed to the boehm-gc merge branch,
Matthias
libjava/ChangeLog.merge
2012-12-01 Matthias Klose <doko@ubuntu.com>
* gnu/gcj/util/natGCInfo.cc: Don't declare GC_clear_stack.
Index: gnu/gcj/util/natGCInfo.cc
===================================================================
--- gnu/gcj/util/natGCInfo.cc (Revision 194043)
+++ gnu/gcj/util/natGCInfo.cc (Arbeitskopie)
@@ -55,7 +55,6 @@
extern "C" {
#include "private/dbg_mlc.h"
int GC_n_set_marks(hdr* hhdr);
- ptr_t GC_clear_stack(ptr_t p);
extern int GC_gcj_kind;
extern int GC_gcj_debug_kind;
}