<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/binutils/ld, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-03-27T01:12:11Z</updated>
<entry>
<title>Now that there are no remaining users of ld.bfd, remove the ld subdir.</title>
<updated>2020-03-27T01:12:11Z</updated>
<author>
<name>Brandon Bergren</name>
<email>bdragon@FreeBSD.org</email>
</author>
<published>2020-03-27T01:12:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ded22b4527ff4f981cbf563d0ed741c4a3bd2587'/>
<id>urn:sha1:ded22b4527ff4f981cbf563d0ed741c4a3bd2587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply WITH_PIE changes to other binutils components</title>
<updated>2019-03-25T01:18:26Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-03-25T01:18:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07c9bf2a44a62d7b4949058376881593b5b32643'/>
<id>urn:sha1:07c9bf2a44a62d7b4949058376881593b5b32643</id>
<content type='text'>
Followon to r345489, explicitly specified bare .a libraries need
${PIE_SUFFIX} (although these still built).

MFC with:	r345489
</content>
</entry>
<entry>
<title>Avoid bsd.files.mk duplicate rule warning for bfd ldscripts</title>
<updated>2019-01-09T11:13:05Z</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson@FreeBSD.org</email>
</author>
<published>2019-01-09T11:13:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=985b8e2b12c7b8ddc80effe8fd3bd9932bc2b57f'/>
<id>urn:sha1:985b8e2b12c7b8ddc80effe8fd3bd9932bc2b57f</id>
<content type='text'>
Without this change I get lots of
warning: duplicate script for target "_FILESINS_ldscripts/elf64btsmip_fbsd.xw" ignored
message for every tree walk.

Reviewed By:	imp, emaste
Differential Revision: https://reviews.freebsd.org/D18783
</content>
</entry>
<entry>
<title>Disable sbrk() use in GNU tools.</title>
<updated>2018-09-21T17:44:05Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-09-21T17:44:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=397358d9aca10667451f7667852bee2f27b617c0'/>
<id>urn:sha1:397358d9aca10667451f7667852bee2f27b617c0</id>
<content type='text'>
We're studing the possibility of deprecating sbrk().  To make it easier
we're removing unnecessicary uses in the base system.  None of these
tools require sbrk(), but they agressively prefer it for no good reason.

Reviewed by:    andrew
Approved by:	re (kib)
Sponsored by:	DARPA, AFRL
Differential Revision:  https://reviews.freebsd.org/D16141
</content>
</entry>
<entry>
<title>Rework how the ld link is handled in WORLDTMP from r322811.</title>
<updated>2018-06-20T16:10:02Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2018-06-20T16:10:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d74021d65b104beb34c3a0d4c65f149dd6882876'/>
<id>urn:sha1:d74021d65b104beb34c3a0d4c65f149dd6882876</id>
<content type='text'>
LLD_BOOTSTRAP (build) is independent of LLD_IS_LD (installed) so they
should not be based on each other.

This is related to upcoming WITH_SYSTEM_LINKER work.

Reviewed by:	emaste
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D15836
</content>
</entry>
<entry>
<title>When lld is ld, install bfd's man page as ld.bfd.1</title>
<updated>2018-03-04T01:37:49Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-03-04T01:37:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=337981bd8934020c82f7d6032fac9ed98a91b968'/>
<id>urn:sha1:337981bd8934020c82f7d6032fac9ed98a91b968</id>
<content type='text'>
When WITH_LLD_IS_LD is set, lld's man page is installed as ld.1.gz, as
was GNU BFD's man page prior to this change.

Reported by:	Tobias Kortkamp
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Rename RELTOP since it will mean something else globally.</title>
<updated>2017-10-31T00:07:37Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=635718c0d98a470c4610f1f4c3c9d0a261e7fec2'/>
<id>urn:sha1:635718c0d98a470c4610f1f4c3c9d0a261e7fec2</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Convert all the arm big endian tests into a regexp rather than a list.</title>
<updated>2017-08-14T22:25:20Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-08-14T22:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40b0fb72f580d7308615c975c4de574559d9532b'/>
<id>urn:sha1:40b0fb72f580d7308615c975c4de574559d9532b</id>
<content type='text'>
Suggested by: emaste@
</content>
</entry>
<entry>
<title>Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC</title>
<updated>2017-01-27T01:59:12Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-01-27T01:59:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f52e4bdfd7b9b12bf0b9da8556b1190cc1e6aaf8'/>
<id>urn:sha1:f52e4bdfd7b9b12bf0b9da8556b1190cc1e6aaf8</id>
<content type='text'>
Reported by:	Dan McGregor &lt;dan.mcgregor usask.ca&gt;
</content>
</entry>
</feed>
