• R
    move call to dynamic linker stage-3 into stage-2 function · 768b82c6
    Rich Felker 提交于
    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.
    768b82c6
dynlink.h 1.1 KB