From patchwork Sat Jul 28 01:18:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tulio Magno Quites Machado Filho X-Patchwork-Id: 28665 X-Patchwork-Delegate: carlos@redhat.com Received: (qmail 53666 invoked by alias); 28 Jul 2018 01:18:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 53649 invoked by uid 89); 28 Jul 2018 01:18:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.6 required=5.0 tests=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=murphy, franz, sirl, Sirl X-HELO: mx0a-001b2d01.pphosted.com From: Tulio Magno Quites Machado Filho To: "Carlos O'Donell" , GNU C Library , "Joseph S. Myers" Cc: "Gabriel F. T. Gomes" , Paul Clarke , Rajalakshmi Srinivasaraghavan , paul.ike.murphy@gmail.com, Rogerio Alves Cardoso Subject: Re: glibc 2.28 update contrib.texi. In-Reply-To: References: User-Agent: Notmuch/0.27 (http://notmuchmail.org) Emacs/25.3.1 (x86_64-redhat-linux-gnu) Date: Fri, 27 Jul 2018 22:18:08 -0300 MIME-Version: 1.0 x-cbid: 18072801-0040-0000-0000-00000454DE77 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009441; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01067110; UDB=6.00548310; IPR=6.00844979; MB=3.00022360; MTD=3.00000008; XFM=3.00000015; UTC=2018-07-28 01:18:12 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18072801-0041-0000-0000-0000085B1658 Message-Id: <87effoi2en.fsf@linux.ibm.com> Carlos O'Donell writes: > Thank you all for your support of the project! > > Tulio, Joseph, > > Do we need any contrib updates for float128? Indeed. I'd also like to add a few other missing names. May I suggest the following? diff --git a/manual/contrib.texi b/manual/contrib.texi index 6191f46f31..620e3e0a51 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -61,6 +61,12 @@ committee. @item Thomas Bushnell for his contributions to Hurd. +@item +Rogerio Alves Cardoso for various fixes to PowerPC. + +@item +Paul Clarke for optimized functions on PowerPC. + @item Palmer Dabbelt for contributing the port to Linux/RISC-V. @@ -137,6 +143,10 @@ Wolfram Gloger for contributing the memory allocation functions functions @code{malloc}, @code{realloc} and @code{free} and related code. +@item +Gabriel F. T. Gomes for his improvements for Linux on PowerPC and for +implementing the IEEE 128-bit floating point type for PowerPC. + @item Torbj@"orn Granlund for fast implementations of many of the string functions (@code{memcpy}, @code{strlen}, etc.). @@ -292,15 +302,16 @@ Stephen Munroe for his port to Linux on PowerPC64 implementations for PowerPC. @item -Paul E. Murphy for various fixes on PowerPC. +Paul E. Murphy for various fixes on PowerPC and for implementing the IEEE +128-bit floating point type for PowerPC. @item Joseph S. Myers for numerous bug fixes for the libm functions, for -his maintainership of the ARM and MIPS architectures, improving -cross-compilation and cross-testing of @theglibc{}, expanded -coverage of conformtest, merging the ports/ subdirectory -into the @glibcadj{} main repository and his direction as FSF Project -Steward for @theglibc{}. +his maintainership of the ARM and MIPS architectures and the math +component, improving cross-compilation and cross-testing of +@theglibc{}, expanded coverage of conformtest, merging the ports/ +subdirectory into the @glibcadj{} main repository and his direction as +FSF Project Steward for @theglibc{}. @item Marko Myllynen for various fixes. @@ -389,7 +400,8 @@ Franz Sirl for various fixes. Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}). @item -Rajalakshmi Srinivasaraghavan for various fixes and optimizations on PowerPC. +Rajalakshmi Srinivasaraghavan for various fixes and optimizations on PowerPC +and for implementing the IEEE 128-bit floating point type for PowerPC. @item Richard Stallman for his contribution to the @code{getopt} function.