From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56554 invoked by alias); 10 Jan 2019 12:25:07 -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 56207 invoked by uid 89); 10 Jan 2019 12:25:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt1-f195.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=itkYOokaxKoPGBKbyxyWfwdG/LibyA0jz/0yAyXw0VY=; b=Zewg5GyfKVdGNji1HBnnTdWvpNbhKr5H2NhRzZ6az6y4eZLD9ilqtRpxKDLcc4mA+X CWjvh5H1dk+e053OQShyc7HX0ASi4FeoqITTDZXpTBt0YK0JGjpbcmUFfzYby4dIlG9l 6GG4eZk7UdI1zo/J/p+7Fp0j7oCTGfKe4So6Q= Return-Path: Subject: Re: [PATCH] Fix handling of collating elements in fnmatch (bug 17396, bug 16976) To: Andreas Schwab Cc: libc-alpha@sourceware.org References: <87zhscfq0h.fsf@oldenburg2.str.redhat.com> <1484808b-dde3-e76f-fe08-edccfde5c2fd@linaro.org> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: <11d6af0b-9674-0f5b-1966-68d612bf637c@linaro.org> Date: Thu, 10 Jan 2019 12:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-01/txt/msg00224.txt.bz2 On 10/01/2019 06:43, Andreas Schwab wrote: > On Jan 09 2019, Adhemerval Zanella wrote: > >> On 09/01/2019 12:31, Andreas Schwab wrote: >>> diff --git a/sysdeps/i386/i686/multiarch/wmemcmp.c b/posix/tst-fnmatch4.c >>> similarity index 59% >>> copy from sysdeps/i386/i686/multiarch/wmemcmp.c >>> copy to posix/tst-fnmatch4.c >>> index ce25991352..370265ddf0 100644 >>> --- a/sysdeps/i386/i686/multiarch/wmemcmp.c >>> +++ b/posix/tst-fnmatch4.c >>> @@ -1,6 +1,5 @@ >>> -/* Multiple versions of wmemcmp. >>> - All versions must be listed in ifunc-impl-list.c. >>> - Copyright (C) 2017-2019 Free Software Foundation, Inc. >> >> I think something is wrong with git format-patch here. > > I which way? It is kind hard to evaluate the changes when diff is against unrelated files.