From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122818 invoked by alias); 6 Oct 2018 15:52:18 -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 122806 invoked by uid 89); 6 Oct 2018 15:52:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Envelope-From:sk:sourcew, HTo:U*crossgcc, H*Ad:U*crossgcc, H*r:Unknown X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 06 Oct 2018 15:52:15 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1538841133; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=D8yrshU8FhsaoaJhnld/xnLfh6scFQ/JwfNncKJU74U=; b=XFj72jWsFXt9Qf5i3wSSI2ooaN4KXs3Ns9lOivPyFriPA9yRIbENe4E3jT6Vjv1+lVcnJFtn zmdUXLcvWzzmKnKNWYNBmTOQdk9DLKdEuXL8YPhvSUzuwY/iyY/UYfbBJq2JIAYYLMipKANv M68An3h+n3SmIpSsTkYDL7gcSj4= X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5bb8da2c.7f24243a9a20-smtp-out-n03; Sat, 06 Oct 2018 15:52:12 -0000 (UTC) Date: Sat, 06 Oct 2018 15:52:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bb8da2c569cf_53052aec000f658888562@hookshot-fe-da92815.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 8236e5: Fix fdivp argument order Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bb8da2c56266_53052aec000f6588884d9"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00002.txt.bz2 ----==_mimepart_5bb8da2c56266_53052aec000f6588884d9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1779 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 8236e5d996146fd30f0c060eff68425a3ed4a7ec https://github.com/crosstool-ng/crosstool-ng/commit/8236e5d996146fd30f0c060eff68425a3ed4a7ec Author: Alexey Neyman Date: 2018-10-06 (Sat, 06 Oct 2018) Changed paths: A packages/glibc/2.15/0050-fdivp-order.patch Log Message: ----------- Fix fdivp argument order Patch from upstream. Bug didn't exist in 2.14.1 and fix is already applied in 2.16. Fixes #1048 Signed-off-by: Alexey Neyman Commit: 5c10c92ed41f9beea56a4f7b6d7a6c2b907347e3 https://github.com/crosstool-ng/crosstool-ng/commit/5c10c92ed41f9beea56a4f7b6d7a6c2b907347e3 Author: Alexey Neyman Date: 2018-10-06 (Sat, 06 Oct 2018) Changed paths: M testing/docker/archlinux/Dockerfile Log Message: ----------- Add wget ... so that Docker image creation can fetch dumb-init. Signed-off-by: Alexey Neyman Commit: a18778d024d55e747dc58b0d7fbeeaba260d8b85 https://github.com/crosstool-ng/crosstool-ng/commit/a18778d024d55e747dc58b0d7fbeeaba260d8b85 Author: Alexey Neyman Date: 2018-10-06 (Sat, 06 Oct 2018) Changed paths: A packages/glibc/2.15/0050-fdivp-order.patch M testing/docker/archlinux/Dockerfile Log Message: ----------- Merge pull request #1051 from stilor/fix-glibc-2.15-i386 Fix glibc 2.15 i386 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/68be6c2268df...a18778d024d5 **NOTE:** This service has 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_5bb8da2c56266_53052aec000f6588884d9--