Deleted Added
full compact
libunwind.S (169690) libunwind.S (255095)
1/* Support functions for the unwinder.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3 Contributed by Paul Brook
4
5 This file is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 2, or (at your option) any
8 later version.

--- 102 unchanged lines hidden (view full) ---

111 FUNC_END \name
112 UNPREFIX \name
113.endm
114
115UNWIND_WRAPPER _Unwind_RaiseException 1
116UNWIND_WRAPPER _Unwind_Resume 1
117UNWIND_WRAPPER _Unwind_Resume_or_Rethrow 1
118UNWIND_WRAPPER _Unwind_ForcedUnwind 3
1/* Support functions for the unwinder.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3 Contributed by Paul Brook
4
5 This file is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 2, or (at your option) any
8 later version.

--- 102 unchanged lines hidden (view full) ---

111 FUNC_END \name
112 UNPREFIX \name
113.endm
114
115UNWIND_WRAPPER _Unwind_RaiseException 1
116UNWIND_WRAPPER _Unwind_Resume 1
117UNWIND_WRAPPER _Unwind_Resume_or_Rethrow 1
118UNWIND_WRAPPER _Unwind_ForcedUnwind 3
119UNWIND_WRAPPER _Unwind_Backtrace 2
119
120
120#endif /* __symbian__ */
121#endif /* ndef __symbian__ */