From: ro@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Thu, 23 Oct 2014 08:39:19 +0000 (+0000) Subject: Fix gnu11 fallout on SPARC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15e44c8b768ffecb6e0b2a70c8490ad1b5041c5e;p=gc Fix gnu11 fallout on SPARC * include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove comment and definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216577 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 94692f09..1c8cbda9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-10-23 Rainer Orth + + * include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove + comment and definition. + 2014-10-06 Marek Polacek * testsuite/boehm-gc.c/gctest.c: Fix defaulting to int. diff --git a/include/gc.h b/include/gc.h index c51e017d..6b38f2d0 100644 --- a/include/gc.h +++ b/include/gc.h @@ -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) /*