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
This commit is contained in:
Janne Blomqvist 2008-03-21 19:36:00 +02:00
parent 5afab7ad84
commit fc34570cc1
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -88,10 +88,6 @@ GFORTRAN_1.0 {
_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;
@ -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 {
global:
_gfortran_f2c_specific__abs_c4;