From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82278 invoked by alias); 11 Apr 2017 18:21:26 -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 82259 invoked by uid 89); 11 Apr 2017 18:21:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=pushing X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: libc-alpha@sourceware.org, wainersm@gmail.com Cc: Subject: Re: [PATCH 4/9] powerpc: refactor strchr, strchrnul, and strrchr IFUNC. In-Reply-To: <7cab5500088837430ef6df3dc7dbb4dd68b66010.1491252969.git.wainersm@linux.vnet.ibm.com> References: <7cab5500088837430ef6df3dc7dbb4dd68b66010.1491252969.git.wainersm@linux.vnet.ibm.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.51.1 (x86_64-unknown-linux-gnu) Date: Tue, 11 Apr 2017 18:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable x-cbid: 17041118-0020-0000-0000-0000029F0023 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17041118-0021-0000-0000-000030BC0BBE Message-Id: <87o9w23iw8.fsf@totoro.br.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-11_15:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704110140 X-SW-Source: 2017-04/txt/msg00205.txt.bz2 Wainer dos Santos Moschetta writes: > diff --git a/sysdeps/powerpc/powerpc64/power7/strchrnul.S b/sysdeps/powerpc/powerpc64/power7/strchrnul.S > index 99aa157..8a87aea 100644 > --- a/sysdeps/powerpc/powerpc64/power7/strchrnul.S > +++ b/sysdeps/powerpc/powerpc64/power7/strchrnul.S > @@ -19,9 +19,12 @@ > > #include > > +#ifndef STRCHRNUL > +# def STRCHRNUL __strchrnul Oops. There is a typo here. I'll fix it before pushing it. -- Tulio Magno