acassis commented on code in PR #13197: URL: https://github.com/apache/nuttx/pull/13197#discussion_r2077556351
########## libs/libc/machine/risc-v/arch_elf.c: ########## @@ -104,6 +104,19 @@ static const char *_get_rname(int type) return "?????"; } +/**************************************************************************** + * Name: _extract_bits + * + * Description: + * Copied from ELF_riscv.cpp (LLVM) Review Comment: Please update the description to explain what it does, you can keep this comment since ELF_riscv.cpp is licensed under Apache 2.0 as well -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org