]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_t in...
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Wed, 24 Jan 2007 22:45:20 +0000 (22:45 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 24 Jan 2007 22:45:20 +0000 (14:45 -0800)
2007-01-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * libsupc++/eh_personality.cc  (PERSONALITY_FUNCTION): Replace
        _Unwind_Word with _uleb128_t in the SJLJ context.

From-SVN: r121145

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_personality.cc

index ad5ab8d55aa80989849b529793d253edea43ae44..7747e969e6e8ebace3cca032464efacb540cbc03 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * libsupc++/eh_personality.cc  (PERSONALITY_FUNCTION): Replace
+       _Unwind_Word with _uleb128_t in the SJLJ context.
+
 2007-01-24  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/29722 continued
index 1e7cc8034dfe9ae7e2be0f93381331e0294f5d50..2bdb017908b9fe31d51c3ca964d6cb74f2b9bca3 100644 (file)
@@ -469,7 +469,7 @@ PERSONALITY_FUNCTION (int version,
     }
   else
     {
-      _Unwind_Word cs_lp, cs_action;
+      _uleb128_t cs_lp, cs_action;
       do
        {
          p = read_uleb128 (p, &cs_lp);