public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch][boehm-gc update] remove GC_clear_stack declaration
@ 2012-12-02  1:28 Matthias Klose
  0 siblings, 0 replies; only message in thread
From: Matthias Klose @ 2012-12-02  1:28 UTC (permalink / raw)
  To: GCJ-patches

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

GC_clear_stack is now exported by default. removing the re-declaration.

Committed to the boehm-gc merge branch,

  Matthias

[-- Attachment #2: natGCInfo.diff --]
[-- Type: text/x-diff, Size: 520 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-02  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-02  1:28 [patch][boehm-gc update] remove GC_clear_stack declaration Matthias Klose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).