diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map index e0e795c3d489..db9b86cb183f 100644 --- a/libgfortran/gfortran.map +++ b/libgfortran/gfortran.map @@ -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;