You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.100
Former-commit-id: b9c82b9a6f6d1841af7dcc458ddf5aefa1037f27
This commit is contained in:
parent
67a5eefa39
commit
9cc54951a2
@@ -878,7 +878,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 5.0.0.94/1d0445b\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 5.0.0.100/9667aa6\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -878,7 +878,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 5.0.0.94/1d0445b\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 5.0.0.100/9667aa6\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -1 +1 @@
|
||||
c56a1bc4df9e6127aab55d56ef2a1e6f03caccc9
|
||||
66f0ba10fffc18d1a1795891c93bd0215029648d
|
||||
@@ -1 +1 @@
|
||||
#define FULL_VERSION "Stable 5.0.0.94/1d0445b"
|
||||
#define FULL_VERSION "Stable 5.0.0.100/9667aa6"
|
||||
|
||||
@@ -240,7 +240,7 @@ sgen_alloc_obj_nolock (GCVTable vtable, size_t size)
|
||||
p = (void **)sgen_nursery_alloc (size);
|
||||
}
|
||||
if (!p)
|
||||
return alloc_degraded (vtable, size, FALSE);
|
||||
return alloc_degraded (vtable, size, TRUE);
|
||||
|
||||
zero_tlab_if_necessary (p, size);
|
||||
} else {
|
||||
@@ -257,7 +257,7 @@ sgen_alloc_obj_nolock (GCVTable vtable, size_t size)
|
||||
p = (void **)sgen_nursery_alloc_range (tlab_size, size, &alloc_size);
|
||||
}
|
||||
if (!p)
|
||||
return alloc_degraded (vtable, size, FALSE);
|
||||
return alloc_degraded (vtable, size, TRUE);
|
||||
|
||||
/* Allocate a new TLAB from the current nursery fragment */
|
||||
TLAB_START = (char*)p;
|
||||
|
||||
Reference in New Issue
Block a user