<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/csu/tests/fini_test.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-11-10T19:07:30Z</updated>
<entry>
<title>Fix dso_handle_check for PIE executables.</title>
<updated>2020-11-10T19:07:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-11-10T19:07:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f9fd7337f63698f33239c58c07bf430198235a22'/>
<id>urn:sha1:f9fd7337f63698f33239c58c07bf430198235a22</id>
<content type='text'>
PIE executables use crtbeginS.o and have a non-NULL dso_handle as a
result.

Reviewed by:	andrew, emaste
MFC after:	2 weeks
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D27126
</content>
</entry>
<entry>
<title>Run the csu tests on a DSO. This builds the tests into a shared library,</title>
<updated>2018-10-30T09:43:26Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2018-10-30T09:43:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6ec0ee844c8c6b720d91ed832db25191fcdf9f9d'/>
<id>urn:sha1:6ec0ee844c8c6b720d91ed832db25191fcdf9f9d</id>
<content type='text'>
then runs these from the base test programs. With this we can check
crtbeginS.o and crtendS.o are working as expected.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Check __dso_handle is NULL in non-DSO objects. It should only be non-NULL</title>
<updated>2018-10-29T17:03:20Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2018-10-29T17:03:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=235130433aa8ef492d1c12270a3687fc5e99d5bd'/>
<id>urn:sha1:235130433aa8ef492d1c12270a3687fc5e99d5bd</id>
<content type='text'>
when accessed from a shared object.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Implement a BSD licensed crtbegin/crtend</title>
<updated>2018-10-25T17:39:41Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2018-10-25T17:39:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=31d62a73c2e6ac0ff413a7a17700ffc7dce254ef'/>
<id>urn:sha1:31d62a73c2e6ac0ff413a7a17700ffc7dce254ef</id>
<content type='text'>
These are needed for .ctors/.dtors and .jcr handling. The former needs
all the function pointers to be called in the correct order from the
.init/.fini section. The latter just needs to call a gcj specific function
if it exists with a pointer to the start of the .jcr section.

This is currently disabled until __dso_handle support is added.

Reviewed by:	emaste
MFC after:	1 month
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17587
</content>
</entry>
</feed>
