commit | a7015eaa64c5b986deffcc4653222aab5e31840e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 08 18:19:19 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 08 18:19:19 2023 +0000 |
tree | ece846234872a7bb9e90cd007d5c04cd0d09a598 | |
parent | 7f2f9410ab80fe6e586530e37e30255df68bbd66 [diff] | |
parent | d27c83fbd443df4ace8853653fb82e1c20623d92 [diff] |
Merge "Fix the compile errors "R_RISCV_JAL out of rang" when the jump range is greater than 1M memory space between vfork and __set_errno_internal"
diff --git a/libc/arch-riscv64/bionic/vfork.S b/libc/arch-riscv64/bionic/vfork.S index 0eff9e9..29ab405 100644 --- a/libc/arch-riscv64/bionic/vfork.S +++ b/libc/arch-riscv64/bionic/vfork.S
@@ -62,5 +62,5 @@ .L_failure: neg a0, a0 - j __set_errno_internal + tail __set_errno_internal END(vfork)