summaryrefslogtreecommitdiff
path: root/open_issues/gcc/boehm_gc.mdwn
blob: d6b25df58a9916524e6d46890c1d57fe79b8c32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.

    <tschwinge> youpi: The Debian GCC 4.3  package also has this change:
    <tschwinge> --- boehm-gc/dyn_load.c.orig    2007-08-13 09:10:48.215678000 +0200
    <tschwinge> +++ boehm-gc/dyn_load.c 2007-08-13 09:11:09.743969000 +0200
    <tschwinge> @@ -26,7 +26,7 @@
    <tschwinge>   * None of this is safe with dlclose and incremental collection.
    <tschwinge>   * But then not much of anything is safe in the presence of dlclose.
    <tschwinge>   */
    <tschwinge> -#if (defined(__linux__) || defined(__GLIBC__)) && !defined(_GNU_SOURCE)
    <tschwinge> +#if (defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)) && !defined(_GNU_SOURCE)
    <youpi> yes, these are needed
    <youpi> and that's the kind of fix needed for java