[libstdc++] export sjlj personality

Richard Henderson rth@redhat.com
Thu Apr 11 16:28:00 GMT 2002


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()



More information about the Gcc-patches mailing list