From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122153 invoked by alias); 31 May 2017 17:11:34 -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 121592 invoked by uid 89); 31 May 2017 17:11:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, HX-Envelope-From:bounce, 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, 31 May 2017 17:11:31 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 592ef944.7f33d01ba900-smtp-out-n03; Wed, 31 May 2017 17:11:32 -0000 (UTC) Date: Wed, 31 May 2017 17:11:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <592ef944bc0a8_76e13ffb0e0f9c24381ed@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 314aed: gcc: xtensa: backport fix for incorrect code gener... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_592ef944bbbd4_76e13ffb0e0f9c2438049"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00009.txt.bz2 ----==_mimepart_592ef944bbbd4_76e13ffb0e0f9c2438049 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1969 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 314aed56b3f1044086bcad61f0064a6fc39e9d0d https://github.com/crosstool-ng/crosstool-ng/commit/314aed56b3f1044086bcad61f0064a6fc39e9d0d Author: Max Filippov Date: 2017-05-31 (Wed, 31 May 2017) Changed paths: A patches/gcc/4.8.5/874-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/4.9.4/875-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/5.4.0/879-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/6.3.0/873-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/7.1.0/870-gcc-xtensa-fix-fprintf-format-specifiers.patch Log Message: ----------- gcc: xtensa: backport fix for incorrect code generation xtensa GCC incorrectly uses %ld/0x%lx format specifiers to output HOST_WIDE_INT values, which results in incorrect code generation by the compiler built for armhf host. The original issue: https://github.com/qca/open-ath9k-htc-firmware/issues/130 Signed-off-by: Max Filippov Commit: db819545e3ac2eb73a42364fc2d0470a29474159 https://github.com/crosstool-ng/crosstool-ng/commit/db819545e3ac2eb73a42364fc2d0470a29474159 Author: Alexey Neyman Date: 2017-05-31 (Wed, 31 May 2017) Changed paths: A patches/gcc/4.8.5/874-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/4.9.4/875-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/5.4.0/879-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/6.3.0/873-gcc-xtensa-fix-fprintf-format-specifiers.patch A patches/gcc/7.1.0/870-gcc-xtensa-fix-fprintf-format-specifiers.patch Log Message: ----------- Merge pull request #728 from jcmvbkbc/xtensa-fix-fprintf-format gcc: xtensa: backport fix for incorrect code generation Compare: https://github.com/crosstool-ng/crosstool-ng/compare/189423937f27...db819545e3ac ----==_mimepart_592ef944bbbd4_76e13ffb0e0f9c2438049--