Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-01-25 | move static-linked stub invalid dso handle checking out of dynlink.c | Rich Felker | -0/+12 | |
2016-01-25 | factor dlerror and error-setting code out of dynlink.c | Rich Felker | -0/+52 | |
the ultimate goal of this change is to get all code used in libc.a out of dynlink.c, so that the dynamic linker code can be moved to its own tree and object files in the src tree can all be shared between libc.a and libc.so. |