From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75852 invoked by alias); 10 Apr 2017 08:42: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 75780 invoked by uid 89); 10 Apr 2017 08:42:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Almost, Hx-languages-length:562 X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCH 0/9] powerpc: cleanup IFUNC implementations. To: libc-alpha@sourceware.org References: From: Rajalakshmi Srinivasaraghavan Date: Mon, 10 Apr 2017 08:42: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=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable x-cbid: 17041008-7323-0000-0000-000000EB6B35 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17041008-7324-0000-0000-00000290D081 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-10_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704100072 X-SW-Source: 2017-04/txt/msg00161.txt.bz2 On 04/04/2017 02:49 AM, Wainer dos Santos Moschetta wrote: > 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. LGTM. -- Thanks Rajalakshmi S