1d4e76214Sopenharmony_ci/* libunwind - a platform-independent unwind library
2d4e76214Sopenharmony_ci
3d4e76214Sopenharmony_ciThis file is part of libunwind.
4d4e76214Sopenharmony_ci
5d4e76214Sopenharmony_ciPermission is hereby granted, free of charge, to any person obtaining
6d4e76214Sopenharmony_cia copy of this software and associated documentation files (the
7d4e76214Sopenharmony_ci"Software"), to deal in the Software without restriction, including
8d4e76214Sopenharmony_ciwithout limitation the rights to use, copy, modify, merge, publish,
9d4e76214Sopenharmony_cidistribute, sublicense, and/or sell copies of the Software, and to
10d4e76214Sopenharmony_cipermit persons to whom the Software is furnished to do so, subject to
11d4e76214Sopenharmony_cithe following conditions:
12d4e76214Sopenharmony_ci
13d4e76214Sopenharmony_ciThe above copyright notice and this permission notice shall be
14d4e76214Sopenharmony_ciincluded in all copies or substantial portions of the Software.
15d4e76214Sopenharmony_ci
16d4e76214Sopenharmony_ciTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17d4e76214Sopenharmony_ciEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18d4e76214Sopenharmony_ciMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19d4e76214Sopenharmony_ciNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20d4e76214Sopenharmony_ciLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21d4e76214Sopenharmony_ciOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22d4e76214Sopenharmony_ciWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
23d4e76214Sopenharmony_ci
24d4e76214Sopenharmony_ci	.globl _UI_siglongjmp_cont
25d4e76214Sopenharmony_ci
26d4e76214Sopenharmony_ci	_UI_siglongjmp_cont:
27d4e76214Sopenharmony_ci
28d4e76214Sopenharmony_ci#ifdef __linux__
29d4e76214Sopenharmony_ci        /* We do not need executable stack.  */
30d4e76214Sopenharmony_ci        .section        .note.GNU-stack,"",@progbits
31d4e76214Sopenharmony_ci#endif
32