From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128797 invoked by alias); 16 May 2018 16:49:20 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 128519 invoked by uid 89); 16 May 2018 16:49:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_ASCII_DIVIDERS,KAM_LOTSOFHASH,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 May 2018 16:49:18 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5afc610c.7f08d8085f90-smtp-out-n01; Wed, 16 May 2018 16:49:16 -0000 (UTC) Date: Wed, 16 May 2018 16:49:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5afc6109b356_292e2ab5b9bcbc109519e@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] e714f9: ARC: Fix Linux kernel comilation for ARC700 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5afc6109af87_292e2ab5b9bcbc1095069"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00007.txt.bz2 ----==_mimepart_5afc6109af87_292e2ab5b9bcbc1095069 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1883 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 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 Commit: 563ee5cea00af0bc3ed3d8e41da04e8ae63c87d0 https://github.com/crosstool-ng/crosstool-ng/commit/563ee5cea00af0bc3ed3d8e41da04e8ae63c87d0 Author: Alexey Neyman 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. ----==_mimepart_5afc6109af87_292e2ab5b9bcbc1095069--