X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fmicroblaze%2Fclone.s;h=b68cc5fc22130c1ee6460192f49a0033d133c84c;hb=7396ef0a05b834bf92c4f268a3336c0bc10c3593;hp=030a9c314e717735b1e0982017e48c950805a047;hpb=6a04d1b8c6181eebfc1d99c6b0e190728d4fabf1;p=musl diff --git a/src/thread/microblaze/clone.s b/src/thread/microblaze/clone.s index 030a9c31..b68cc5fc 100644 --- a/src/thread/microblaze/clone.s +++ b/src/thread/microblaze/clone.s @@ -1,14 +1,12 @@ .global __clone -.weak clone +.hidden __clone .type __clone,@function -.type clone,@function # r5, r6, r7, r8, r9, r10, stack # fn, st, fl, ar, pt, tl, ct # fl, st, __, pt, ct, tl __clone: -clone: andi r6, r6, -16 addi r6, r6, -16 swi r5, r6, 0 @@ -23,7 +21,7 @@ clone: beqi r3, 1f rtsd r15, 8 nop - + 1: lwi r3, r1, 0 lwi r5, r1, 4 brald r15, r3