package/gcc: Backport code generation fix for ARC700
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 12 Jul 2018 11:13:49 +0000 (14:13 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 17 Jul 2018 10:12:47 +0000 (12:12 +0200)
commitab196e4c91711dc96b7279c7d5efa301baa1a2ee
tree94065367f320ab2526b964971a348a7df5651be1
parent6912c6aa14a260065e0ab074690fa5a4bd367fb6
package/gcc: Backport code generation fix for ARC700

Fixes assembler failure when compiling for ARC700 only:
------------------------>8---------------------
{standard input}: Assembler messages:
{standard input}:213: Error: operand out of range (128 is not between -128 and 127)
make[2]: *** [scripts/Makefile.build:317: net/ipv4/xfrm4_mode_tunnel.o] Error 1
------------------------>8---------------------

This is an upstream fix scheduled for the next release, see
https://github.com/gcc-mirror/gcc/commit/5afc07eeb18fb7dd351ac981367bce721ca22af3

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcc/8.1.0/0006-ARC-Reimplement-return-padding-operation-for-ARC700.patch [new file with mode: 0644]