| author | |
| committer | |
| log | 27e5047a888fbfd6c9db6a8374e070eb0deb5d0a |
| tree | e3509796ab17b1867b349c96038ea36c20c60631 |
| parent | 1add36403a07f81c0a08c5d529c50b1fff0d1a5a |
| signature |
https://www.openwall.com/lists/musl/2025/12/12/11 files changed, 1 insertions(+), 0 deletions(-)
lib/libc/musl/src/ldso/powerpc64/dlsym.s+1| ... | @@ -8,4 +8,5 @@ dlsym: | ... | @@ -8,4 +8,5 @@ dlsym: |
| 8 | 	.localentry dlsym,.-dlsym | 8 | 	.localentry dlsym,.-dlsym |
| 9 | 	mflr 5 # The return address is arg3. | 9 | 	mflr 5 # The return address is arg3. |
| 10 | 	b __dlsym | 10 | 	b __dlsym |
| 11 | 	nop | ||
| 11 | 	.size dlsym, .-dlsym | 12 | 	.size dlsym, .-dlsym |