pkarashchenko commented on code in PR #6241:
URL: https://github.com/apache/incubator-nuttx/pull/6241#discussion_r871841567


##########
libs/libc/machine/risc-v/common/arch_elf.c:
##########
@@ -399,6 +400,29 @@ int up_relocateadd(FAR const Elf_Rela *rel, FAR const 
Elf_Sym *sym,
         }
         break;
 
+      case R_RISCV_JAL:
+        {
+          binfo("%s at %08" PRIxPTR " [%08" PRIx32 "] "

Review Comment:
   why this is `%08`? maybe we can `PRIxREG` instead? Or only 32-bt address 
space is considered as valid?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to