You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/22 07:02:17 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7160: arch: Change the linker generated symbols from uint32_t to uint8_t *

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


##########
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:
   What about the IAR case? Is the rest of the code still compatible?



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org