casaroli commented on code in PR #19942:
URL: https://github.com/apache/nuttx/pull/19942#discussion_r3897808534


##########
include/nuttx/lib/elf.h:
##########
@@ -278,6 +278,20 @@ struct mod_loadinfo_s
   FAR struct file *pinfile;
 #endif
 
+  /* The object's data base, from DT_PLTGOT.  An FDPIC module runs with this
+   * in the PIC base register.
+   */
+
+  uintptr_t     gotaddr;

Review Comment:
   merging to one address loses the size, so we would need a `gotsize` next to 
it, which is two fields again. happy to do it if you prefer that way.
   



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

Reply via email to