pkarashchenko commented on a change in pull request #5209: URL: https://github.com/apache/incubator-nuttx/pull/5209#discussion_r782862452
########## File path: arch/risc-v/src/common/riscv_vectors.S ########## @@ -1,5 +1,5 @@ /**************************************************************************** - * arch/risc-v/src/fe310/fe310_vectors.S + * arch/risc-v/src/common/riscv_vectors.S Review comment: I'm asking because I saw ``` .section .vectors, "ax" .option norvc j exception_common /* 0 */ j exception_common /* 1 */ j exception_common /* 2 */ j exception_common /* 3 */ ... ``` in `rv32m1_vectors.S`. Also `KEEP(*(.vectors))` is available in `boards/risc-v/rv32m1/rv32m1-vega/scripts/ld.script`, but I do not see where `.section .text.vec` is used. -- 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