This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] e714f9: ARC: Fix Linux kernel comilation for ARC700


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: e714f99d8934bf9b774d50aa9dcd524e2404dc58
      https://github.com/crosstool-ng/crosstool-ng/commit/e714f99d8934bf9b774d50aa9dcd524e2404dc58
  Author: Alexey Brodkin <abrodkin@synopsys.com>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    A packages/gcc/8.1.0/0018-ARC-Reimplement-return-padding-operation-for-ARC700.patch

  Log Message:
  -----------
  ARC: Fix Linux kernel comilation for ARC700

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
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/commit/d8d716f49c0057e239f2b64e7d902046b92d244f
and it is supposed to be merged in upstream GCC sources soonish.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>


  Commit: 563ee5cea00af0bc3ed3d8e41da04e8ae63c87d0
      https://github.com/crosstool-ng/crosstool-ng/commit/563ee5cea00af0bc3ed3d8e41da04e8ae63c87d0
  Author: Alexey Neyman <stilor@att.net>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    A packages/gcc/8.1.0/0018-ARC-Reimplement-return-padding-operation-for-ARC700.patch

  Log Message:
  -----------
  Merge pull request #969 from abrodkin/topic-fix-arc700

ARC: Fix Linux kernel compilation for ARC700


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1873a8e14ae7...563ee5cea00a
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]