This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[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;
 }

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