libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.
authorAndrew Haley <aph@redhat.com>
Tue, 4 Sep 2007 15:08:15 +0000 (15:08 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 4 Sep 2007 15:08:15 +0000 (15:08 +0000)
2007-08-29  Andrew Haley  <aph@redhat.com>

        * config/arm/libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.

From-SVN: r128088

gcc/ChangeLog
gcc/config/arm/libgcc-bpabi.ver

index aa53b22418f24b8f7ae7471cf92ca2475c50a93d..8cd808069e8d4f3ae88418a9b4ebbb3c5ef7fb4e 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-29  Andrew Haley  <aph@redhat.com>
+
+        * config/arm/libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.
+
 2007-08-08  Andrew Haley  <aph@redhat.com>
 
        * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
index 2f259eb646e0b271c1eaffcaaadaed802520c5c9..98ed283f0d0be2738a1bd0b0f89087015cd5baa9 100644 (file)
@@ -81,3 +81,10 @@ GCC_3.5 {
   # GNU-specific entry point.
   __gnu_unwind_frame
 }
+
+%exclude {
+  _Unwind_Backtrace
+}
+GCC_4.3.0 {
+  _Unwind_Backtrace
+}