From: jvdelisle Date: Mon, 27 Jun 2005 01:27:18 +0000 (+0000) Subject: 2005-06-24 Jerry DeLisle X-Git-Tag: upstream/4.9.2~60156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=394191ed8b3a929dbba0b0f6b42a7e7f0be39936;p=platform%2Fupstream%2Flinaro-gcc.git 2005-06-24 Jerry DeLisle libgfortran/ChangeLog: Clean up format for entry of 2005-06-24. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101346 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 9b2ddec..e7a3cda 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -15,15 +15,15 @@ 2005-06-24 Jerry DeLisle PR libfortran/21915 - * Makefile.am: include intrinsics/hyper.c - * c99_protos.h: add prototypes for single precision versions of - acosh, asinh, and atanh for platforms that do not have these - * config.h.in: add #undef for wrappers - * configure.ac: add checks for single precision versions - * aclocal.m4: generated - * Makefile.in: generated - * configure: generated - * intrinsics/hyper.c: New file, adds wrapper functions + * Makefile.am: Include intrinsics/hyper.c. + * c99_protos.h: Add prototypes for single precision versions of + acosh, asinh, and atanh for platforms that do not have these. + * config.h.in: Add #undef for wrappers. + * configure.ac: Add checks for single precision versions. + * aclocal.m4: Regenerated. + * Makefile.in: Regenerated. + * configure: Regenerated. + * intrinsics/hyper.c: New file, adds new wrapper functions. 2005-06-23 Francois-Xavier Coudert