| author | |
| committer | |
| log | 4972a871c505d8810df9b4a458d598a54e9440c5 |
| tree | 2e5ea3725e37eb999c218828a948fc1d8c0a68be |
| parent | ea26af0b9d420413e11265777a47aa38c0822a6e |
| signature |
https://www.openwall.com/lists/musl/2024/11/23/22 files changed, 4 insertions(+), 0 deletions(-)
lib/libc/musl/src/signal/riscv32/restore.s+2| ... | @@ -1,7 +1,9 @@ | ... | @@ -1,7 +1,9 @@ |
| 1 | .global __restore | 1 | .global __restore |
| 2 | .hidden __restore | ||
| 2 | .type __restore, %function | 3 | .type __restore, %function |
| 3 | __restore: | 4 | __restore: |
| 4 | .global __restore_rt | 5 | .global __restore_rt |
| 6 | .hidden __restore_rt | ||
| 5 | .type __restore_rt, %function | 7 | .type __restore_rt, %function |
| 6 | __restore_rt: | 8 | __restore_rt: |
| 7 | 	li a7, 139 # SYS_rt_sigreturn | 9 | 	li a7, 139 # SYS_rt_sigreturn |
lib/libc/musl/src/signal/riscv64/restore.s+2| ... | @@ -1,7 +1,9 @@ | ... | @@ -1,7 +1,9 @@ |
| 1 | .global __restore | 1 | .global __restore |
| 2 | .hidden __restore | ||
| 2 | .type __restore, %function | 3 | .type __restore, %function |
| 3 | __restore: | 4 | __restore: |
| 4 | .global __restore_rt | 5 | .global __restore_rt |
| 6 | .hidden __restore_rt | ||
| 5 | .type __restore_rt, %function | 7 | .type __restore_rt, %function |
| 6 | __restore_rt: | 8 | __restore_rt: |
| 7 | 	li a7, 139 # SYS_rt_sigreturn | 9 | 	li a7, 139 # SYS_rt_sigreturn |