Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Wed, 21 Sep 2022 08:04:22 +0000 (10:04 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gmail.com>
Wed, 21 Sep 2022 08:04:22 +0000 (10:04 +0200)
The symbols were forgotten in the patch that added IEEE_GET_MODES
and IEEE_SET_MODES.

2022-09-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

libgfortran/

* gfortran.map: Add symbols for IEEE_GET_MODES
and IEEE_SET_MODES.

libgfortran/gfortran.map

index e0e795c..db9b86c 100644 (file)
@@ -1759,3 +1759,9 @@ GFORTRAN_12 {
   _gfortran_transfer_real128_write;
 #endif
 } GFORTRAN_10.2;
+
+GFORTRAN_13 {
+  global:
+    __ieee_exceptions_MOD_ieee_get_modes;
+    __ieee_exceptions_MOD_ieee_set_modes;
+} GFORTRAN_12;