Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2131 | Rev 2307 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | 32 | ||
33 | ## User-space thread entry point for all but the first threads. |
33 | ## User-space thread entry point for all but the first threads. |
34 | # |
34 | # |
35 | # |
35 | # |
36 | __thread_entry: |
36 | __thread_entry: |
37 | sethi %hi(_gp), %l7 |
37 | sethi %hi(_gp), %l7 |
38 | call __thread_main ! %o0 contains address of uarg |
38 | call __thread_main ! %o0 contains address of uarg |
39 | or %l7, %lo(_gp), %l7 |
39 | or %l7, %lo(_gp), %l7 |
40 | 40 | ||
41 | ! not reached |
41 | ! not reached |
42 | 42 |