opnsense-src/gnu/usr.bin/binutils
Andrew Turner 73279d4113 Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.
This targets the existing ARMv6 and ARMv7 SoCs that contain a VFP unit.
This is an optional coprocessors may not be present in all devices, however
it appears to be in all current SoCs we support.

armv6hf targets the VFP variant of the ARM EABI and our copy of gcc is too
old to support this. Because of this there are a number of WITH/WITHOUT
options that are unsupported and must be left as the default value. The
options and their required value are:
 * WITH_ARM_EABI
 * WITHOUT_GCC
 * WITHOUT_GNUCXX

In addition, without an external toolchain, the following need to be left
as their default:
 * WITH_CLANG
 * WITH_CLANG_IS_CC

As there is a different method of passing float and double values to
functions the ABI is incompatible with existing armv6 binaries. To use
this a full rebuild of world is required. Because no floating point values
are passed into the kernel an armv6 kernel with VFP enabled will work with
an armv6hf userland and vice versa.
2014-03-23 12:49:25 +00:00
..
addr2line General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
as More correct version of prev. fix. 2012-12-18 04:44:36 +00:00
doc Merge binutils 2.17.50 to head. This brings a number of improvements to 2011-02-18 20:54:12 +00:00
ld Reimplement r257525 such that it work with the historic FreeBSD make 2013-11-01 22:03:20 +00:00
libbfd Dont use -Werror when building libbfd and gnu as on powerpc64 with clang 2012-08-24 16:37:00 +00:00
libbinutils Define YY_NO_INPUT when building libbinutils, to prevent warnings about 2011-12-16 22:19:13 +00:00
libiberty Update Makefile and config.h for libiberty. 2010-11-01 19:40:22 +00:00
libopcodes Sync: merge r215319 through r215395 from ^/head, so ports can actually 2010-11-16 10:33:41 +00:00
nm Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
objcopy - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
objdump Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
readelf Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
size General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
strings Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
strip General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
Makefile Remove long-unused GNU ar and ranlib 2013-10-01 17:40:56 +00:00
Makefile.inc Remove another reference to alpha... 2010-02-03 02:39:08 +00:00
Makefile.inc0 Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. 2014-03-23 12:49:25 +00:00
update.sh Our OS name is "freebsd", not "freebsdelf". 2000-12-15 20:11:28 +00:00