2008-03-21 Janne Blomqvist <jb@gcc.gnu.org>
* gfortran.map: Move erfc_scaled symbols to new symbol node
GFORTRAN_1.1, thereby fixing ABI bug introduced in r132846.
From-SVN: r133432
+2008-03-21 Janne Blomqvist <jb@gcc.gnu.org>
+
+ * gfortran.map: Move erfc_scaled symbols to new symbol node
+ GFORTRAN_1.1, thereby fixing ABI bug introduced in r132846.
+
2008-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/32972
_gfortran_eoshift3_4_char;
_gfortran_eoshift3_8;
_gfortran_eoshift3_8_char;
- _gfortran_erfc_scaled_r4;
- _gfortran_erfc_scaled_r8;
- _gfortran_erfc_scaled_r10;
- _gfortran_erfc_scaled_r16;
_gfortran_etime;
_gfortran_etime_sub;
_gfortran_exit_i4;
*;
};
+GFORTRAN_1.1 {
+ global:
+ _gfortran_erfc_scaled_r4;
+ _gfortran_erfc_scaled_r8;
+ _gfortran_erfc_scaled_r10;
+ _gfortran_erfc_scaled_r16;
+} GFORTRAN_1.0;
+
F2C_1.0 {
global:
_gfortran_f2c_specific__abs_c4;