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


##########
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:
   done — gotbase and gotsize, and gotindex are gone.



##########
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:
   done: gotbase and gotsize, and gotindex are gone.



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