patacongo commented on issue #3737:
URL: 
https://github.com/apache/incubator-nuttx/issues/3737#issuecomment-846630428


   > 00000018  00003002 R_ARM_ABS32       00000001   dummyfunc
   
   This should be all it takes to set bit 0 in the address of dummyfunc:
   
       case R_ARM_ABS32:
         {
           *(uint32_t *)addr += sym->st_value;
         }
         break;
   
   


-- 
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:
[email protected]


Reply via email to