Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-14 | fix inconsistent visibility for internal syscall symbols | Rich Felker | 1 | -0/+5 | |
2014-07-06 | rework cancellation weak alias logic not to depend on archive order | Rich Felker | 1 | -0/+18 | |
if the order of object files in the static archive libc.a was not respected by the linker, the old logic could wrongly cause POSIX symbols outside of the ISO C namespace to be pulled into pure C programs. this should not happen with well-behaved linkers, but relying on the link order was a bad idea anyway. files are renamed to better reflect their contents now that they don't need names to control their order as members in the archive file. |