You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pussuw (via GitHub)" <gi...@apache.org> on 2023/10/16 10:48:32 UTC

[PR] mpfs/mpfs_entrypoints.c: Fix potential R_RISCV_JAL linker error [nuttx]

pussuw opened a new pull request, #10922:
URL: https://github.com/apache/nuttx/pull/10922

   ## Summary
   Change bgtz t0, mpfs_opensbi_prepare_hart to tail-call to ensure there will be no link time error due to the jump offset being too large.
   ## Impact
   MPFS only
   ## Testing
   MPFS
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] mpfs/mpfs_entrypoints.c: Fix potential R_RISCV_JAL linker error [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #10922:
URL: https://github.com/apache/nuttx/pull/10922


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org