From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80197 invoked by alias); 20 Jun 2018 22:03:29 -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 80173 invoked by uid 89); 20 Jun 2018 22:03:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:650 X-HELO: mx0a-001b2d01.pphosted.com From: Tulio Magno Quites Machado Filho To: libc-alpha@sourceware.org Cc: Subject: Re: [PATCH 06/12] ldbl-128ibm-compat: Create libm-alias-float128.h In-Reply-To: References: <20180620020426.20372-1-tuliom@linux.ibm.com> <20180620020426.20372-7-tuliom@linux.ibm.com> User-Agent: Notmuch/0.25 (http://notmuchmail.org) Emacs/25.3.1 (x86_64-redhat-linux-gnu) Date: Wed, 20 Jun 2018 22:03:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 18062022-0012-0000-0000-00001680799B X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009229; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000265; SDB=6.01049896; UDB=6.00538002; IPR=6.00828869; MB=3.00021767; MTD=3.00000008; XFM=3.00000015; UTC=2018-06-20 22:03:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18062022-0013-0000-0000-00005365961E Message-Id: <878t79azfc.fsf@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-06-20_10:,, signatures=0 X-SW-Source: 2018-06/txt/msg00643.txt.bz2 Joseph Myers writes: > On Tue, 19 Jun 2018, Tulio Magno Quites Machado Filho wrote: > >> Add a new libm-alias-float128.h in order to provide the __*ieee128 >> aliases for the existing *f128 that do not have a globally exported >> symbol. >> >> 2018-06-19 Tulio Magno Quites Machado Filho >> Gabriel F. T. Gomes >> >> * sysdeps/ieee754/ldbl-128ibm-compat/Versions: New file. >> * sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h: New file. > > OK. Pushed as 209ae17c60. Thanks! -- Tulio Magno