From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26173 invoked by alias); 11 Apr 2017 20:22:58 -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 26120 invoked by uid 89); 11 Apr 2017 20:22:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: wainersm@gmail.com, libc-alpha@sourceware.org Cc: Subject: Re: [PATCH 0/9] powerpc: cleanup IFUNC implementations. In-Reply-To: References: User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.51.1 (x86_64-unknown-linux-gnu) Date: Tue, 11 Apr 2017 20:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable x-cbid: 17041120-0028-0000-0000-000001AA1303 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17041120-0029-0000-0000-000014AA1EC9 Message-Id: <87lgr63dan.fsf@totoro.br.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-11_16:,, 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-1704110157 X-SW-Source: 2017-04/txt/msg00208.txt.bz2 Wainer dos Santos Moschetta writes: > Almost all IFUNC string implementations in powerpc define one > or more of the ENTRY, EALIGN, END, and END_GEN_TB macros. But > these are already defined in sysdeps/powerpc/powerpc64/sysdep.h, > making them redundant. > > The following set of patch cleans up the IFUNC implementations > for powerpc in order to remove unneeded macro definitions. > > Tested on ppc64le with and without --disable-multi-arch flag. I fixed the issue I pointed in another email and pushed all these patches. Thanks! -- Tulio Magno