[Mono-bugs] [Bug 75498][Nor] Changed - Libgc - GCC workaround
breaks non-linux build
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 06:32:38 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75498
--- shadow/75498 2005-07-07 02:45:24.000000000 -0400
+++ shadow/75498.tmp.3293 2005-07-07 06:32:38.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75498
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: FreeBSD (all)
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: GC
AssignedTo: mono-bugs at ximian.com
ReportedBy: flashdict at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -41,6 +41,9 @@
+# if defined(__GNUC__) && defined(THREAD_LOCAL_ALLOC) &&
!defined(DBG_HDRS_ALL)
static __attribute__((noinline)) unsigned char* get_gc_thread_key_addr
GC_PROTO((void))
{
return (unsigned char*)&GC_thread_key;
+
+------- Additional Comments From lupus at ximian.com 2005-07-07 06:32 -------
+Fixed in svn, thanks.
More information about the mono-bugs
mailing list