Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user