From: jb Date: Mon, 7 Jan 2019 06:40:37 +0000 (+0000) Subject: Make GFORTRAN_9 symbol node depend on GFORTRAN_8. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e9e46947468c28b1d6fbf54221fea405930a0fe;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267621 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 4c9083a857be..52d8d1e317d7 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 ce4fe201b1e6..681f7dd61251 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;