<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/rtld-elf/Makefile, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>This comment should have been removed in the previous commit.</title>
<updated>2004-06-17T19:01:53+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-06-17T19:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=45ab3f53501f7ad26e2d3395b34712e209942b25'/>
<id>45ab3f53501f7ad26e2d3395b34712e209942b25</id>
<content type='text'>
Spotted out by: marcus, simon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted out by: marcus, simon
</pre>
</div>
</content>
</entry>
<entry>
<title>Woohoo !</title>
<updated>2004-06-17T17:53:16+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-06-17T17:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f77d42ce5c7a02d96e555c3b598b6669bae548fd'/>
<id>f77d42ce5c7a02d96e555c3b598b6669bae548fd</id>
<content type='text'>
the latest binutils import mades this gross hack useless, so just remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the latest binutils import mades this gross hack useless, so just remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around a problem somewhere with binutils (?) on arm, hopefully without</title>
<updated>2004-05-15T00:13:14+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-15T00:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3088daddf3b3de315c9087b448d3825ddbcdeb0e'/>
<id>3088daddf3b3de315c9087b448d3825ddbcdeb0e</id>
<content type='text'>
breaking any other arch this time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
breaking any other arch this time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first!</title>
<updated>2004-05-14T21:01:52+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2004-05-14T21:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55a4ccf3e8eb4a29922001b5603b43c528361989'/>
<id>55a4ccf3e8eb4a29922001b5603b43c528361989</id>
<content type='text'>
The previous version made all shared binaries dump core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous version made all shared binaries dump core.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import arm bits for rtld-elf.</title>
<updated>2004-05-14T12:15:51+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T12:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e659267f1e22c5b9c79bae499bbc95b183b9aae2'/>
<id>e659267f1e22c5b9c79bae499bbc95b183b9aae2</id>
<content type='text'>
Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial support for compiling a special 32 bit version of</title>
<updated>2004-03-21T01:21:26+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-03-21T01:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c905e45dc0e7ad2da0748371ba8921ca48134a01'/>
<id>c905e45dc0e7ad2da0748371ba8921ca48134a01</id>
<content type='text'>
ld-elf.so.1 on 64 bit systems.  Most of this involves using alternate
paths, environment variables and diagnostic messages.

The build glue is seperate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ld-elf.so.1 on 64 bit systems.  Most of this involves using alternate
paths, environment variables and diagnostic messages.

The build glue is seperate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.</title>
<updated>2003-09-13T21:50:36+00:00</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-09-13T21:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5515f48ce37056a658d825e90bf277b415f8f28d'/>
<id>5515f48ce37056a658d825e90bf277b415f8f28d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot one instance of ld-elf.so.1. Convert to ${PROG}</title>
<updated>2003-08-17T22:12:26+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-17T22:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df7bdd0ae903a7ad13fe96a0654fdc72c332203f'/>
<id>df7bdd0ae903a7ad13fe96a0654fdc72c332203f</id>
<content type='text'>
Pointed out by:	obrien
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by:	obrien
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget to honor DESTDIR. Also switch over to using PROG instead of</title>
<updated>2003-08-17T18:59:30+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-17T18:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dbbcd515ff1436267d9cf11973aef89a78ace7bc'/>
<id>dbbcd515ff1436267d9cf11973aef89a78ace7bc</id>
<content type='text'>
the binary name directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the binary name directly.
</pre>
</div>
</content>
</entry>
</feed>
