freebsd-dev/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
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
libopcodes
nm
objcopy - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
objdump
readelf
size General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
strings
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
Makefile.inc0 Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. 2014-03-23 12:49:25 +00:00
update.sh