From c62800b6177632a75dc574a1c3771aef2ac40806 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 30 Jul 2010 14:48:51 +0200 Subject: open_issues/gcc/boehm_gc: New. --- open_issues/gcc.mdwn | 5 +++-- open_issues/gcc/boehm_gc.mdwn | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 open_issues/gcc/boehm_gc.mdwn diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 76832165..3209d5b0 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -47,4 +48,4 @@ Additionally: * [[`libmudflap`|libmudflap]]. - * [[C++]]. + * [[Boehm_GC]]. diff --git a/open_issues/gcc/boehm_gc.mdwn b/open_issues/gcc/boehm_gc.mdwn new file mode 100644 index 00000000..d6b25df5 --- /dev/null +++ b/open_issues/gcc/boehm_gc.mdwn @@ -0,0 +1,25 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_gcc]] + +IRC, unknown channel, unknown date. + + youpi: The Debian GCC 4.3 package also has this change: + --- boehm-gc/dyn_load.c.orig 2007-08-13 09:10:48.215678000 +0200 + +++ boehm-gc/dyn_load.c 2007-08-13 09:11:09.743969000 +0200 + @@ -26,7 +26,7 @@ + * None of this is safe with dlclose and incremental collection. + * But then not much of anything is safe in the presence of dlclose. + */ + -#if (defined(__linux__) || defined(__GLIBC__)) && !defined(_GNU_SOURCE) + +#if (defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)) && !defined(_GNU_SOURCE) + yes, these are needed + and that's the kind of fix needed for java -- cgit v1.2.3