Gary-Hobson commented on code in PR #18150:
URL: https://github.com/apache/nuttx/pull/18150#discussion_r2759071508
##########
libs/libc/machine/arm/arch_mcount.S:
##########
@@ -29,6 +29,20 @@
.type __gnu_mcount_nc, %function
__gnu_mcount_nc:
+#if defined(CONFIG_ARCH_CORTEXM0) || defined(CONFIG_ARCH_CORTEXM23)
Review Comment:
I have made multiple attempts to implement the Thumb-1 version of
__gnu_mcount_nc on ARMv7-A, but the program consistently fails to run
correctly. I do not have a good solution for this issue.
--
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]