<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/erts/lib_src, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-08-05T12:31:23+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-08-05T12:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd252b3b91a96c1a81d6a18d79cdf6756c02f634'/>
<id>bd252b3b91a96c1a81d6a18d79cdf6756c02f634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Do not use named no_cpuid label in asm</title>
<updated>2019-07-27T11:42:04+00:00</updated>
<author>
<name>Matwey V. Kornilov</name>
<email>matwey.kornilov@gmail.com</email>
</author>
<published>2019-07-26T17:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eb0f74a6281eb7498d36a2ed5d15c442057aa1b2'/>
<id>eb0f74a6281eb7498d36a2ed5d15c442057aa1b2</id>
<content type='text'>
Ask compiler to generate unique label name. Using named label has implications
on optimizer, that may lead to the compilation errors as the following:

    pthread/ethread.c: Assembler messages:
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ask compiler to generate unique label name. Using named label has implications
on optimizer, that may lead to the compilation errors as the following:

    pthread/ethread.c: Assembler messages:
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
    pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
</pre>
</div>
</content>
</entry>
<entry>
<title>add Hygon Dhyana support to enable cmpxchg and sse2 support.</title>
<updated>2019-05-14T08:43:55+00:00</updated>
<author>
<name>hygonsoc</name>
<email>hygonsoc@gmail.com</email>
</author>
<published>2019-05-14T08:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4592035dd987e3a615c1219a47988ed51e8e6e5'/>
<id>b4592035dd987e3a615c1219a47988ed51e8e6e5</id>
<content type='text'>
as Hygon Dhyana(Family 18h) share similar arch with AMD Family 17h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as Hygon Dhyana(Family 18h) share similar arch with AMD Family 17h
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-21/OTP-15657' into 'rickard/make-fixes-22/OTP-15657'</title>
<updated>2019-03-06T19:40:54+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T19:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8575cb5eb636018a45c00be13855c32faeccdd13'/>
<id>8575cb5eb636018a45c00be13855c32faeccdd13</id>
<content type='text'>
* rickard/make-fixes-21/OTP-15657:
  Remove own configured RM make variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/make-fixes-21/OTP-15657:
  Remove own configured RM make variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-20/OTP-15657' into 'rickard/make-fixes-21/OTP-15657'</title>
<updated>2019-03-06T19:39:28+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T19:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fed10a7ed52488fc5de5873bf12443fc07097d89'/>
<id>fed10a7ed52488fc5de5873bf12443fc07097d89</id>
<content type='text'>
* rickard/make-fixes-20/OTP-15657:
  Remove own configured RM make variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/make-fixes-20/OTP-15657:
  Remove own configured RM make variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-19/OTP-15657' into 'rickard/make-fixes-20/OTP-15657'</title>
<updated>2019-03-06T19:38:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T19:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d5876a20675a6987288afde6f9259a0758cb152'/>
<id>3d5876a20675a6987288afde6f9259a0758cb152</id>
<content type='text'>
* rickard/make-fixes-19/OTP-15657:
  Remove own configured RM make variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/make-fixes-19/OTP-15657:
  Remove own configured RM make variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-18/OTP-15657' into 'rickard/make-fixes-19/OTP-15657'</title>
<updated>2019-03-06T19:37:04+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T19:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=61fd5da42a039c8fd62d752339fa427c1d50cbf7'/>
<id>61fd5da42a039c8fd62d752339fa427c1d50cbf7</id>
<content type='text'>
* rickard/make-fixes-18/OTP-15657:
  Remove own configured RM make variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/make-fixes-18/OTP-15657:
  Remove own configured RM make variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-17/OTP-15657' into 'rickard/make-fixes-18/OTP-15657'</title>
<updated>2019-03-06T19:35:07+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T19:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae393b30c79936def13790f7aa1e2dabef5b6174'/>
<id>ae393b30c79936def13790f7aa1e2dabef5b6174</id>
<content type='text'>
* rickard/make-fixes-17/OTP-15657:
  Remove own configured RM make variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/make-fixes-17/OTP-15657:
  Remove own configured RM make variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove own configured RM make variable</title>
<updated>2019-03-06T19:17:37+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-06T16:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d9dd041acc211907b6cea4ae93f39c6319153d15'/>
<id>d9dd041acc211907b6cea4ae93f39c6319153d15</id>
<content type='text'>
Instead rely on gnu make's pre-defined RM variable which should
equal 'rm -f'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead rely on gnu make's pre-defined RM variable which should
equal 'rm -f'
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix erl_printf on Solaris</title>
<updated>2019-02-28T10:56:41+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-02-28T10:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4fe2bd4f66d1ae82c0d2842837edafe9e6febfc9'/>
<id>4fe2bd4f66d1ae82c0d2842837edafe9e6febfc9</id>
<content type='text'>
flockfile(3c) and friends are hidden behind the __EXTENSIONS__
feature macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flockfile(3c) and friends are hidden behind the __EXTENSIONS__
feature macro.
</pre>
</div>
</content>
</entry>
</feed>
