From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99125 invoked by alias); 18 Feb 2016 16:59:29 -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 99107 invoked by uid 89); 18 Feb 2016 16:59:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=jcmvbkbcgmailcom, jcmvbkbc@gmail.com, autolitpools, auto-litpools 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; Thu, 18 Feb 2016 16:59:27 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 56c5f867.7db4930-in1; Thu, 18 Feb 2016 16:59:19 -0000 (UTC) Date: Thu, 18 Feb 2016 16:59:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <56c5f8675e09e_3c553fa59392b29c297599@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] c842c9: binutils: fix .init/.fini literals moving in xtens... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_56c5f8675dc69_3c553fa59392b29c2974cf"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00028.txt.bz2 ----==_mimepart_56c5f8675dc69_3c553fa59392b29c2974cf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1978 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: c842c9fd31b16f78cf11c1581beb0d084fb5e0f6 https://github.com/crosstool-ng/crosstool-ng/commit/c842c9fd31b16f78cf11c1581beb0d084fb5e0f6 Author: Max Filippov Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch Log Message: ----------- binutils: fix .init/.fini literals moving in xtensa gas Despite the documentation and the comment in xtensa_move_literals, in the presence of --text-section-literals and --auto-litpools literals are moved from the separate literal sections into .init and .fini, because the check in the xtensa_move_literals is incorrect. This fixes build errors seen with projects that have .init/.fini and use text-section-literals. Signed-off-by: Max Filippov Commit: 7f739389ffa69f1e2d42ce77878e032e4e66c359 https://github.com/crosstool-ng/crosstool-ng/commit/7f739389ffa69f1e2d42ce77878e032e4e66c359 Author: Bryan Hundven Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch Log Message: ----------- Merge pull request #342 from jcmvbkbc/xtensa-binutils-init-fini-literals-fix binutils: fix .init/.fini literals moving in xtensa gas Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8460611d5f28...7f739389ffa6 ----==_mimepart_56c5f8675dc69_3c553fa59392b29c2974cf Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_56c5f8675dc69_3c553fa59392b29c2974cf--