From 0aa6ee36708f0c70b2e98905480ca035a6f56689 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Mon, 7 Jan 2019 08:40:37 +0200 Subject: [PATCH] Make GFORTRAN_9 symbol node depend on GFORTRAN_8. At some point when the GFORTRAN_9 node was added it was forgotten to make it depend on GFORTRAN_8. This patch fixes this. Committed as obvious. 2019-01-07 Janne Blomqvist * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on GFORTRAN_8. From-SVN: r267621 --- libgfortran/ChangeLog | 5 +++++ libgfortran/gfortran.map | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 4c9083a857b..52d8d1e317d 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2019-01-07 Janne Blomqvist + + * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on + GFORTRAN_8. + 2019-01-01 Jakub Jelinek Update copyright years. diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map index ce4fe201b1e..681f7dd6125 100644 --- a/libgfortran/gfortran.map +++ b/libgfortran/gfortran.map @@ -1578,4 +1578,4 @@ GFORTRAN_9 { __ieee_arithmetic_MOD_ieee_support_subnormal_4; __ieee_arithmetic_MOD_ieee_support_subnormal_8; __ieee_arithmetic_MOD_ieee_support_subnormal_noarg; -}; +} GFORTRAN_8; -- 2.30.2