mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
eddbb81f12
commit
ce8aed75a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user