public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2755] Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES
@ 2022-09-21 8:06 Franथईois-Xavier Coudert
0 siblings, 0 replies; only message in thread
From: Franथईois-Xavier Coudert @ 2022-09-21 8:06 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:ce8aed75a38b468490ecab4c318e3eb08d468608
commit r13-2755-gce8aed75a38b468490ecab4c318e3eb08d468608
Author: Francois-Xavier Coudert <fxcoudert@gmail.com>
Date: Wed Sep 21 10:04:22 2022 +0200
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.
Diff:
---
libgfortran/gfortran.map | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map
index e0e795c3d48..db9b86cb183 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-21 8:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 8:06 [gcc r13-2755] Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES Franथईois-Xavier Coudert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).