diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-07-10 08:45:38 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-07-10 08:45:38 +0000 |
commit | 56710419ba3361dca740bfa1dc29be0d959246de (patch) | |
tree | 335d5fbe0653c2504cdc444571192116b9208f1f /libgfortran/ChangeLog | |
parent | 64d57736e1a48e31107587f06c411f93a500cc8d (diff) | |
download | gcc-56710419ba3361dca740bfa1dc29be0d959246de.zip gcc-56710419ba3361dca740bfa1dc29be0d959246de.tar.gz gcc-56710419ba3361dca740bfa1dc29be0d959246de.tar.bz2 |
fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.
* config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode,
support_fpu_rounding_mode): Clean up, mark unreachable code as such.
From-SVN: r212423
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 245e6db..db9e42b 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2014-07-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode, + support_fpu_rounding_mode): Clean up, mark unreachable code as such. + 2014-07-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> * libgfortran.h (support_fpu_underflow_control, |