yamt commented on a change in pull request #3546:
URL: https://github.com/apache/incubator-nuttx/pull/3546#discussion_r613169452



##########
File path: include/nuttx/lib/modlib.h
##########
@@ -198,6 +198,8 @@ struct mod_loadinfo_s
   uintptr_t         datastart;   /* Start of.bss/.data memory in .text 
allocation */
   size_t            textsize;    /* Size of the module .text memory allocation 
*/
   size_t            datasize;    /* Size of the module .bss/.data memory 
allocation */
+  unsigned int      textalign;   /* Necessary alignment of .text */
+  unsigned int      dataalign;   /* Necessary alignment of .bss/.text */

Review comment:
       maybe. i don't think that large alignment is realistic though.




-- 
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.

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


Reply via email to