xiaoxiang781216 commented on code in PR #7160: URL: https://github.com/apache/incubator-nuttx/pull/7160#discussion_r977282622
########## arch/arm/src/common/arm_internal.h: ########## @@ -106,17 +106,17 @@ # define _START_DATA __sfb(".data") # define _END_DATA __sfe(".data") #else -# define _START_TEXT &_stext Review Comment: Any code which use link symbols directly without these macro isn't compatible with IAR, but it isn't a problem introduced by this 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org