<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/binutils/libbfd/Makefile.amd64, branch releng/11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-02-18T20:54:12Z</updated>
<entry>
<title>Merge binutils 2.17.50 to head.  This brings a number of improvements to</title>
<updated>2011-02-18T20:54:12Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-02-18T20:54:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce8fb931782e66cb56f7bfb4cff1ac032fc57076'/>
<id>urn:sha1:ce8fb931782e66cb56f7bfb4cff1ac032fc57076</id>
<content type='text'>
x86 CPU support, better support for powerpc64, some new directives, and
many other things.  Bump __FreeBSD_version, and add a note to UPDATING.

Thanks to the many people that have helped to test this.

Obtained from:	projects/binutils-2.17
</content>
</entry>
<entry>
<title>Update Makefile, bfd.h and config.h.bsd for libbfd.</title>
<updated>2010-11-01T19:41:22Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-11-01T19:41:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0921c6ef0bbdcbec5e5ee1e4662e34864c22a702'/>
<id>urn:sha1:0921c6ef0bbdcbec5e5ee1e4662e34864c22a702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure elf_fbsd_post_process_headers() is actually called for ia64.</title>
<updated>2010-10-26T17:49:17Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-10-26T17:49:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1368e47f875e1b9bbe567bf01ba28e3764217819'/>
<id>urn:sha1:1368e47f875e1b9bbe567bf01ba28e3764217819</id>
<content type='text'>
This is done by prepending the file to elfxx-ia64, not appending it.

Additionally, reduce diffs between Makefile.amd64 and Makefile.ia64;
instead of echo'ing defines in Makefiles, just add the needed define to
elf-fbsd-brand.c directly, as it is only used for amd64 and ia64.
</content>
</entry>
<entry>
<title>Remove target peigen.c so that make doesn't warn us about it.</title>
<updated>2010-09-30T07:12:09Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2010-09-30T07:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da1eef674baa14c026d4a63bee2aa4f848c7ef27'/>
<id>urn:sha1:da1eef674baa14c026d4a63bee2aa4f848c7ef27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the BFD target efi-app-x86_64.</title>
<updated>2010-09-29T14:41:03Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2010-09-29T14:41:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5c0eabc00834686e36a97c18a08f60c72d105e5'/>
<id>urn:sha1:c5c0eabc00834686e36a97c18a08f60c72d105e5</id>
<content type='text'>
This uses only GPL2 source code and is a requirement for a 64 bit EFI
boot loader.
</content>
</entry>
<entry>
<title>Enable EFI target.</title>
<updated>2008-08-31T09:17:27Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2008-08-31T09:17:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9435ff4dd70d788061aec1c0919cbd9bfe9cc0f'/>
<id>urn:sha1:a9435ff4dd70d788061aec1c0919cbd9bfe9cc0f</id>
<content type='text'>
While there, make use of the DEFAULT_VECTOR variable.
</content>
</entry>
<entry>
<title>MAJOR cleanup of the Bmake framework.</title>
<updated>2004-07-08T17:05:34Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-07-08T17:05:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d0fc2f49ef8d710aab4e3b7db221dd1f84d475c'/>
<id>urn:sha1:7d0fc2f49ef8d710aab4e3b7db221dd1f84d475c</id>
<content type='text'>
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD.  Move as much duplicated code from platform
Makefiles into the shared Makefiles.  Add a simple mechanism for
specifying ELF 'ldscripts'.  Also share as many .h files as possible
(now a single bfd.h vs. one per platform).
</content>
</entry>
<entry>
<title>Move the elf32-target.h and elf64-target.h targets from the MD</title>
<updated>2004-06-19T20:37:38Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-06-19T20:37:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b728dfd69e1dcf11b0dfff9dd3e44b69f499cd4'/>
<id>urn:sha1:5b728dfd69e1dcf11b0dfff9dd3e44b69f499cd4</id>
<content type='text'>
makefiles to the centralized makefile. This not only reduces
duplication, it also makes the MD quirks stand out better and
thus improves maintenance.
</content>
</entry>
<entry>
<title>bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need.</title>
<updated>2003-07-01T17:29:48Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-07-01T17:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c3f1b326fd24c2e8f88f3875eecb5bdaf558387'/>
<id>urn:sha1:9c3f1b326fd24c2e8f88f3875eecb5bdaf558387</id>
<content type='text'>
ar and nm aren't very smart when faced with multiple applicable vectors.
</content>
</entry>
<entry>
<title>The AMD64 Hammer bits.</title>
<updated>2003-04-26T03:28:21Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-26T03:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=584a637fee863024e053e8acaa31b300796be72f'/>
<id>urn:sha1:584a637fee863024e053e8acaa31b300796be72f</id>
<content type='text'>
</content>
</entry>
</feed>
