Commit 1e98795b by Rainer Orth Committed by Rainer Orth

Fix gnu11 fallout on SPARC

	* include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove
	comment and definition.

From-SVN: r216577
parent f038cd81
2014-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove
comment and definition.
2014-10-06 Marek Polacek <polacek@redhat.com>
* testsuite/boehm-gc.c/gctest.c: Fix defaulting to int.
......
......@@ -1011,14 +1011,7 @@ GC_API void GC_register_has_static_roots_callback
* make that too hard.
*/
#if (defined(sparc) || defined(__sparc)) && defined(sun)
/*
* If you are planning on putting
* the collector in a SunOS 5 dynamic library, you need to call GC_INIT()
* from the statically loaded program section.
* This circumvents a Solaris 2.X (X<=4) linker bug.
*/
# define GC_INIT() { extern end, etext; \
GC_noop(&end, &etext); }
# define GC_INIT()
#else
# if defined(__CYGWIN32__) || defined (_AIX)
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment