Make GFORTRAN_9 symbol node depend on GFORTRAN_8.
authorJanne Blomqvist <jb@gcc.gnu.org>
Mon, 7 Jan 2019 06:40:37 +0000 (08:40 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Mon, 7 Jan 2019 06:40:37 +0000 (08:40 +0200)
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  <jb@gcc.gnu.org>

       * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on
       GFORTRAN_8.

From-SVN: r267621

libgfortran/ChangeLog
libgfortran/gfortran.map

index 4c9083a..52d8d1e 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.map (GFORTRAN_9): Make GFORTRAN_9 node depend on
+       GFORTRAN_8.
+
 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
index ce4fe20..681f7dd 100644 (file)
@@ -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;