You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/02/01 06:57:42 UTC

[GitHub] [incubator-nuttx] hotislandn opened a new pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

hotislandn opened a new pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785


   Signed-off-by: hotislandn <ho...@hotmail.com>
   
   ## Summary
   This patch is for the abosulte address loading code piece in RV64 elf like:
   lui a0, 0
   ...
   addi a0, a0, 0
   ...
   Note: there may be other instructions between lui and addi.
   
   ## Impact
   RV64 elf relocateadd function.
   
   ## Testing
   Verified on RV64GC core with qemu.
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785#issuecomment-771375510


   LGTM, thanks @hotislandn .


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785#issuecomment-770743327


   @hotislandn please squash into one patch


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785#issuecomment-771375510


   LGTM, thanks @hotislandn .


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2785: RV64: add R_RISCV_HI20 and R_RISCV_LO12_I to elf relocateadd for absolute address loading.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2785:
URL: https://github.com/apache/incubator-nuttx/pull/2785


   


----------------------------------------------------------------
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.

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