This is the mail archive of the gcc-patches@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]

[libstdc++] export sjlj personality


Applied 3.1 and mainline.


r~



        * config/linker-map.gnu: Add __gxx_personality_sj0.

Index: libstdc++-v3/config/linker-map.gnu
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/config/linker-map.gnu,v
retrieving revision 1.5.2.4
diff -c -p -d -r1.5.2.4 linker-map.gnu
*** libstdc++-v3/config/linker-map.gnu	9 Apr 2002 07:40:08 -0000	1.5.2.4
--- libstdc++-v3/config/linker-map.gnu	11 Apr 2002 23:24:52 -0000
*************** CXXABI_1 {
*** 100,105 ****
--- 100,106 ----
    global:
      __cxa_*;
      __gxx_personality_v0;
+     __gxx_personality_sj0;
      __dynamic_cast;
  
      # __gnu_cxx::_verbose_terminate_handler()


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