Commit fc34570c by Janne Blomqvist

gfortran.map: Move erfc_scaled symbols to new symbol node GFORTRAN_1.1...

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
parent 5afab7ad
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> 2008-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/32972 PR libfortran/32972
......
...@@ -88,10 +88,6 @@ GFORTRAN_1.0 { ...@@ -88,10 +88,6 @@ GFORTRAN_1.0 {
_gfortran_eoshift3_4_char; _gfortran_eoshift3_4_char;
_gfortran_eoshift3_8; _gfortran_eoshift3_8;
_gfortran_eoshift3_8_char; _gfortran_eoshift3_8_char;
_gfortran_erfc_scaled_r4;
_gfortran_erfc_scaled_r8;
_gfortran_erfc_scaled_r10;
_gfortran_erfc_scaled_r16;
_gfortran_etime; _gfortran_etime;
_gfortran_etime_sub; _gfortran_etime_sub;
_gfortran_exit_i4; _gfortran_exit_i4;
...@@ -1035,6 +1031,14 @@ GFORTRAN_1.0 { ...@@ -1035,6 +1031,14 @@ GFORTRAN_1.0 {
*; *;
}; };
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 { F2C_1.0 {
global: global:
_gfortran_f2c_specific__abs_c4; _gfortran_f2c_specific__abs_c4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment