masayuki2009 commented on PR #10470:
URL: https://github.com/apache/nuttx/pull/10470#issuecomment-1709277170
@nealef
>Look okay?
In my understanding, this PR would have 2 commits.
The first one is "Fix loading of ET_DYN type of shared objects."
The second would be "Style fix for modlib and dlfcn".
To change the commit log, you need to use `reword`.
So the `git rebase -i HEAD~8` would be something like
```
pick 66287b7931 Fix loading of ET_DYN type of shared objects
fixup 012bc030b2 * libs/libc/dlfcn/lib/lib_dlclose.c - Fix freeing the
textalloc area twice
fixup f47f0505c3 Add an empty modlib_global.S - used only when end-user
builds and loads their own dynamic shared object
reword 38222bfc2f Stle updates
fixup 3f9cf64fb4 Further style fixes
fixup c31999cd49 Revert some style fixes as block comments aren't what the
style guide implies
fixup 4c925d0a32 Style fix and avoid a compiler warning
fixup a9c257a6a0 Final style fixes
```
--
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]