Tristan Van Berkom
dafc9d7755
binutils: backport bug fix to the 2.25 branch for jethro
...
We fail to build webkit on aarch64 due to this binutils bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=19353
Applying patch which fixes this, stripped out changelog entry
from patch to make it apply without error.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2016-05-11 12:37:06 +01:00
Jagadeesh Krishnanjanappa
8a2edb9856
binutils: Add thunderx support to gas
...
Without this patch, cross compiling for AArch64 with
"-mcpu=thunderx" fails with below error,
-- snip --
Assembler messages:
Error: unknown cpu `thunderx'
Error: unrecognized option -mcpu=thunderx
-- CUT --
(From OE-Core rev: 0cdf96013f66ee3a695038af633e3160b7f720dc)
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2015-09-09 14:27:47 +01:00
Khem Raj
31c231c95d
binutils: Fix symbols with --dynamic-list when using gold linker
...
There are random crashes and hangups, seen in libQtCore (QT4) as mentioned
in the binutils bugs as well, the reason is that
gold ignores all other symbols except specified in --dynamic-list which
is different in behavior as compared to bfd linker. The patch is a
backport from upstream master. This patch implements the bfd linker's
behaviour into gold.
(From OE-Core rev: 0ee1e3b000137ebcb2e223e7a3f8e9eb53088c70)
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2015-09-04 16:23:47 +01:00
Armin Kuster
86559e1345
binutils: Add MIPS Octeon3
...
This add MIPS octeon3 support to binutils.
(From OE-Core rev: a3d3dc83a1ef73162f548594241c587ad12d8226)
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Ross Burton <ross.burton@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2015-08-19 18:05:40 +01:00
Robert Yang
c4040eadde
binutils: 2.25 -> 2.25.1
...
binutils: 2.25 -> 2.25.1
tcmode-default.inc: update BINUVERSION
(From OE-Core rev: 01b9c8276cb15404ef712ea19a8343c51d9dca02)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2015-08-10 12:40:22 -07:00