This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/36164] abi breakage, stdio_sync_filebuf routines missing



------- Comment #3 from mrs at apple dot com  2008-05-07 02:40 -------
Adding:

+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4syncEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE5uflowEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsgetnEPci;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsputnEPKci;
+   
_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE8overflowEi;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9pbackfailEi;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9underflowEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEEC1EP7__sFILE;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEEC2EP7__sFILE;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEED0Ev;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEED1Ev;
+    _ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEED2Ev;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE4syncEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE5uflowEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsgetnEPwi;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsputnEPKwi;
+   
_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE8overflowEi;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9pbackfailEi;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9underflowEv;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEEC1EP7__sFILE;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEEC2EP7__sFILE;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEED0Ev;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEED1Ev;
+    _ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEED2Ev;

back to libstdc++-v3/config/abi/pre/gnu.ver seems to make it better.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36164


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]