mirror of https://git.musl-libc.org/git/musl
Browse Source
this move eliminates a duplicate "by-hand" symbol lookup loop from the stage-1 code and replaces it with a call to find_sym, which can be used once we're in stage 2. it reduces the size of the stage 1 code, which is helpful because stage 1 will become the crt start file for static-PIE executables, and it will allow stage 3 to access stage 2's automatic storage, which will be important in an upcoming commit.master
3 changed files with 9 additions and 12 deletions
Loading…
Reference in new issue