mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
3 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue