gfortran.map: Move erfc_scaled symbols to new symbol node GFORTRAN_1.1...
authorJanne Blomqvist <jb@gcc.gnu.org>
Fri, 21 Mar 2008 17:36:00 +0000 (19:36 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Fri, 21 Mar 2008 17:36:00 +0000 (19:36 +0200)
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

libgfortran/ChangeLog
libgfortran/gfortran.map

index 61ed8d1..bc768df 100644 (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
index 33aafb6..61b0d44 100644 (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;