From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89043 invoked by alias); 27 Oct 2016 20:16:43 -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 89034 invoked by uid 89); 27 Oct 2016 20:16:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:10.0.0 X-HELO: mail-vk0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=mqyQZJvCeqTz/toBUkykxTaJ6AR5hviYWI/5IEQU178=; b=m9NGGwf8j4ICpmxcsRAuyxpcQ9V8AFnUUC0JzCK5WW+HmGKomXkWOV9/SoSg2VP1Sp +1Z0a1zbAo1jRtbE+5ZPikW/Sm2V95A/78TRC8eNG/dNCEkZq5KMfv74FUjbFW6dpqBk 3CXsu37Cs9Wi44p3E0ShBt0qX2O5x/o10E7bQ5As+7b8cwdI5j2XgI0UMYu5SfVndZxv p7/TcPg+mOHl9irYsjXwfo5hUbNqsBZDBcssbUeRLKOObZ307E7O6hGGKF/wnQ35qsF2 jy4bo2pte4wCeDuyRDa2cfaB7hwe8xgtboB6XNMKaPYhQdZAiXZ5MMikh0fDnfA4iSbh XbVA== X-Gm-Message-State: ABUngvfbaF2Ci1NP8AlpsZIpgZ1g1apnX6Q0h+1fp0pzgo4Zfon2AfefqSK5V+z+Jr4oc1Op X-Received: by 10.31.140.147 with SMTP id o141mr8189637vkd.149.1477599390565; Thu, 27 Oct 2016 13:16:30 -0700 (PDT) Subject: Re: [PATCH] Define wordsize.h macros everywhere To: libc-alpha@sourceware.org References: <1477506839.26691.5.camel@caviumnetworks.com> <1477593917.15823.1.camel@caviumnetworks.com> From: Adhemerval Zanella Message-ID: <69d1e942-b3f1-4e74-8f9d-b76d0f1329db@linaro.org> Date: Thu, 27 Oct 2016 20:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1477593917.15823.1.camel@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00494.txt.bz2 On 27/10/2016 16:45, Steve Ellcey wrote: > --- a/sysdeps/aarch64/bits/wordsize.h > +++ b/sysdeps/aarch64/bits/wordsize.h > @@ -0,0 +1,28 @@ > +/* Determine the wordsize from the preprocessor defines. > + > + Copyright (C) 2016 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 > + <http://www.gnu.org/licenses/>. */ I think you editor added some http tag on this URL.