diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-08 18:39:18 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-08 18:39:18 +0000 |
commit | 0b4b7c0f055b486dfbef4a87afcbfba775402294 (patch) | |
tree | 8cd2f39c4b110855cbbed4135365949160a13206 /libgfortran/ChangeLog | |
parent | 5470a5951bb5b323c257fb4ba8e7a5a1192f0c75 (diff) | |
download | gcc-0b4b7c0f055b486dfbef4a87afcbfba775402294.tar.gz |
* intrinsics/hyper.c: Remove file.
* intrinsics/c99_functions.c: Add fallback functions asinhf,
acoshf and atanhf.
* Makefile.am: Remove file intrinsics/hyper.c.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 6825bc32576..49990ab2115 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,13 @@ 2006-10-08 Francois-Xavier Coudert <coudert@clipper.ens.fr> + * intrinsics/hyper.c: Remove file. + * intrinsics/c99_functions.c: Add fallback functions asinhf, + acoshf and atanhf. + * Makefile.am: Remove file intrinsics/hyper.c. + * Makefile.in: Regenerate. + +2006-10-08 Francois-Xavier Coudert <coudert@clipper.ens.fr> + * c99_protos.h: Correctly protect definitions of prototypes for asinhf, acoshf and atanhf to be the same as in intrinsics/hyper.c. |