remove ancient clang workaround from powerpc pthread_arch.h asm
[musl.git] / crt / or1k / crti.s
blob7e7414596a06d17aa835449a17ed11e8ea8c7ff0
1 .section .init
2 .global _init
3 _init:
4 l.addi r1,r1,-4
5 l.sw 0(r1),r9
7 .section .fini
8 .global _fini
9 _fini:
10 l.addi r1,r1,-4
11 l.sw 0(r1),r9