]> code.ossystems Code Review - openembedded-core.git/commit
binutils: backport patch to fix mipsel (malta) kernel compile
authorAndré Draszik <adraszik@tycoint.com>
Fri, 24 Jun 2016 10:59:40 +0000 (11:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:46 +0000 (16:08 +0100)
commit8b378a17bf6d6c43f097b9df491e5c6ec59bf316
tree8d534413ced26ce989a8897158f4edaac0dd6f87
parent50be6f861a6c1076ace0fdd3f4381706351987ba
binutils: backport patch to fix mipsel (malta) kernel compile

This fixes the following compilation error when building a mipsel
yocto kernel for qemu:

|   CC      arch/mips/mm/sc-ip22.o
| {standard input}: Assembler messages:
| {standard input}:128: Error: number (0x9000000080000000) larger than 32 bits
| {standard input}:151: Error: number (0x9000000080000000) larger than 32 bits
| {standard input}:186: Error: number (0x9000000080000000) larger than 32 bits

We leave out the testsuite bits and the changelog in this
backport.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/binutils/binutils-2.26.inc
meta/recipes-devtools/binutils/binutils/MIPS-GAS-Fix-an-ISA-override-not-lifting-ABI-restrictions.patch [new file with mode: 0644]