diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 15:16:21 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 15:16:21 +0000 |
commit | cb39b5e7fa95d52ba53a93f0a5dea041ea81a8d9 (patch) | |
tree | 4a8a19305e97d473447cc5d3907bb0640bf63b5c /libgfortran/ChangeLog | |
parent | 7243e97994be84af55832f64e3b9dedb6ad3bc8e (diff) | |
download | gcc-cb39b5e7fa95d52ba53a93f0a5dea041ea81a8d9.tar.gz |
2013-07-21 Tobias Burnus <burnus@net-b.de>
PR fortran/35862
* config/fpu-387.h (set_fpu_rounding_mode,
get_fpu_rounding_mode): Add missing _ to fix build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index eacb01b62d5..e5f7eb7fdb2 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,4 +1,10 @@ 2013-07-21 Tobias Burnus <burnus@net-b.de> + + PR fortran/35862 + * config/fpu-387.h (set_fpu_rounding_mode, + get_fpu_rounding_mode): Add missing _ to fix build. + +2013-07-21 Tobias Burnus <burnus@net-b.de> Uros Bizjak <ubizjak@gmail.com> PR fortran/35862 |