Imported Upstream version 1.1
[platform/upstream/libunwind.git] / src / ppc32 / setcontext.S
1         .global _UI_setcontext
2
3 _UI_setcontext:
4         retq
5
6 #ifdef __linux__
7         /* We do not need executable stack.  */
8         .section        .note.GNU-stack,"",@progbits
9 #endif