<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/binutils/ld, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove contrib/binutils, unused after r368667</title>
<updated>2020-12-16T14:01:04+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-12-16T14:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=546114d08ec693263d9c030c16f83ed826e4a379'/>
<id>546114d08ec693263d9c030c16f83ed826e4a379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align text correctly by using tabs instead of spaces.</title>
<updated>2017-05-27T20:01:50+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-05-27T20:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bc50118598d759595b70b3abf5fcffa745d392a'/>
<id>8bc50118598d759595b70b3abf5fcffa745d392a</id>
<content type='text'>
The text was copy-pasted from the lines that carry the bogus spaces.
This is a non-functional change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The text was copy-pasted from the lines that carry the bogus spaces.
This is a non-functional change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring some rough support for FreeBSD S/390 to the GNU toolchain.</title>
<updated>2017-05-23T16:38:10+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-05-23T16:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a17f73727e2716b1b2031055bbafc331f513248'/>
<id>3a17f73727e2716b1b2031055bbafc331f513248</id>
<content type='text'>
This is no-op and only for reference: the S/390 port seems to be elusive
in the BSDs so it is convenient to keep some trace from past efforts.
It is likely newer attempts will focus on a newer toolchain using clang
instead.

Obtained from:	Perforce depot/projects/s390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is no-op and only for reference: the S/390 port seems to be elusive
in the BSDs so it is convenient to keep some trace from past efforts.
It is likely newer attempts will focus on a newer toolchain using clang
instead.

Obtained from:	Perforce depot/projects/s390
</pre>
</div>
</content>
</entry>
<entry>
<title>use INT3 instead of NOP for x86 binary padding</title>
<updated>2017-03-19T00:22:13+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-03-19T00:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd4e40546c4b2e9ca342464b126a151009b9cc75'/>
<id>bd4e40546c4b2e9ca342464b126a151009b9cc75</id>
<content type='text'>
We should never end up executing the inter-function padding, so we
are better off faulting than silently carrying on to whatever function
happens to be next.

Note that LLD will soon do this by default (although it currently pads
with zeros).

Reviewed by:	dim, kib
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D10047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should never end up executing the inter-function padding, so we
are better off faulting than silently carrying on to whatever function
happens to be next.

Note that LLD will soon do this by default (although it currently pads
with zeros).

Reviewed by:	dim, kib
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D10047
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pregenerated text version of the texinfo documentation</title>
<updated>2015-03-02T17:25:03+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-03-02T17:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d0f6813acadfb6a48623a511a0ec820f125ee34'/>
<id>1d0f6813acadfb6a48623a511a0ec820f125ee34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate manpage out of the texinfo files using texi2mdoc</title>
<updated>2015-03-02T17:20:34+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-03-02T17:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7bb36fb5519c0d25cfec61b31cf19e058fc18403'/>
<id>7bb36fb5519c0d25cfec61b31cf19e058fc18403</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ldscripts such that ld(1) collects the .fini_array section in the same</title>
<updated>2015-02-11T17:25:23+00:00</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2015-02-11T17:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=99e1a2bc3a0ab78c53c45a886d46c370e1bf6bf0'/>
<id>99e1a2bc3a0ab78c53c45a886d46c370e1bf6bf0</id>
<content type='text'>
order as the .init_array section.  Finalisation routines need to be called
in the opposite order as their corresponding initialisation routines but
rtld(1) handles that by calling the function pointers in .fini_array in
reverse order.

Reviewed by:	kib
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
order as the .init_array section.  Finalisation routines need to be called
in the opposite order as their corresponding initialisation routines but
rtld(1) handles that by calling the function pointers in .fini_array in
reverse order.

Reviewed by:	kib
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pregenerated documentation for as(1) and ld(1)</title>
<updated>2015-01-04T00:58:30+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-01-04T00:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bbb0fbde9a8292087cbfa87740d2202e832a16a9'/>
<id>bbb0fbde9a8292087cbfa87740d2202e832a16a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generating documentation with modern texinfo</title>
<updated>2015-01-04T00:54:29+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-01-04T00:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a3e081c7bf7ee3e7a0575f4b77db38db0c29206'/>
<id>4a3e081c7bf7ee3e7a0575f4b77db38db0c29206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement --no-fatal-warning for compatibility with newer ld</title>
<updated>2014-11-29T11:50:19+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-11-29T11:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c04c7681075f087566c63e3935a0d3cff4782247'/>
<id>c04c7681075f087566c63e3935a0d3cff4782247</id>
<content type='text'>
what ever order the options are passed to ld(1) the --no-fatal-warning always
disable --fatal-warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
what ever order the options are passed to ld(1) the --no-fatal-warning always
disable --fatal-warning
</pre>
</div>
</content>
</entry>
</feed>
