Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Side by Side Diff: fusl/src/ldso/mips/dlsym.s

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/src/ldso/microblaze/dlsym.s ('k') | fusl/src/ldso/or1k/dlsym.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 .set noreorder
2 .global dlsym
3 .hidden __dlsym
4 .type dlsym,@function
5 dlsym:
6 lui $gp, %hi(_gp_disp)
7 addiu $gp, %lo(_gp_disp)
8 addu $gp, $gp, $25
9 move $6, $ra
10 lw $25, %call16(__dlsym)($gp)
11 addiu $sp, $sp, -16
12 sw $ra, 12($sp)
13 jalr $25
14 nop
15 lw $ra, 12($sp)
16 jr $ra
17 addiu $sp, $sp, 16
OLDNEW
« no previous file with comments | « fusl/src/ldso/microblaze/dlsym.s ('k') | fusl/src/ldso/or1k/dlsym.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698