diff options
author | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-08-01 21:13:39 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-08-01 21:13:39 +0000 |
commit | 5e9d09007dfa95afa0b3cf979a8b36be46174850 (patch) | |
tree | 199f493a016a3d2647046bf2ec33b75ee097e8c5 /gcc | |
parent | 75735872fa99db486ceb2a0ac4f098b061dbe240 (diff) | |
download | gcc-5e9d09007dfa95afa0b3cf979a8b36be46174850.zip gcc-5e9d09007dfa95afa0b3cf979a8b36be46174850.tar.gz gcc-5e9d09007dfa95afa0b3cf979a8b36be46174850.tar.bz2 |
re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8)
PR libfortran/23178
* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
copyright years.
From-SVN: r102641
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1a04beb..d9e7ec9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,7 +1,7 @@ 2005-07-31 Jerry DeLisle <jvdelisle@verizon.net> - * intrinsic.texi: Add documentation for exponent, floor, and fnum and - fix description of ceiling in index. + * intrinsic.texi: Add documentation for exponent, floor, and fnum and + fix description of ceiling in index. 2005-07-31 Steven Bosscher <stevenb@suse.de> |