From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124026 invoked by alias); 26 Aug 2017 01:07:54 -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 124007 invoked by uid 89); 26 Aug 2017 01:07:52 -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, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 26 Aug 2017 01:07:50 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 59a0c9e4.7fef9c09fc60-smtp-out-n01; Sat, 26 Aug 2017 01:07:48 -0000 (UTC) Date: Sat, 26 Aug 2017 01:07:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <59a0c9e474e71_378b3fa8c62c1c406253c@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a840a0: Fix regressions after binutils 2.29 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59a0c9e474acb_378b3fa8c62c1c406242c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00007.txt.bz2 ----==_mimepart_59a0c9e474acb_378b3fa8c62c1c406242c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2169 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a840a08f447bca154cbe9338cbc7fc60991bed0a https://github.com/crosstool-ng/crosstool-ng/commit/a840a08f447bca154cbe9338cbc7fc60991bed0a Author: Alexey Neyman Date: 2017-08-25 (Fri, 25 Aug 2017) Changed paths: A packages/glibc/2.12.1/998-obstack-common.patch A packages/glibc/2.12.2/998-obstack-common.patch A packages/glibc/2.13/998-obstack-common.patch A packages/glibc/2.14.1/998-obstack-common.patch A packages/glibc/2.14/998-obstack-common.patch A packages/glibc/2.15/998-obstack-common.patch A packages/glibc/2.16.0/998-obstack-common.patch A packages/glibc/2.17/998-obstack-common.patch A packages/glibc/2.23/997-regexp-common.patch A packages/glibc/2.24/997-regexp-common.patch A packages/glibc/2.25/997-regexp-common.patch Log Message: ----------- Fix regressions after binutils 2.29 Binutils 2.29 are more picky about versioning of common symbols. Fix two offenders in glibc versions as applicable. Signed-off-by: Alexey Neyman Commit: 5494335c03d096b33e6d82aa2aaad2c51b5c3a37 https://github.com/crosstool-ng/crosstool-ng/commit/5494335c03d096b33e6d82aa2aaad2c51b5c3a37 Author: Alexey Neyman Date: 2017-08-25 (Fri, 25 Aug 2017) Changed paths: A packages/glibc/2.12.1/998-obstack-common.patch A packages/glibc/2.12.2/998-obstack-common.patch A packages/glibc/2.13/998-obstack-common.patch A packages/glibc/2.14.1/998-obstack-common.patch A packages/glibc/2.14/998-obstack-common.patch A packages/glibc/2.15/998-obstack-common.patch A packages/glibc/2.16.0/998-obstack-common.patch A packages/glibc/2.17/998-obstack-common.patch A packages/glibc/2.23/997-regexp-common.patch A packages/glibc/2.24/997-regexp-common.patch A packages/glibc/2.25/997-regexp-common.patch Log Message: ----------- Merge pull request #813 from stilor/binutils-2.29-regressions Fix regressions after binutils 2.29 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1b3ed29eb9ad...5494335c03d0 ----==_mimepart_59a0c9e474acb_378b3fa8c62c1c406242c--