mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
binutils: add two AArch64 related backports to 2.23.2
Update required to pass "movi" related build errors when gcc-4.8 is
used.
libgcrypt, slang, mysql5 were failing like this:
| {standard input}: Assembler messages:
| {standard input}:316: Error: immediate value out of range 0 to 255 at operand 2 -- `movi v3.8b,-106'
| {standard input}:348: Error: immediate value out of range 0 to 255 at operand 2 -- `movi v3.8b,-8'
| {standard input}:352: Error: immediate value out of range 0 to 255 at operand 2 -- `movi v3.8b,-27'
(From OE-Core rev: 2489151dbfc8bc002d89ab199d457ab3794c54a8)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7ba3615852
commit
40187e50da
@@ -39,6 +39,8 @@ BACKPORT = "\
|
||||
file://backport/binutils-replace-strncat-with-strcat.patch \
|
||||
file://backport/0001-config-tc-ppc.c-md_assemble-Do-not-generate-APUinfo-.patch \
|
||||
file://backport/binutils-fix-skip-whitespace-pr14887.patch \
|
||||
file://backport/aarch64-crn.patch \
|
||||
file://backport/aarch64-movi.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "4f8fa651e35ef262edc01d60fb45702e"
|
||||
SRC_URI[sha256sum] = "fe914e56fed7a9ec2eb45274b1f2e14b0d8b4f41906a5194eac6883cfe5c1097"
|
||||
|
||||
Reference in New Issue
Block a user