libgcc-bpabi.ver: Add _Unwind_Backtrace as GCC_4.3.0.

2007-08-29  Andrew Haley  <aph@redhat.com>

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

From-SVN: r128088
This commit is contained in:
Andrew Haley 2007-09-04 15:08:15 +00:00 committed by Andrew Haley
parent 6f4176b089
commit 817a54f1cd
2 changed files with 11 additions and 0 deletions

View 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.

View File

@ -81,3 +81,10 @@ GCC_3.5 {
# GNU-specific entry point.
__gnu_unwind_frame
}
%exclude {
_Unwind_Backtrace
}
GCC_4.3.0 {
_Unwind_Backtrace
}