<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/test/dlopen, branch master</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<entry>
<title>test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}</title>
<updated>2009-12-09T15:30:22+00:00</updated>
<author>
<name>Filippo Arcidiacono</name>
<email>filippo.arcidiacono@st.com</email>
</author>
<published>2009-12-09T15:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6ae3f8363f4ceac618c3b85a65e7c05e7c00076b'/>
<id>6ae3f8363f4ceac618c3b85a65e7c05e7c00076b</id>
<content type='text'>
dltest and dltest2 do not refer any symbols implemented
in pthread library, so do not explicitly link them with pthread.
It is required only for the shared objects that are loaded
via dlopen by those tests.

Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dltest and dltest2 do not refer any symbols implemented
in pthread library, so do not explicitly link them with pthread.
It is required only for the shared objects that are loaded
via dlopen by those tests.

Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test/dlopen: fix build for libtest.so</title>
<updated>2009-11-30T01:23:24+00:00</updated>
<author>
<name>Austin Foxley</name>
<email>austinf@cetoncorp.com</email>
</author>
<published>2009-11-30T01:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=dc4af047fe943f6fce2a6a7ebc70aab819434e76'/>
<id>dc4af047fe943f6fce2a6a7ebc70aab819434e76</id>
<content type='text'>
needs -lpthread, recent addition of -z,defs and -z,now exposed this

Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs -lpthread, recent addition of -z,defs and -z,now exposed this

Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test/dlopen: Match the function name that libtest actually sets</title>
<updated>2009-11-30T01:22:42+00:00</updated>
<author>
<name>Austin Foxley</name>
<email>austinf@cetoncorp.com</email>
</author>
<published>2009-11-30T01:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=b5ac6f44b0278f12018d61bed313a74ff691ef9b'/>
<id>b5ac6f44b0278f12018d61bed313a74ff691ef9b</id>
<content type='text'>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Look at HAVE_SHARED</title>
<updated>2009-11-22T19:05:52+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-11-18T15:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=268f276bcadfe4d1a715058fa4c6f9ec6c393580'/>
<id>268f276bcadfe4d1a715058fa4c6f9ec6c393580</id>
<content type='text'>
We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build system changes needed for nptl</title>
<updated>2009-10-17T20:28:17+00:00</updated>
<author>
<name>Austin Foxley</name>
<email>austinf@cetoncorp.com</email>
</author>
<published>2009-10-17T20:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=c94314fa618c682646c07ddd914a5abb77346273'/>
<id>c94314fa618c682646c07ddd914a5abb77346273</id>
<content type='text'>
 * add include dir for nptl
 * pregen nptl headers
 * add include dir to pick up subarchs
 * a few tweaks for test/* to match state of the code

Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * add include dir for nptl
 * pregen nptl headers
 * add include dir to pick up subarchs
 * a few tweaks for test/* to match state of the code

Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test/dlopen: use pthread_once directly</title>
<updated>2009-10-17T18:54:57+00:00</updated>
<author>
<name>Austin Foxley</name>
<email>austinf@cetoncorp.com</email>
</author>
<published>2009-10-17T18:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=d74a3db4bf9632a474f44cebe7457e23d45027fb'/>
<id>d74a3db4bf9632a474f44cebe7457e23d45027fb</id>
<content type='text'>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Austin Foxley &lt;austinf@cetoncorp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed makefiles inclusion flow to pass actual configuration variable values.</title>
<updated>2009-03-16T13:36:39+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2009-03-16T13:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e72856950a9baa76ed41fb8d684cb13375daf48e'/>
<id>e72856950a9baa76ed41fb8d684cb13375daf48e</id>
<content type='text'>
Test build system modified to be similar to uClibc one: 
 * test custom logic moved from Makefile to a new Makefile.in (to be included 
   by Makefile). 
 * Makefile same for all tests and just used for including all other needed 
   makefiles. 

Signed-off-by: Salvatore Cro &lt;salvatore.cro@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test build system modified to be similar to uClibc one: 
 * test custom logic moved from Makefile to a new Makefile.in (to be included 
   by Makefile). 
 * Makefile same for all tests and just used for including all other needed 
   makefiles. 

Signed-off-by: Salvatore Cro &lt;salvatore.cro@st.com&gt;
Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to UNIX format</title>
<updated>2008-05-16T14:48:54+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-05-16T14:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=896ed43166010debef7661d05b1172d92a0b3064'/>
<id>896ed43166010debef7661d05b1172d92a0b3064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix file permissions</title>
<updated>2008-01-22T16:09:01+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-01-22T16:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=bbc18ffcdd1e9a627dbc3395b03870753f098a2d'/>
<id>bbc18ffcdd1e9a627dbc3395b03870753f098a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test case to exploit dladdr bug</title>
<updated>2008-01-22T15:37:32+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-01-22T15:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6c61a9fdfbb4c9c762fd4d0c6179dd77e0f6660f'/>
<id>6c61a9fdfbb4c9c762fd4d0c6179dd77e0f6660f</id>
<content type='text'>
Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Filippo Arcidiacono &lt;filippo.arcidiacono@st.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
