mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 10:40:57 +08:00
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:
parent
6f4176b089
commit
817a54f1cd
@ -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.
|
||||
|
@ -81,3 +81,10 @@ GCC_3.5 {
|
||||
# GNU-specific entry point.
|
||||
__gnu_unwind_frame
|
||||
}
|
||||
|
||||
%exclude {
|
||||
_Unwind_Backtrace
|
||||
}
|
||||
GCC_4.3.0 {
|
||||
_Unwind_Backtrace
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user