Skip to content

Commit

Permalink
ARC: Fix Linux kernel comilation for ARC700
Browse files Browse the repository at this point in the history
Without this fix we're getting the following error on attempt to build
Linux kernel:
--------------------------------->8---------------------------------
xfrm4_mode_tunnel.s: Assembler messages:
xfrm4_mode_tunnel.s:188: Error: operand out of range (128 is not between -
128 and 127)
--------------------------------->8---------------------------------

The fix is taken from
foss-for-synopsys-dwc-arc-processors/gcc@d8d716f
and it is supposed to be merged in upstream GCC sources soonish.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin committed May 16, 2018
1 parent 1873a8e commit e714f99
Showing 1 changed file with 402 additions and 0 deletions.

0 comments on commit e714f99

Please sign in to comment.