pkarashchenko commented on code in PR #10470:
URL: https://github.com/apache/nuttx/pull/10470#discussion_r1328402911


##########
libs/libc/modlib/modlib_bind.c:
##########
@@ -594,8 +600,8 @@ static int modlib_relocatedyn(FAR struct module_s *modp,
           case DT_RELSZ:
             reldata.relsz[I_REL] = dyn[i].d_un.d_val;
             break;
-          case DT_RELENT:
-            reldata.relentsz = dyn[i].d_un.d_val;
+          case DT_RELENT :

Review Comment:
   ```suggestion
             case DT_RELENT:
   ```



##########
libs/libc/modlib/modlib_bind.c:
##########
@@ -609,6 +615,18 @@ static int modlib_relocatedyn(FAR struct module_s *modp,
           case DT_PLTRELSZ:
             reldata.relsz[I_PLT] = dyn[i].d_un.d_val;
             break;
+          case DT_PLTREL :

Review Comment:
   ```suggestion
             case DT_PLTREL:
   ```



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