From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47046 invoked by alias); 6 Apr 2017 16:11:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 47027 invoked by uid 89); 6 Apr 2017 16:11:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1707, Hacks X-HELO: mail-qk0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=moffxIEy108Wi8KIUbJVUPYjHP85H7HiNNZpUZ9kGSs=; b=eiyhlJOR18ZIbvwwv8WjZc/d4yCqyV/MVt4RhzAYQBitT5GpaOaresihmLeQVm0xVL Q1DJHYIwcVHsBm/whvoJnd9nlvw0qciJpC2IfKt6E07M7guqy3zwVSyNe9MhJDQQqRit 6fl1ieNqTGpoTZMuuSxwS2jr9r9w8ZMT8VaRv//JANdpaNzo36o8mFAffM5MAeRIExeE vWC+uGBO66k8gUm8ATe6ppspy6GSdP1tR07YviwQWFuz8zTimB/ibih4/+9BGmZ9VKyJ C+tuSLDe/+DRNMZEqLlnZ7JwY4eVsaIhtIYmxXqOUzTNhrX8wK2MV4MN0fPKk+Sx5Dfm 6JFg== X-Gm-Message-State: AFeK/H1Q15pvPq8FGfWCsJolBuGAtLYzNFZGTZm6k8PA7zGtpOy9Lsobp7lsoicZrZT+S+bA X-Received: by 10.55.23.149 with SMTP id 21mr23390280qkx.267.1491495076470; Thu, 06 Apr 2017 09:11:16 -0700 (PDT) From: Adhemerval Zanella Subject: Re: [PATCH 1/2] Build divdi3 only for architecture that required it To: GNU C Library References: <1489671790-7611-1-git-send-email-adhemerval.zanella@linaro.org> <5067790e-50b6-d2c1-4466-26d79fc23166@linaro.org> Message-ID: Date: Thu, 06 Apr 2017 16:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2017-04/txt/msg00114.txt.bz2 On 27/03/2017 12:34, Adhemerval Zanella wrote: > > > On 16/03/2017 14:00, Adhemerval Zanella wrote: >> >> >> On 16/03/2017 10:58, Andreas Schwab wrote: >>> On Mär 16 2017, Adhemerval Zanella wrote: >>> >>>> diff --git a/sysdeps/s390/s390-32/symbol-hacks.h b/sysdeps/s390/s390-32/symbol-hacks.h >>>> new file mode 100644 >>>> index 0000000..82fb0f6 >>>> --- /dev/null >>>> +++ b/sysdeps/s390/s390-32/symbol-hacks.h >>>> @@ -0,0 +1,19 @@ >>>> +/* Hacks needed for symbol manipulation. s390 version. >>>> + Copyright (C) 2017 Free Software Foundation, Inc. >>>> + This file is part of the GNU C Library. >>>> + >>>> + The GNU C Library is free software; you can redistribute it and/or >>>> + modify it under the terms of the GNU Lesser General Public >>>> + License as published by the Free Software Foundation; either >>>> + version 2.1 of the License, or (at your option) any later version. >>>> + >>>> + The GNU C Library is distributed in the hope that it will be useful, >>>> + but WITHOUT ANY WARRANTY; without even the implied warranty of >>>> + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >>>> + Lesser General Public License for more details. >>>> + >>>> + You should have received a copy of the GNU Lesser General Public >>>> + License along with the GNU C Library; if not, see >>>> + . */ >>>> + >>>> +#include >>> >>> No include_next? >>> >>> Andreas. >>> >> >> Right, it is missing. I will add it. >> > > Any more impending remarks about this patch? > If no one opposes I will commit both patches.