From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29398 invoked by alias); 22 Aug 2017 20:14:03 -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 29249 invoked by uid 89); 22 Aug 2017 20:13:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:403 X-HELO: relay1.mentorg.com Date: Tue, 22 Aug 2017 20:14:00 -0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: , Subject: Re: [PATCH] Fix remaining return type of ifunc resolver declaration In-Reply-To: <20170822180214.31800-1-gftg@linux.vnet.ibm.com> Message-ID: References: <20170822180214.31800-1-gftg@linux.vnet.ibm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-08/txt/msg01092.txt.bz2 On Tue, 22 Aug 2017, Gabriel F. T. Gomes wrote: > This patch changes the return type of the ifunc resolver in the __ifunc > macro, so that it matches the return type of the target function, > similarly to what the aforementioned commit does. Thanks, please commit (with ChangeLog entry). -- Joseph S. Myers joseph@codesourcery.com