summaryrefslogtreecommitdiffstats
path: root/package/binutils/2.27
Commit message (Collapse)AuthorAgeFilesLines
* package/binutils: fix crash caused by buggy xtensa overlayMax Filippov2017-08-021-0/+42
| | | | | | | | | | In some xtensa configurations there may be system/user registers in xtensa-modules with negative index. ISA initialization for such config may clobber heap and result in program termination. Don't update lookup table entries for register with negative indices. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils/2.27: backport patch to enable CRC instructions on supported ↵Peter Seiderer2017-07-161-0/+88
| | | | | | | ARMv8-A CPUs Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: fix for ld segfault for microblaze when --gc-sections is usedWaldemar Brodkorb2017-02-251-0/+33
| | | | | | | | | | | The workarounds for kmod/libnss can be removed when the patch is applied and the autobuilder toolchains got rebuild. kmod: 0d81107f021bf2a663f102bace1e3f9590641170 libnss: fceb1afd5dda45cf180f22877a6ab0e51d1b3dac Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: backport fix for xg_reverse_shift_countMax Filippov2017-02-061-0/+33
| | | | | | | | | | binutils-2.27 gas has bug that results in the following kind of build error when assembling bb[cs]i.l on big-endian xtensa targets: ieee754-sf.S:237: Error: invalid symbolic operand Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binutils: add patch to 2.27 to fix arm issue with file having no dataThomas Petazzoni2016-11-061-0/+22
| | | | | | | | | | | | This commit adds a patch to binutils 2.27, which fixes the build of kvmtool on ARM. The fix is taken from the upstream mailing list at https://lists.gnu.org/archive/html/bug-binutils/2016-08/msg00165.html. Fixes: http://autobuild.buildroot.net/results/bae83d495b46efeec45c8008949c811b6241adaa Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: add upstream patch to fix open microblaze issueWaldemar Brodkorb2016-11-051-0/+36
| | | | | | | This reenables the use of 2.27 for microblaze. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/binutils: add binutils 2.27Gustavo Zacarias2016-09-076-0/+502
And drop upstream patches. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud